/* CSS Document */



body,td,th {
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	background-image: url(../graphics/layout/sitebg.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div#header{
	width:820px; height:271px; margin-left:auto; margin-right:auto; margin-top:20px;
	background-image:url(../graphics/layout/header_bg.png); background-repeat:no-repeat;
	padding-top:12px; padding-left: 15px; padding-right: 15px;
}

div#maincontainer{
	width:850px; height:auto; margin-left:auto; margin-right:auto;
	background-image:url(../graphics/layout/content_bg_full.png);
	background-repeat:repeat-y;
}
div#navicontainer{
	width:170px; margin-left: 15px; margin-right:20px;
	padding:15px; float:left; 
}
div#navicontainer a{
	text-decoration:none; font-size:14px;
	color:#666666;
	display:block;
	border-bottom: 1px solid #FFFFFF;
	line-height: 32px;
}
div#navicontainer a:hover{
	color:#009900;
}
div#contentcontainer{
	width:565px;
	padding:15px; float:left;
	background-image:url(../graphics/layout/content_bg.jpg); background-position:top center; background-repeat:no-repeat;
	line-height: 24px;
}
div#footer{
	width:830px; margin-left:auto; margin-right:auto;
}
div#footer-left{
	width:190px; height:177px; padding: 20px; 
	background-image:url(../graphics/layout/footer_left.jpg); background-position:bottom; background-repeat: no-repeat; float:left;
	font-size:10px; color:#999999; line-height: 18px;
}
div#footer-right{
	width:600px; height:217px; float:left; 
}
.clear{
	clear:both;
}


.infobox1{
	padding:10px; border:1px solid #009938; background-color:#ffffff;
}
.infobox_nav{
	padding:10px; margin-top:30px; background-color:#ffffff; line-height: 22px;
}

