@charset "UTF-8";
/* CSS Document */

body{
	background-color:white;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
h1{
	font-size:16px;	
	}

#centerblock{
	position:absolute;
	width:1082px;
	margin-left:-591px;
	left:50%;
	top:0px;
	}
	
a:link{
	color:#83A300;
	}
	
a:visited{
	color:#83A300;
	}
	
a:hover{
	color:#666;
	}
	
a:active{
	color:#666;
	}
	
#header{
	position:absolute;
	width:1082px;
	height:296px;
	background-image:url(header.jpg);
	}
	
#headerlink{
	position:absolute;
	width:900px;
	height:110px;
	left:135px;
	}
	
.menu{
	position:absolute;
	font-weight:bold;
	text-align:right;
	top:135px;
	list-style:none;
	left:90px;
	}

.menu li{
	width:120px;
	height:25px;
	text-align:right;
	margin-right:35px;
	margin-top:4px;
	}
	
.menu li.active{
	width:120px;
	height:25px;
	text-align:right;
	margin-right:35px;
	font-size:14px;
	color:#006AA3;
	}
	
	
.menu a:link{
	color:#000;
	text-decoration:none;
	}
	
.menu a:visited{
	color:#000;
	text-decoration:none;
	}
	
.menu a:hover{
	color:#83A300;
	}
	

	

.menu img{
	float:right;
	margin-top:-28px;
	}
	
#bloglink{
	position:absolute;
	top:400px;
	left:180px;
	width:72px;
	height:38px;
	border:none;
	text-decoration:none;
	}
	

#bloglink img{
	text-decoration:none;
	border:none;
	}
	
#content{
	position:relative;
	top:138px;
	left:310px;
	width:750px;
	overflow:visible;
	}
	
#content p{
	overflow:auto;
	}


#content img{
	float:right;
	padding-top:15px;
	padding-left:10px;
	padding-bottom:10px;
	}

.large{
	font-size:14px;
	font-weight:bold;
	overflow:auto;
	}
	
.bottom{
	position:relative;
	background-image:url(bottom.jpg);
	width:783px;
	height:14px;
	margin-left:-10px;
	margin-top:10px;
	}
	
.bottom2{
	position:relative;
	background-image:url(bottom2.jpg);
	width:783px;
	height:14px;
	margin-left:-10px;
	margin-top:10px;
	}
