body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
        text-align: center;
	background-color: #FFFFFF;
}

a:link {
	color: #000066;
	text-decoration: none;
}

a:visited {
	color: #000066;
	text-decoration: none;
}

a:hover {
	color: #B6C5E6;
	text-decoration: underline;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #000066;
}

h2{
 font-size: 120%;
 color: #000066;
}

h3{
 font-size: 110%;
 color: #000066;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #000066;
}

h5{
 font-size: 100%;
 color: #000066;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#wrapper {
	margin: 0 auto;
	width: 950px;
	background-image: url(../images/stretch.jpg);
	background-repeat: repeat;
        text-align: left;
}

#wrapper_full {
	margin: 0 auto;
	width: 950px;
        text-align: left;
}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006;
	background-color: #FFF;
}

#nav a {
	color: #000000;
	text-decoration: none;
}

#nav a:hover {
	color: #000066;
	text-decoration: underline;
}

#nav li {
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
	width: 100px;
	border: solid #000066 1px;
}

#wrapper #nav table tr td {
	text-align: center;
	padding: 5px;
}

#search {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
}

#search table tr td {
	vertical-align: top;
}

#sidenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #AFD3F5;
	width: 200px;
	float: left;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 730px;
	float: right;
	padding: 10px;
}

#content_full {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	padding: 10px;
}

#clear {
	clear: both;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #013195;
	text-align: center;
	padding: 5px;
	color: #FFF;
}

#footer a {
	color: #FFF;
	text-decoration: underline;
}

#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
