/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ol,ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
:focus{
	outline:0;
}
ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
/* General Styles */
.print_it{
	display:none;
}
.skiplink{
	display:none;
}
label{
	cursor:pointer;
}
a,
a:link,
a:visited{
	color:#00f;
	text-decoration:none;
}
a:focus,
a:hover{
	text-decoration:underline;
}
body{
	background:#dbdce3;
	color:#000;
	font:62.5%/1 Arial,Helvetica,sans-serif;
}
#wrapper{
	width:791px;
	margin:4px auto 0;
	background:#fff;
}
/* Header */
#header{
	width:785px;
	padding:0 3px;
	background:url(../images/bgr-header.jpg) no-repeat center top;
}
#logo{
	display:block;
	width:139px;
	height:99px;
	text-indent:-5000px;
	background:url(../images/bgr-logo.png) no-repeat;
}
#header h1{
	clear:both;
	margin-top:1px;
	padding-left:8px;
	border-top:1px solid #000;
	background:#9db757;
}
#header h1 span{
	display:block;
	width:209px;
	height:19px;
	text-indent:-5000px;
	background:url(../images/tit-logo.png) no-repeat;
}
/* Content */
#content{
	width:785px;
	margin:15px 0 5px;
	padding:0 3px;
	background:url(../images/bgr-content.gif) repeat-y center;
	overflow:hidden;
}
/* Leftcol */
#leftcol{
	float:left;
	width:149px;
}
/* Sidenav */
#sidenav{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:0 4px;
	margin-bottom:25px;
	overflow:hidden;
}
#sidenav li{
	float:left;
	width:100%;
	display:block;
	padding-bottom:4px;
}
#sidenav li a,
#sidenav li a:visited{
	display:block;
	color:#fff;
	padding:7px 0;
	text-indent:7px;
	width:100%;
	background:#9db757;
}
#sidenav .current a,
#sidenav .current a:visited,
#sidenav li a:hover{
	text-decoration:none;
	background:#878688;
}
/* Sidecontact */
#sidecontact{

	margin:21px 0 0;
	padding:0 4px;
}
#sidecontact li{
	margin-bottom:2px;
}
#sidecontact li a,
#sidecontact li a:visited{
	color:#000;
}
/* Midcol */
#midcol{
	float:left;
	width:384px;
	padding:28px 35px;
}
#midcol h2{
	font-size:24px;
	color:#4a4a4a;
	margin-bottom:20px;
}
/* Rightcol */
#rightcol{
	float:right;
	width:170px;
	padding:0 5px;
}
#rightcol .graybox{
	width:135px;
	padding:18px 18px 5px;
	color:#4a4a4a;
	background:#dbdce3;
}
#rightcol .graybox h2{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	text-transform:uppercase;
	margin-bottom:19px;
}
#rightcol .graybox h3{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
}
#rightcol .graybox ul{
	margin-bottom:18px;
	position:relative;
}
#rightcol .graybox li{
	font-size:12px;
	margin-bottom:2px;
}
/* Footer */
#footer{
	position:relative;
	clear:both;
	padding:3px;
}
#clipart_bgr{
	position:relative;
}
#clipart{
	position:absolute;
	margin:-72px 0 0;
	right:15px;
	width:141px;
	height:87px;
}
#clipart span{
	display:block;
	width:100%;
	height:100%;
	background:url(../images/pic-clipart.png) no-repeat;
}
#footer .graybox{
	height:20px;
	border-top:1px solid #d6d7df;
	background:#4a4a4a;
}