img {
	border: none;
}
body {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	padding: 0px;
	text-align: center;
}

#container {
	background-color: #FFFFFF;
	border: 1px solid #809FFF;		/* blue */
	margin: 10px auto;
	width: 770px;
}


#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 100px; width: 770px;
}



#navigation {
	background-color: #6078BF;  	/* dark blue */
	border-bottom: 1px solid 	#6078BF;
	border-left: 	1px none 	#6078BF;
	border-right: 	1px none 	#6078BF;
	border-top: 	1px solid 	#6078BF;
	margin: 0px;
}
#navigation ul {
	margin: 0; 	padding: 0;
	text-align: right;
}
#navigation li {
	color: #000000;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#navigation a {
	background-color: #809FFF;   	/* blue  */
	color: #FFFFFF;			  		/* white */
	padding-left: 10px;  padding-right: 10px;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #E6ECFF;  	/* light blue */
	color: #000000;	  				/*  black     */
	text-decoration: none;
}



#main {
	margin: 1px;
}



#leftnav {
	width: 160px; float: left;
	margin-bottom: 1px;
	padding: 3px;
	text-align: left;
	color: #0F0F6B; 	/* gray */
	font-size: 11px; 	font-weight: bold;
}
#leftnav h2, h1 {
	background-color: #809FFF; color: #FFFFFF; /* white on blue */
	border-style: solid; border-width: 1px;
	border-bottom-color: #000000; border-right-color: #000000;
	border-top-color: #FFFFFF; border-left-color: #FFFFFF;
	font-size: 14px; 	font-weight: bold;
	margin: 0 0 10px; margin-top: 4px;
	text-align: center;
	text-transform: uppercase;
}
#leftnav a {
	color: #666666;
	text-decoration: none;
}
#leftnav a:hover {
	color: #000000;
	text-decoration: underline;
}
#leftnav li {
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px; 
	text-transform: capitalize;
}
#leftnav ul {
	/* margin: 0; */
	padding: 0;
}



*html body #copy {
	height: 350px;
}
#copy h1, h2 {
	background-color: #BFCFFF;
	border-top-color: #FFFFFF; border-top-style: solid; border-top-width: 1px; 
	border-bottom-color: #000000; border-bottom-style: solid; border-bottom-width: 1px;
	border-right-color: #000000; border-right-style: solid; border-right-width: 1px;
	border-left-color: #FFFFFF; border-left-style: solid; border-left-width: 1px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
	margin-top: 2px;
	text-align: center;
	text-transform: uppercase;
}


h3 {
	font-size: 12px;
	font-weight: bold;
}

hr.clearing {
	border: 0px;
	clear: both;
	display: block;
	height: 0px;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}

p {
	margin-bottom: 8px;
	margin-top: 0px;
	text-align: left;
}

p.clearall {
	margin-bottom: 250px;
}

.bold {
	font-weight: bold;
}

.boldblack {
	color: #000000;
	font-weight: bold;
}



#copy {
	border: 1px solid #809FFF;
	height: auto;
	margin-bottom: 1px;
	margin-left: 169px;
	min-height: 350px;
	padding: 4px;
	text-align: left;
}

#copy .board {
	margin-bottom: 10px;
}

#copy a {
	color: #666666;
	text-decoration: underline;
}
#copy a:hover {
	color: #000000;
	text-decoration: none;
}

#copy div {
	margin-left: 25px;
}
#copy li {
	list-style-position: inside;
	list-style-type: circle;
}
#copy ul {
	padding: 0;
}




#footer {
	background-color: #BFCFFF;
	border: 1px solid #BFCFFF;
	clear: both;
	color: #000000;
	font-size: 11px;
	height: 40px;
	margin: 1px;
	padding: 3px;
	text-align: right;
}



