﻿body { 
	margin: 0; 
	padding: 0; 
	text-align: center; /*centers the content in IE5/win */ 
	background: #c0c0c0; 
	font-family: Verdana;
	font-size: 11px;
	padding: 0px;
} 

IMG 
{
	border: 0px;
}

a:link {
	text-decoration: none;
	font-weight: normal;
	color: blue;
}

a:active {
	text-decoration: none;
	font-weight: normal;
	color: blue;
}

a:visited {
	text-decoration: none;
	font-weight: normal;
	color: blue;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: red;
}

#header {
	margin: 0 auto; /*centers the div in standard browsers */ 
	width: 946px;
	height: 91px;
}
#pagepic {
	margin: 0 auto; /*centers the div in standard browsers */ 
	width: 946px;
	height: 280px;
	background: #ffffff;
}
#sep {
	margin: 0 auto; /*centers the div in standard browsers */ 
	width: 946px;
	height: 21px;
	background: #FCC78D;
}
#content 
{
	background-color: #F5EFE3;
	margin: 0 auto; /*centers the div in standard browsers */ 
	width: 946px;
	min-height: 100px;
	padding-top: 10px;
	text-align: left;
}

#content h2 
{
	font-weight: bold;
	font-size: 13px;
	margin-left: 20px;
	margin-right: 20px;
}
#content h3 
{
	font-weight: bold;
	font-size: 11px;
	margin-left: 20px;
	margin-right: 20px;
}
#content p 
{
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}

#content table.contact 
{
	text-align: center;
	width: 906px;
}

#content table.contact table.form td
{
	text-align: left;
	width: auto;
}

#content table.contact td 
{
	text-align: center;
	width: 50%;
}

#content table.articles 
{
	text-align: center;
	width: 906px;
	margin-left: 20px;
}

#content table.articles td.img 
{
	text-align: center;
}

#content table.articles td.ident 
{
	text-align: left;
}

#contenthome 
{
	background-color: #F5EFE3;
	background-image: url(images/homelist.gif);
	background-repeat: no-repeat;
	margin: 0 auto; /*centers the div in standard browsers */ 
	width: 946px;
	height: 90%;
	min-height: 300px;
	padding-top: 10px;
}

#contenthome p 
{
	text-align: left;
	margin-left: 20px;
	margin-right: 360px;
}

#contenthome h3 
{
	font-weight: bold;
	font-size: 11px;
}
#footer 
{
	margin: 0 auto; /*centers the div in standard browsers */ 
	width: 946px;
	height: 90%;
	color: #000000;
	font-size: 11px;
	text-align: left; 
}

#fspace {width: 946px; height: 5px;}

#footer p {margin-top: 6px;}

#footer #footernav {	float: left;	width: 946px;}
#footer #footernav ul {	list-style: none;	padding: 0;margin: 0 0 0 -15px;	float: left;}
#footer #footernav ul ul {	display: none;	float: none;}
#footer #footernav ul li {	display: block;	position: relative;	float: left;}
#footer #footernav ul li a {	padding: 0 15px; float: left;
	border-right: 1px solid #000000;	
	color: #000000;
}
#footer #footernav ul li.li_6 a{border:none;}

#content table.profile_PA 
{
	text-align: center;
	width: 700px;
	margin-left: 123px;
}


