body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #000;
	 background: #92B6D3 url(../images/bkgnd2.jpg) bottom left fixed repeat-x; 
	/* Alternate background */
	/* background-color: #FFFFCC; */
	font-size: 76%;
	}


p {font-size: 1em;}
h1 {font-size: 1.4em;
	color: #437BA8;}
h2 {
	font-size: 1em;
	text-transform: capitalize;
}
h3 {font-size: 1em;
	font-weight:700;
	text-align:left;
	margin:0;
	padding: 0 1.5em;}
a:link, a:visited {
	color: #437BA8;
	text-decoration:none;
	font-weight:bold;
	}

a:hover, a:active {
	color: #437BA8;
	text-decoration:underline;
	font-weight:bold;
	}
	
		
#container {
	margin: 0.5em auto;
	width: 765px;
	background-color: white; 
	background-image: url(../images/border.gif);
	background-repeat: repeat-y;
	border: 1px solid black;
	}
		
#banner {
	border-bottom: 1px solid #333;
	background-color: ;
	height: 141px;
	}
		
#nav {
	float: left;
	width: 160px;
	margin-left: 10px;
	padding-top: 1em;
	}
	
#nav p { margin-top: 0; }
#nav a:link {color:#FFFFFF;}
#nav a:visited {color:#FFFFFF;}
#nav a:hover {color: #FFFFFF; text-decoration: underline;}
#nav a:active {color: #FFFFFF; text-decoration: underline;}
		
#content {
	padding-top: 1em;
	margin: 0 2em 0 200px;
	}
		
#content h2 { margin-bottom: 0; text-align: left;  
	font-weight: bold; color:#666666; padding: 0 1.5em;}
#content p {text-align: left; padding: 0 1.5em; margin-top: 0;}
		
#footer	{
	clear: both;
	background-color: #437BA8;
	padding: 1em;
	text-align: left;
	border-top: 1px solid black;
	}
#footer a {
	color: #CECECE;
	}
	
a img, a:hover img, a:focus img, a:active img, a:visited img {
  /*image-link borders*/
  border: 1px solid black;
  margin: 1em;
}
.imageborder {
	border: 1px solid black;
	margin: 1em;
	}
.imagenoborder {
	border: none;
	margin: 0;
	}
/* Top Navigation */
* html #navlist { /* Stops extra space at top of margin of IE5-6 */
	margin-top: -2px;
	}
	
#navlist
{
padding-left: 0;
margin: 0;
background-color: #437BA8;
color: White;
float: left;
width: 100%;
font-size: 11px;
}

#navlist ul, #navlist li
	{ display: inline; }

#navlist a:link, #navlist a:visited
{
padding: 0.2em 1em;
background-color: #437BA8;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover{
background-color: #036;
color: #fff;
}
	
/* Left Navigation */
#navcontainerleft { width: 100%; }

#navcontainerleft ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navcontainerleft a
{
display: block;
padding: 3px;
width: 160px;
background-color: #437BA8;
border-bottom: none;
}

#navcontainerleft a:link, #navlistleft a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainerleft a:hover, .current
{
background-color: #036;
color: #fff;
}
 
 
	
