/*
----------------------
Main styles for site
----------------------
*/


/* layout *********************************************/

html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0;
	background:#ebc341;
	font:76%/1.5  Verdana,Helvetica,Arial,Geneva,sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	color:#333;	
	background:#ebc341;
	}
	
#content {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:165px; 
	bottom:30px; 
	width:765px; 
	margin-left:-382px; 
	left:50%; 
 border-left:1px solid #fff;
	border-right:1px solid #fff;
	background:#fff;
	}

* html #content {
	top:0; 
	bottom:0; 
	height:100%;
	width:765px;
	border-top:165px solid #fff; 
	border-bottom:30px solid #fff;
	}

#head {
	position:absolute; 
	margin-left:-382px; 
	left:50%; 
	top:0; 
	width:765px; 
	min-width:765px; 
	height:165px; 
	background:#d1e5ea; 
	font-size:1em; 
	z-index:5; 
	text-align:center;
	}

* html #head {
 width:767px; height:165px;
	}

#foot {
	text-align:center;
	position:absolute; 
	margin-left:-382px; 
	left:50%; 
	bottom:0; 
	width:765px; 
	min-width:765px; 
	height:30px; 
	background:url(images/heading.jpg); background-position:0 100px;
	z-index:5;
	border: 0;
	}

* html #foot {
 width:767px; height:30px;
	}

#content p {
	margin:0.25em 0; padding:5px; text-align:justify;
	}
	


/* Formatting ***************************************************/

.nav:link	{ text-decoration: underline; background: transparent; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #333333; }
.nav:visited	{ text-decoration: underline; background: transparent; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #333333; } 
.nav:hover	{ text-decoration: underline; background: #ebc341; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #333333; } 
.nav:active	{ text-decoration: underline; background: transparent; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #333333; }


.copyright:link	{ text-decoration: none; background: none; font-family: Verdana,Helvetica,Arial,Geneva,sans-serif; font-size: 10px; font-weight: normal; color: #666666 }
.copyright:visited	{ text-decoration: none; background: none; font-family: Verdana,Helvetica,Arial,Geneva,sans-serif; font-size: 10px; font-weight: normal; color: #666666 }
.copyright:hover	{ text-decoration: underline; background: none; font-family: Verdana,Helvetica,Arial,Geneva,sans-serif; font-size: 10px; font-weight: normal; color: #000000 }
.copyright:active	{ text-decoration: none; background: none; font-family: Verdana,Helvetica,Arial,Geneva,sans-serif; font-size: 10px; font-weight: normal; color: #666666 }


.copysmall { font-family: Verdana,Helvetica,Arial,Geneva,sans-serif; font-size: 10px; font-style: normal; color: #666666; line-height: 22px; margin-right: 5px; margin-left: 5px; }


h1 { margin:0.25em 0;	font:normal 2.0em/1.1  Verdana,Helvetica,Arial,Geneva,sans-serif;
	text-align:center;	letter-spacing:1px; color: #467abc; font-weight: bold; 
}

h2 { margin:0.25em 0;	font:normal 1.5em/1.1  Verdana,Helvetica,Arial,Geneva,sans-serif;
	text-align:left;	letter-spacing:1px; color: #467abc; padding: 5px 0 0 15px;
}
