/* CSS Document */

body {
	background-image: url(images/bgfade.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
	margin-right: 0px;
}
body,td,th {
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #555555;
}
.style10 {color: #0093DD; font-size: 24px;}
.style11 {color: #0093DD}

a.menu:link{
background-image:url(images/btn_menu.gif);
padding:20px;
color:#FFFFFF;
text-decoration:none;
border-left:#CCCCCC 1px solid;
border-right:#444444 1px solid;
}

a.menu:active{
background-image:url(images/btn_menu.gif);
padding:20px;
color:#FFFFFF;
text-decoration:none;
border-left:#CCCCCC 1px solid;
border-right:#444444 1px solid;
}

a.menu:visited{
background-image:url(images/btn_menu.gif);
padding:20px;
height:15px;
text-decoration:none;
color:#FFFFFF;
border-left:#CCCCCC 1px solid;
border-right:#444444 1px solid;

}

a.menu:hover{
background-image:url(images/btn_menu_h.gif);
padding:20px;
color:#FFFFFF;
text-decoration:none;
border-left:#CCCCCC 1px solid;
border-right:#444444 1px solid;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
	;
}
a:hover {
	text-decoration: underline;
	color: #DA251D;
}
a:active {
	text-decoration: none;
	color: #0066CC;
	;
}


#container{
width:900px;
background:#FFFFFF;

}

#content{
float:left;
width:900px;
background-color:#FFFFFF;

padding:10px;
}

#topcontent{
background:#eee;
border:#ddd 5px solid;
padding:10px;
float:left;
}


#oneleft{
float:left;
width:205px;

}

#tworight{
float:left;
width:640px;

}

#threeleft{
float:left;
width:260px;
padding:12px;
margin:5px;
}

#fourmiddle{
float:left;
width:260px;
padding:12px;
margin:5px;
}

#fiveright{
float:left;
width:260px;
padding:12px;
margin:5px;
}



#sixleft{
float:left;
width:405px;
padding:12px;
margin:5px;
border:#0066CC 1px dotted;
}

#sevenright{
float:left;
width:405px;
padding:12px;
margin:5px;
border:#0066CC 1px dotted;

}




#lowercontent{
padding-top:10px;
width:890px;
float:left;

}

#belowmenu{
border-top:#0066FF 2px solid;
background-image: url(images/menustripbelow.gif) ;
background-repeat:repeat-x;
width:900px;
height:40px;
float:left;
}

#bodyarea{
width:600px;
padding-left:150px;
padding-right:150px;
float:left;
}

#footer{
background-image:url(images/foot_bg.gif);
background-position:bottom;
background-repeat:repeat-x;
width:100%;
font-size:10px;
color:#FFFFFF;
padding-top:40px;
float:left;
}