* {
	margin: 0;
	border: 0;
	padding: 0;
	}
	
/*This defines the body - zeros for margin and padding are for Opera's benefit*/
body {
	color: #DDDDDD;
	background-color: #DDDDDD;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%; /*Combine this with ems for font size units to get consistent sizing across browsers.*/
	margin: 0;
	border: 0;
	text-align:center;  /*fix for IE5 -doesn't use auto margin values*/
	min-width: 770px;  /*Prevents content disappearing on right in Mozilla/Netscape if window too narrow. */
}

#wrapper {
	width: 772px; /*Defines width for IE5 - broken box model.*/
	w\idth: 770px; /*Defines width for other browsers.*/
	margin: 10px auto;
	border: solid 1px #000000;
	background-color:#ffffff;
	text-align:left;
	}

#banner {
	position:relative;  /*Just for Dreamweaver design view.*/
	height: 87px;
	background-color: #3300CC;
	background-repeat: no-repeat;
	background-image:url(images/banner.jpg);
	}	

#navcolleft{
	float:left;
	width: 120px;
	background-color: #FFFFFF;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	border: none;
	color: #8699bc;
	display:inline;
	text-align:center;
	font-weight:bold;
	line-height: 150%;
  }
  
#navcolleft ul{
	margin: 6px 0 0 0; 
	padding: 0;
	background-color: ffffff;
	list-style-type: none;
}

#navcolleft ul li{
	display: inline;
	padding: 0em 0em;
	border-left: 0px solid #666666;
}

#navcolleft ul li a{
	background-color: #ffffff;
	border-bottom: 1px solid #000000;
	color: #000000;
	display: block;
	padding: 4px 2px 2px 2px;
	text-decoration: none; 
	text-align:left;
	font-size: 1.0em;
	font-weight:bold;
	height: 1%;
}

#navcolleft ul li a:hover, #navcolleft ul li a:focus { 
	background-color: #336699;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
}

#content{
	float:right;
	width:570px;
	background-color:#ffffff;
	margin: 0px 0px 0px 0px;
	padding: 20px 30px 30px 30px;
	display:inline;
	position:relative;
	line-height: 1.5em;
}

#content h1{
	color: #003366;
	padding: 0;
	margin: 0px;
}

#content p{
	font-size: 1em;
	margin: 0px;
	color: #333333;
	margin-top:1em;
}

#content ul li{
	font-size: 1em;
	margin: 0px;
	color: #333333;
	margin-left:15px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	padding: 0;
	margin: 0px;
	margin-left: 20px;	
	padding-top: 5px;
	line-height: 100%;
	color: #FFFF00;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	padding: 0;
	margin: 0px;
	line-height: 100%;
	color: #336699;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	padding: 0;
	margin: 0px;
	margin-left: 20px;
	line-height: 120%;
	color: #FFFF00;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 0;
	margin: 0px;
	margin-left: 20px;
	line-height: 120%;
	color: #FFFF00;
}

a {
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #666666;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	font-weight:bold;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}

.leftimage{
	float: left;
	margin: 40px 0px 20px 0px;
	border: 0px solid #000000;
	position:relative;
	vertical-align:baseline;
	background-color:#ffffff;
}

.rightimage{
	float: right;
	margin: 10px 10px 10px 10px;
	border: 1px solid #000000;
	position:relative;
}

#footer {
    clear: both;
	font-size: 0.8em;
	text-align:right;
	color:#CCCCCC;
    background-color: #336699;
	width:760px;
	margin:0px 0px 0px 0px;
	padding:3px 10px 3px 0px;
	border-top:solid 1px #000000;
}
