/* CSS Document */


<!--
html{
margin:0;
padding:0;
}

body{
	font-family: Tahoma;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
    background: #999999 url(/gfx/steel%20plate.jpg);
}


#header{
width:875px;
height:100px;
margin:0 auto;
text-align:left;
background-color:#FFFFFF;
}

#fillerarea{
width:875px;
height:250px;
background-color:#404040;
vertical-align:middle;
clear:both;
}

#footer{
clear:both;
width:875px;
background-color: #404040;
font-family:Tahoma;
font-size:12px;
font-weight:bold;
color:#ffffff;
}

#footer a:link, #footer a:visited{
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover{
	color: #aaaaff;
}

#footer_cog{
width:875px;
}


#container{
width:875px;
margin:0 auto;
text-align:left;
}

#navigation{
float:left;
width:215px;
background:#404040;
margin-top:25px;
}

/*********** #content styles ***********/
#content{
float:right;
width:865px;
font-family:Tahoma;
font-size:12px;
color:#333333;
background-color:#FFFFFF;
font-weight:normal;
padding-bottom:10px;
padding-left:10px;
clear:both;
}

#content H1{
font-size:14px;
color:#333377;
font-weight:bold;
}

#content H2{
font-size:12px;
color: #6666CC;
font-weight:bold;
}

#content H3{
font-size:12px;
color: #6666CC;
font-weight:bold;
}

#content H4{
font-size:12px;
color: #6666CC;
font-weight:bold;
}


.sub_content_left{
float:left;
width:100%;
}

.sub_content_right{
float:right;
width:350px;
}

.sub_content_header{
width:100%;
height:25px;
line-height:25px;
font-family:Tahoma;
font-size:16px;
font-weight:bold;
color:#666666;
background-color:#eeeeee;
}

.sub_content_area{
width:346px;
background-color:#fdfdfd;
border:1px solid #eeeeee;
padding: 2px 2px 2px 2px;
}




.rightPIC{
float:right;
margin-right:10px;
margin-left:10px;
}






/*********** #main_menu styles ***********/

#main_menu{
	position: relative;
	width:198px;
	font-family:Tahoma;
	font-weight:bold;
	font-size:14px;	
}

#main_menu a:link, #main_menu a:visited{
	display: block;
	padding:2px 0px 2px 10px;
	border: 1px solid #404040;
	width:198px;
	color: #ffffff;
	text-decoration: none;
	background-color: #555555;
}

#main_menu a:hover{
	color: #333366;
	text-decoration: none;
	background-color: #CCCCCC;
}







/******* Links *******/

a:link, a:visited{
	color: #000088;
	text-decoration: none;
}

a:hover{
	color: #888800;
}


/**** links ***/
.links{
font-size:14px;
font-weight:bold;
}

.links:link, .links:visited{
	color: #0000CC;
	text-decoration: none;
}

.links:hover{
	color: #CCCC00;
}
-->

