/* CSS Document */
body {
	/*text-align: center - centers the web page for IE only*/
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	line-height: 15px;
	color: #000000;
	margin: 0px;
	background-color: #d9ceb7;
	padding: 0 0 5px 0;
}
#container {
	width: 760px;
	background-color: #d9ceb7;
	color: #000000;
	/*following centers the web page for browsers other then IE - margin: 0 auto; */
	margin: 0 auto;
	padding: 0;
	text-align: left;
	/*
	background-image: url(images/bg_container.jpg);
	background-repeat: repeat;
	*/
}
#pageHeader {
	margin: 0;
	background-color: #000000;
	height: 100px;
	width: 760px;
	text-align: left;
}
#welcome {
	margin: 0;
	background-color: #000000;
	/*
	background-image: url(images/bg_homewelcome.jpg);
	background-repeat: repeat-y;
	*/
	height: 50px;
	width: 760px;
}
.welcomecontent {
	margin-top: 0px;
	padding: 15px 0 0 23px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

#homeleft {
	float: left;
	margin: 0;
	background-image: url(images/bg_hmnav.jpg);
	background-repeat: no-repeat;
	width: 185px;
	height: 285px;
}
.homenav {
	margin: 0;
	padding: 28px 0 0 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
}
.homenav a:link {
	color: #000000;
    text-decoration: none;
}
.homenav a:visited {
	color: #000000;
    text-decoration: none;
}
.homenav a:active {
    color: #000000;
    text-decoration: none;
}
.homenav a:hover {
   color: #d9ceb7;  
   text-decoration: none;
   background-color: #000000;
}
.navStatic {
	color: #d9ceb7;
	background-color: #000000;
	text-decoration: none;
}
#homemiddle {
	float: left;
	margin: 0;
	width: 247px;
	height: 285px;
	background-image:url(images/bg_hmcontent.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
.homecontent1 {
	margin-top: 0px;
	padding: 25px 20px 0px 20px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
}
.homecontent2 {
	padding: 0px 20px 0px 20px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
}
#homeimage {
	float: right;
	margin: 0;
	width: 328px;
	height: 285px;
}
.blkbold14 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.blkbold13 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
.whitebold13 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
#homedirectors {
	clear: both;
	width: 760px;
	background-color: #d9ceb7;
	background-image: url(images/bg_hmdirectors.jpg);
	background-repeat: repeat;
	margin: 0;
	height: 135px;
}
/*#homedirectorspre {
	float: left;
	height: 100px;
	margin-top: 4px;
	padding: 5px 5px 0px 20px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
}*/
#homedirectors1 {
	float: left;
	/*height: 100px;*/
	margin-top: 4px;
	padding: 5px 8px 0px 205px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
}
#homedirectors2 {
	float: left;
	/*height: 100px;*/
	margin-top: 4px;
	padding: 5px 5px 0px 35px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
}
#homedirectors3 {
	float: right;
	/*height: 100px;*/
	margin-top: 4px;
	padding: 5px 30px 10px 30px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
}
/*#homedirectors3 {
	float: right;
	height: 135px;
	margin-top: 4px;
	padding: 0 30px 0px 30px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
}*/

#homecopyright {
	width: 760px;
	background-color: #000000;
	background-image: url(images/bg_homecopyright.jpg);
	background-repeat: no-repeat;
	margin: -4px 0 0 0;
	height: 35px;
	padding: 0;
	float: left;
	
	/*
	background-image: url(images/bg_homecopyright.jpg);
	background-repeat: repeat-y;
	*/
}
#homecopyright1 {
	float: left;
	margin: 0px;
	padding: 9px 10px 5px 23px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}
#homecopyright2 {
	float: right;
	margin: 0px;
	padding: 9px 25px 5px 10px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
}
#homecopyright a:link {
	color: #ffffff;
    text-decoration: none;
}
#homecopyright a:visited {
	color: #ffffff;
    text-decoration: none;
}
#homecopyright a:active {
    color: #ffffff;
    text-decoration: none;
}
#homecopyright a:hover {
   color: #ffffff;  
   text-decoration: underline;
}
#homeniche {
	background-color: #d9ceb7;
	color: #000000;
	text-align: right;
	height: 25px;
	font-size: 11px;
	margin-top: 0;
	width: 760px;
	clear: both;
	float: left;
}
#homeniche a:link {
	color: #000000;
    text-decoration: none;
}
#homeniche a:visited {
	color: #000000;
    text-decoration: none;
}
#homeniche a:active {
    color: #000000;
    text-decoration: none;
}
#homeniche a:hover {
   color: #000000;
   text-decoration: underline;
}
.clear {
	/*line-height:1px;
	height:1px; */
	clear:both;
}





