

a {
	 color: #0070d3 ;
	 text-decoration: none;
	
	
	}
	
	a:hover   
	{
	 text-decoration: none;
	 border-bottom: 1px dotted;

	}
	
img
{
 border: 0px;
}

body
{
	background-color: #ffffff;
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

html
{
 overflow: scroll;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#wrapper
{
	position: relative;
	border: 0px none;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	text-align: left;
}

#top 
{
 	width: 750px;

}

#main {
	width: 750px;

}

#bottom
{
 	width: 750px;
	border-top: solid 5px #336699;
}

.content
{
 float: left;
 width: 430px;
 min-height: 400px;
}

.spacer
{
	float: left;
	left: 300px;
	width: 30px;
}

.nav
{
 float: left;
 width: 290px;
 min-height: 400px;
 text-align: center;
}

.clear-float
{
	clear: both;
}

.plain a
{
 border-bottom: none;
}

.menu
{
	background: #336699;
	height: 20px;

}


.menu a, .menu a:link, .menu a:visited, .menu a:active { 
	display: table-cell;
	table-layout: fixed;
	width: 110px;
	height: 20px;
	vertical-align: middle;
	background: #336699;
	margin: 0;
	padding: 3px 5px 3px 5px;
	letter-spacing: 0px;
	font-size: 11px;
	font-family: Arial;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 0px none;
}


.menu a:hover {
	background: #6699cc;
	color: #ffffff;
}

.image-link a
{
 	border-bottom: 0px none;
	border: 0px;
}

.center
{
 text-align: center;
}
	
h1
{
 margin-top: 0px;
 	font-family: Verdana;
	font-size: 16px;
	font-weight: normal; 
}

h2
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: justify; 
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

h4
{
 margin-top: 0px;
 font-family: Georgia;
 font-size: 12px;
 color: Red;
 font-weight: normal;
}

h5
{
 	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: justify; 
	padding: 0px;
	margin: 0px;
}

h3
{
	font-family: Verdana;
	font-size: 14px;
	color: #BB0C33;
	font-weight: normal;
	text-align: justify;
}

.link
{
 padding-left: 10px;
 background: #6699cc;
 border-left: solid 13px #336699;
 font-family: Arial;
 font-size: 11px;
 color: #ffffff;
 display: block;
}

.required
{
	color: Red;
}

ol, ul
{
	margin: 0px;
	padding: 0px;
	padding-left: 30px; 
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: justify; 
}

li
{
	padding-bottom: 5px;
}