/* CSS Document */

body {
	margin-left:0;
	margin-right:0;
	margin-top:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6F6D6E;
	background-image:url(../images/background.jpg);
	background-repeat:;
	background-color:#0066CC;
}
p {
	line-height:18px;
}
p a{
	color:#00875A;
}
p a:hover {
	color:#005BA7;
}
h1 {
	font-size:16px;
	color:#005BA7;
	font-weight:bold;
}
.description {
	color:#005BA7;
}
td a {
	line-height:10px;
	color:#005BA7;
}
td a:hover {
	line-height:10px;
	color:#00875A;
}
	
#background-top {
	width:100%;
	margin-top:0px;
	height:216px;
	background-image:url(../images/background-top.jpg);
	background-repeat:repeat-x;
	background-color:#00875A;
}
#container {
	position:relative;
	width:800px;
	margin-top:-120px;
	margin-left:auto;
	margin-right:auto;
	border: 2px solid #FFFFFF;
	background-image:url(../images/bg_strip.jpg);
	background-repeat:repeat-y;
	z-index:100;
	background-color:#FFFFFF;
}
#col1 {
	position:absolute;
	width:220px;
	background-color:#ADB8DD;
	padding-bottom:15px;
	top: -1px;
	left: 0;
}
#col2 {
	width:580px;
	background-color:#FFFFFF;
	border-left: 1px solid #FFFFFF;
	margin-left: 220px;
}
#content {
	width:540px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	padding-top:20px;
}
#heading {
	background-color:#A8D1C1;
	height:98px;
	width:530px;
	padding-left:50px;
	padding-top:20px;
}
.heading_top {
	font-size:30px;
	color:#008B60;
}
#header {
	border-bottom:#FFFFFF 1px solid;
	border-top:#FFFFFF 1px solid;
}
.header {
	color:#00875A;
	font-weight:bold;
	letter-spacing:2px;
}
#footer {
	clear: both;
	width:800px;
	color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	text-align:center;
	padding-top:15px;
	padding-bottom:20px;
}
.footer a {
	text-decoration:underline;
	color:#FFFFFF;
}
.footer a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}


/** Quick Search **/

#search {
	position:relative;
	margin-left:20px;
	margin-top:240px;
	width:180px;
	height:180px;
	border: 1px solid #FFFFFF;
}
#title {
	color:#ffffff;
	background-color:#005BA7;
	text-transform:uppercase;
	text-align:center;
	padding:5px;
}
.links {
	color:#005BA7;
	line-height:6px;
}
.links a {
	color:#005BA7;
	line-height:6px;
	text-decoration:none;
}
.links a:hover {
	color:#ffffff;
	line-height:6px;
	text-decoration:none;
}
	
