body {
	margin: 0px;
}

a:link, a:visited {
	color:#333333;
	}

h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#0097B7;
	text-align:center;
	display: block;
	margin:0px;
	color: #FFFFFF;
	font-weight: normal;
	border: solid grey 1px;
	line-height: 1.5;
	}

p, li, td, label, text, input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	}
	
p.larger {
	font-size: 14px;
	}
	
#rightcol p {
	font-size: 10px;
	}


/* Positioning CSS */
#banner {
	margin-left:0px;
	margin-top:0px;
	height:100px;
	width:800px;
	position:absolute;
	}
		
#sidemenu {
	margin-left:0px;
	margin-top:100px;
	width: 121px;
	position:absolute;
	}
	
#pagebody {
	margin-left:135px;
	margin-top:100px;
	position:absolute;
	width:665px;
	}
	
#wrap {
	padding-top: 5px;
    margin:0 auto;
    width:100%;
    }
	
#leftcol {
	float:left;
	width:460px;
	padding: 0 20px 0 20px;
    }
#rightcol {
	background: #F3F3F3;
	float:right;
	width:150px;
	padding: 2px;
    }
	
#clearboth {
	clear:both;
	}


/* Menu Design */

ul.sidemenu {
	list-style: none;
	margin:0;
	padding:0;
	}
	
ul.sidemenu li a:link, ul.sidemenu li a:visited {
	text-decoration:none;
	text-align:left;
	display: block;
	width: 121px;
	padding: 4px;
	font: normal 9pt/1.4 arial, sans-serif;
	color: #FFFFFF;
	margin-left: 1px;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-right-color :#999999;
	border-right-style :solid;
	border-right-width :1px;
	border-left-color :#999999;
	border-left-style :solid;
	border-left-width :1px;
	background-color: #0097B7;
	}
	
ul.sidemenu li a:hover {
	background-color: #e9f5f3 ;
	color: black;
	}
	
ul.sidemenu li.nonlink {
	text-decoration:none;
	text-align: left;
	display: block;
	width: 121px;
	padding: 4px;
	font: normal 9pt/1.4 arial, sans-serif;
	color: #0097B7;
	margin-left: 1px;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-right-color :#999999;
	border-right-style :solid;
	border-right-width :1px;
	border-left-color :#999999;
	border-left-style :solid;
	border-left-width :1px;
	background-color: #FFFFFF;
}

#pagebody h1 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.53;
	background-color: #E6F8F6;
	display: block;
	font-size: 15px;
	text-align: center;
	color: #0097B7;
	border-bottom: solid #999999 1px;
	border-left: solid #999999 1px;
	border-right: solid #999999 1px;
	font-weight: lighter;
	letter-spacing: .2em;
	margin: 0;
}

#pagebody h2, #pagebody legend {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
	/* background-color: #E6F8F6; */
	display: block;
	width:50%;
	font-size: 13px;
	text-align: left;
	color: #0097B7;
	border-bottom: solid #999999 1px;
	font-weight: lighter;
	letter-spacing: .2em;
	margin: 0;
}

.leftname {
	float:left;
	width: 200px;
	}
	
/* Form */
form label {
   display: inline;
   text-align:right;
   margin-right:5px;
   float: left;
   width: 150px;
}

ul.menu li {
	display:block;
	height:24px;
	list-style:none;
	vertical-align: super;
}
		
#leftcol50 {
	float:left;
	width:50%;
    }
#rightcol50 {
	float:right;
	width:45%;
	padding: 2px;
    }