body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-image: url(../images/bkgrd.gif);
	background-color: #FFFFFF;
	text-align: center;
}

#headerwrapper{
	width:96%;
	background-color: #97C2EB;
	border: 2px solid #FFFFFF;
	text-align: left;
	background-image: url(../images/backimageleft.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 100px;
}

#navwrapper{
	width:96%;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 2px;
	background-color: #CCCCCC;
	border: 2px solid #FFFFFF;
	font-size: 80%;
}

#navwrapper a{
	text-decoration: none;
	color:#003300;
}

#wrapper{
	width:96%;
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
	text-align: left;
	margin-top: 3px;
	padding-bottom: 8px;
	background-image: url(../images/leftnavbackgrd.gif);
	background-repeat:repeat-y;
}

#footerwrapper{
	width:96%;
	margin-top: 3px;
	background-color: #97C2EB;
	border: 2px solid #FFFFFF;
	text-align: center;
}

.left {
	float: left;
	margin-left: 20px;
	margin-right: 25px;
	margin-bottom: 8px;
}

.right {
	float: right;
	margin-right: 70px;
	margin-left: 6px;
	margin-bottom: 8px;
}

#leftcol{
	margin-left: 2px;
	margin-top: 20px;
	float:left;
	width: 128px;
}

#leftcol #leftnav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #97C2EB;
}

#leftcol #leftnav ul{
	font-size: 70%;
	padding: 0;
	margin: 0;
	background-color: transparent;
	list-style-type: none;
	border: 1px solid #000000;
}

#leftcol #leftnav ul li{
	padding: 0;
	margin: 0;
}

#leftcol #leftnav ul li a{ 
	background-color: #CCCCCC;
	border-bottom: 1px solid #000000;
	color: #000000;
	display:block;
	padding: 2px 0 2px 3px;
	text-decoration:none;
	height: 1%;
}

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

#content{
	background-color: #FFFFFF;
	margin-left: 137px;
	padding-top: 1px;
	padding-left: 12px;
	border-left-width: 2px;
	border-left-style: ridge;
}

#content h5{
	margin-right: 22px;
}

#fullbar{
	background-color: #97C2EB;
	border: 1px solid #003300;
	width: 92%;
	font-size:80%;
	margin-left:3px;
	padding: 2px;
}

#halfbar{
	background-color: #97C2EB;
	border: 1px solid #003300;
	width: 250px;
	font-size:80%;
	float:left;
	margin-left:15px;
	padding: 2px;
}

#contleft{
	width: 250px;
	font-size:80%;
	float:left;
	margin-left:20px;
}

#halfbarright{
	background-color: #97C2EB;
	border: 1px solid #003300;
	width: 250px;
	float:right;
	font-size:80%;
	margin-right:20px;
	padding: 2px;
}

#contright{
	width: 250px;
	float:right;
	font-size:80%;
	margin-right:18px;
	margin-bottom: 8px;
}