@charset "iso-8859-1";
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset { 
margin: 0;
padding: 0;
border: 0;
}

body {
font-size: 100%;
background-image: url(../images/BackgroundNote5.jpg);
background-repeat: repeat;
background-color: #0000ff;
color: #000000;
font-family: "Comic Sans MS";
font-weight: 50;
margin: 0;
padding: 0;
text-align: center;
}

#wrapper {
	background-color: #99ccff;
	border-right: 2px solid #0000ff;
	border-left: 2px solid #0000ff;
	width: 85%;
	margin: 10px auto;
	text-align: left; 
	background-image: url(../images/wrapper_bg.gif);
	background-repeat: repeat-y;			
}

#banner{
	height: 100px;
	text-align: center;
	border-bottom: 2px solid #ffffff;
	background-image: url(../images/Bannerlight.jpg);
	background-repeat: no-repeat;
	background-color:#0000FF;
}

#leftcol #nav {
	border-bottom-width: 1px solid #000000;
}

#leftcol #nav ul{
padding: 0;
margin: 0;
background-color: transparent;
list-style-type: none;
font-size: 100%;
font-weight: 1000;
}

#leftcol #nav ul li{
display: inline;
padding: 0;
margin: 0;
}
#leftcol #nav ul li a{
background-color: #0000ff;
border-bottom: 1px solid #000000;
color: #000000;
display: block;
padding: 4px 0 6px 4px;
text-decoration: none; 
height: 1%;
}

#leftcol #nav ul li a:hover, #leftcol #nav ul li a:focus{
background-color: #000000;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
color: #ffffff;
}

#content{
font-size: 90%;
font-weight:50;
margin: 20px;
margin-left: 210px;
}

#content h1 {
	font-size: 130%;
	color: #003366;
	margin: 2px;
	padding: 0px;
}

#content h2 {
	font-size: 110%;
	color: #003366;
	margin: 20px;
	padding: 0px;
}

.leftimage {
	float: left;
	margin: 0 10px 20px 0;
}

.rightimage {
	float: right;
	margin: 0 0 20px 15px;
}

.clearit {
	display: block;
	clear: both;
}
#footer {
	clear: both;
	color: #FFFFFF;
	background-color: #0000ff;
	border-top: 2px solid #ffffff;
}
#footer p {
	font-size: 75%;
	padding: 5px;
	text-align: center;
}
#footer #nav ul li a:hover, #leftcol #nav ul li a:focus{
background-color: #000000;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
color: #000000;
}
#leftcol{
margin-top: 5px;
  width: 200px;
  float: left;
  }

.container{
width: 99%;
float: right;
}


