body {
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

.page
{
	
	float: left;
	border: solid;
	background-image:url(images/bg.jpg);
	background-color: #E1ECE7;
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat-x;
	border-width: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 100%;
	width: 100%;
	
}
.pagebody
{
	border:solid;
	border-width: 1px;
	border-bottom-color:#F8F8F8  ;
	background-color:#FFFFFF;
	width: 980px;
	height:650px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;

}
.header {
	background-image:url(images/header.jpg);
	height:150px;
	border-bottom:solid;
	border-bottom-width:1px;
	border-right-width:1px;
	margin-top:0px;
}

.header_text {
	text-align:center;
	font-style: italic; font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-align:center;
	padding-left:70px;
	padding-top:100px;
	
		}

.navmenu {
	background-image:url(images/menu.jpg);
	width: 150px;
	height: 486px;
	float: left;
	text-align:center;
	font-weight:600;
	border-right-style:dashed;
	border-right-width:1px;
	border-right-color:#FFCC00;
	color:#000000;
	
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration:underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}


.admenu {
	background-color:#FFFFFF;
	width: 150px;
	height: 486px;
	float:right;
	text-align:center;
	font-weight:600;
	border-left-style:dashed;
	border-left-width:0px;
	border-left-color:#FFCC00;
	color:#000000;
}
.nav {
	height:auto;
	text-align:left;
	margin-left:0px;
	margin-top: 0px;
	font-weight:100;
	color: #000000;

}

.article {
	background-color:#FFFFFF ;
	float:left;
	padding-right:0px;
	width:677px;
	height: 486px;
	text-align:left;
}

.arcticle_contect {
	background-color:#FFFFFF ;
	padding-top:10px;
	border-width: 0px;	
	text-align:left;
	padding-left:5px;
	
}
.adcontent{
	padding-top:5px;
	text-align:left;
	padding-left:5px;
	font-weight:100;
	text-align:center;
	
}
.footer {
	clear:both;
	text-align:center;
	font-size:9px;
	font-weight:400;
	height:12px;
	border-top:solid;
	border-top-width:1px;
	border-bottom:solid;
	border-bottom-width:1px;
	background-color:#E1ECE7;
	

}

.textfield {
	background-color:#FFFFFF ;
	float:left;
	padding-right:10px;
	padding-left:10px;
	padding-top:10px;
	width:620px;
	height: 390px;

	}

.plaintext {
	background-color:#FFFFFF ;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	
	}

.textheaders {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:600;
	}


