body{
	margin:0px;
	padding:0px;
	background:url(../images/bg.jpg) repeat-x #fff;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	scrollbar-bace-color: #fff;
	scrollbar-arrow-color: #fff;
	scrollbar-track-color: #D8F0E8; 
	scrollbar-highlight-color: #ffc;
	scrollbar-shadow-color: #fff;
	scrollbar-3dlight-color: #FFF; 
	scrollbar-darkshadow-color: #FFF;
	}
a:link,a:visited,a:active{
	color:#036;
	text-decoration:underline;
}
a:hover{
	color:#f00;
}
#wrapper{
	width:100%;
	text-align:center;
	margin:0 auto;
	}
#head{
	width:760px;
	text-align:center;
	margin:0 auto;
	}
#sitemenu{
	background:url(../images/menubg.gif) no-repeat right;
	height:30px;
	text-align:right;
	line-height:30px;
	font-size:11px;
	padding-right:5px;
	}
#sitemenu a:link,#sitemenu a:visited,#sitemenu a:active{
	color:#FFF;
	text-decoration:none;
}
#sitemenu a:hover{
	color:#FFF;
	text-decoration: underline;
}
#navigation{
	background:url(../images/head1.jpg);
	height:205px;
	width:760px;
	text-align:left;
}
#navigationlist{
	background:url(../images/menu.jpg);
	width:536px;
	height:55px;
}
#navigationlistitems{
	text-align:center;
	height:50px;
	line-height:50px;
	font-size:13px;
	}
#navigationlistitems a{
	color: white;
}
#welcome_position{
	background:url(../images/head2.jpg);
	height:110px;
	width:760px;
}
.words{
	width:760px;
	padding-top:85px;
	}
.welcome{
	float:left;
	width:320px;
	color:#828705;
	font-size:14px;
	font-weight:bold;
}
.position{
	float:right;
	width:300px;
	color:#000;
	text-align:left;
	color:#666;
	}
#content{
	width:700px;
	background:url(../images/contentbg.jpg) center top no-repeat;
	text-align:center;
	margin:0 auto;
	clear:both;
	}
#contentmain{
	width:600px;
	text-align:left;
	padding-top:10px;
	clear:both;
	margin:auto;
	}
#title{
	color:#468A0A;
	padding-left:1px;
	font-size:13px;
	font-weight:bold;
	}
#contenttextarea{
	color:#063;
/*	height:380px;*/
	overflow:auto;
	margin: 20px auto;
	/*width:500px;*/
	border-bottom:#f00 dotted 1px;
	border-top:#f00 dotted 1px;
	}
#contenttextarea p{
	margin:0px;
	padding:0px;
	text-indent:2em;}
#foot{
	background:url(../images/footbg.jpg) no-repeat;
	height:189px;
	width:100%;
	clear:both;
}
#copyrightwrapper{
	width:760px;
	text-align:center;
	margin:0 auto;
}
#copyright{
	background:url(../images/copyright.gif);
	margin-top:40px;
	width:570px;
	height:80px;
	text-align:right;
	margin:auto;
	}
#copyright a:link,#copyright a:visited,#copyright a:active{
	color:#FFF;
	text-decoration:none;
}
#copyright a:hover{
	color:#000;
	background-color:#999;
}
#copyrightlinks{
	width:500px;
	margin:20px auto;
	text-indent:5em;
	}