/* CSS Document */

a:link {
	color: #864000;
	text-decoration: underline;
	font-weight: 700;
}

a:visited {
	color: #864000;
	text-decoration: underline;
	font-weight: 700;
}

a:hover {
	color: #FFB400;
	text-decoration: underline;
	font-weight: 700;
}

a.footer:link {
	color: #589800;
	text-decoration: none;
	font-weight: 700;
}

a.footer:visited {
	color: #589800;
	text-decoration: none;
	font-weight: 700;
}

a.footer:hover {
	color: #589800;
	text-decoration: underline;
	font-weight: 700;
}


body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: verdana, tahoma, sans-serif; 
	padding: 0px;
	margin: 0px;
}

#content_left {
	background-image: url(../images/content_left_bg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

#content_right {
	background-image: url(../images/content_right_bg.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}

hr {
	border: 0;
	color: #EFEFEF;
	background-color: #EFEFEF;
	height: 1px;
	width: 100%;
}

#line2 {
	border: 0;
	color: #96DBFF;
	background-color: #96DBFF;
	height: 1px;
	width: 100%;
}

.line3 {
	border: 0;
	color: #96DBFF;
	background-color: #96DBFF;
	height: 1px;
	width: 100%;
}

h3 {
	color: #007EBD;
}

h4 {
	color: #007EBD;
}

#content {
	font-size: 12px;
}

#footer {
	font-size: 10px;
}

.collapsableContent
{
	height:0Px;
	overflow:hidden;
}

div.footerLogos {
	border-top: 1px solid #eee;
	margin-top: 0;
	padding-top: 1.8em;
	padding-bottom: 1.1em;
}

td.footerText {
	font-size: 10px;
	color: #444;
}

#head {
	background-image: url(../images/HeadBG.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 180px;
	padding-top: 41px;
	background-color: #FFFFFF;

}
