/* CSS Document */


body, p, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#4b4b4b;
}

body {
	background-color:#FFFFFF;
	background-image:url(images/background_header1px.gif);
	background-repeat:repeat-x;
	margin:0px 10px 0px 10px;
}
p {margin:0px 0px 10px 0px;}
a:link, a:visited {color:#4e7629; text-decoration:none;}
a:hover {text-decoration:underline;}

h1 {color:#2d668d; font-size:22px; line-height:24px; font-weight:normal; margin:0px 0px 6px 0px;}
h2 {color:#2d668d; font-size:16px; line-height:22px; font-weight:normal; margin:0px 0px 0px 0px;}


.small_txt {font-size:10px;}




/* Layout
---------------------------------------------*/
#wrapper {
	position:absolute;
	width:760px;
	left:50%;
	margin-left:-380px;
}
#header {
	width:760px;
	height:151px;
	background-image:url(images/background_header.gif);
	background-repeat:no-repeat;

}
#header .contact {
	height:26px; 
	padding:80px 20px 0px 0px; 
	text-align:right;
	font-size:14px;
	color:#ffffff;
	}
#header .contact a:link, #header .contact a:visited, #header .contact span {color:#a8bf38;}
#header .nav {height:35px; margin-top:10px; padding-left:10px;}




#content {
	width:760px;
	float:left; clear:none;
	/*overflow: auto;*/
	padding:0px;
	margin:0px;
}

#content .left {width:512px; float:left; clear:none; padding-left:10px; margin:30px 0px 10px 0px; }
#content .right {width:210px; float:right; clear:none; padding-right:10px; margin:30px 0px 10px 0px; }
#footer {
	width:760px;
	height:72px;
	text-align:center;
	padding-top:10px;
	margin-top:10px;
	border-top:#006600 1px solid;
	float:left; clear:both;

}
#footer span {font-size:10px; line-height:14px;}



ol#toc {
    height: 35px;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc a {
    background: url(images/nav_off.gif);
    color: #FFF;
	font-weight:bold;
    display: block;
    float: left;
    height: 35px;
    padding-left: 32px;
    text-decoration: none;
}

ol#toc a:hover {
    background: url(images/nav_over.gif);
    background-position: 0 0px;
}

ol#toc a:hover span {
    background: url(images/nav_over.gif);
    background-position: 100% 0px;

}

ol#toc li {
    float: left;
    margin: 0 -1px 0 0;
}

ol#toc li.current a {
    background: url(images/nav_on.gif);
    background-position: 0 0px;
    color: #fff;
    font-weight: bold;
	
}

ol#toc li.current span {
    background: url(images/nav_on.gif);
    background-position: 100% 0px;
}

ol#toc span {
    background: url(images/nav_off.gif) 100% 0;
    display: block;
    line-height: 35px;
    padding-right: 32px;
}



#home_panel {
	background-image:url(images/home_panel.gif);
	background-repeat:repeat-y;
	width:740px;
	padding:10px 10px 0px 10px;
}
#home_panel_bottom {
	background-image:url(images/home_panel_bottom.gif);
	background-repeat:no-repeat;
	width:760px;
	height:12px;
}
