/* CSS Document */

body {
	background-color: #045c8f;
	margin:auto;
	padding:0px;
	text-align:center;
	SCROLLBAR-FACE-COLOR: #F1f1f1;
	SCROLLBAR-HIGHLIGHT-COLOR: #e0e0e0;
	SCROLLBAR-SHADOW-COLOR: #cccccc;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #e7a614;
	SCROLLBAR-TRACK-COLOR: #Ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;

}

a.one:link {
	color: #e7a614;}
a.one:visited {color: #e7a614; }
a.one:hover {color: #c18808; }

a.two:link {color: #808040; text-decoration: none; font-weight: none;}
a.two:visited {color: #666666; text-decoration: none; font-weight: none;}
a.two:hover {color: #99CC33; text-decoration: none; font-weight: none;}

a.three:link {color: #999933; text-decoration: underline;}
a.three:visited {color: #cccccc; text-decoration: none; }
a.three:hover {color: #999999; text-decoration: none;}

a.four:link {
	color: #ffffff;
	text-decoration: none;
	background: url(none);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.four:visited {color: #f1f1f1; text-decoration: none; background: none;}
a.four:hover {color: #CCFFCC; text-decoration: none; background: url(none);}


#container {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}
	
#main {
	background-image: url(images/bg.gif);
	background-repeat:repeat-x;
	height: 285px;
	text-align: left;
	margin-top: 50px;
}

#left {
	width: 290px;
	float: left;
		margin-top: 5px;
		margin-left: 20px;
}

#right {
	float: right;
	width: 455px;
		margin-top: 5px;
}

#footer {
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e7a614;
	text-align: right;
	line-height: 18px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E6A513;
	text-align: left;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	color: #045c8f;
}
.yellowhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #E4A711;
	text-align: left;
}

