/* CSS Document */

body 
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666666;
	background-color:#000000;
	background-image:url(images/bkgrnd_01.png);
	background-repeat:repeat-x;
}
div
{
	margin:0px;
	border:0px;
	padding:0px;
}
#page 
{
	margin: 0px auto;
	position: relative;
	width:875px;
	height:auto;
	background-color:none;
}
#toplogo
{ 
	width:875px;
    height:auto;
	margin-left:0px;
	margin-top:0px;
	border:none;
}
#navigation
{
	width:875px;
	height:90px;
	position:absolute;
	top:127px;
	left:0px;
	background-color:#ffffff;
}
#maincontent
{
	width:875px;
	height:auto;
	position:absolute;
	color:#666666;
	font-size:12px;
	top:275px;
	left:0px;
	text-align: left;
	background-color:none;
}
.orange_head {
	font-size: 20px;
	font-weight:bold;
	color: #e58b22;
}
.blue_head {
	font-size: 20px;
	font-weight:bold;
	color: #2e69b1;
}
.green_head {
	font-size: 20px;
	font-weight:bold;
	color: #7eb925;
}
.pink_head {
	font-size: 20px;
	font-weight:bold;
	color: #b22972;
}
.text {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
.whitelink {
	color: #ffffff;
}
.orangelink {
	color: #e58b22;
}
.bluelink {
	color: #2e69b1;
}
.greenlink {
	color: #7eb925;
}
.pinklink {
	color: #b22972;
}
.greylink {
	color: #666666;
}
.footer {
	color:#FFFFFF;
}
