html,body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	font-family:Verdana,Arial,sans-serif;
	font-size:.9em;
}

h1 {
	font-size:1.7em;
}

h2 {
	font-size:1.4em;
}

h3 {
	font-size:1.3em;
}

.wrapper {
	width:100%;
	height:100%;
}

.header {
	height:100px;

	text-align:center;

}

.header h1 {
	color:#082898;
	font-size:2em;
	display:inline;
}

.outer_left, .outer_right {
	width:5%;
	background-color:#aeaeae;
}


#left {
	vertical-align:top;
	width:160px;
	font-size:1em;
}

#left ul {
	list-style:none;
	padding:10px 0px 20px 5px;
	margin:0px;
	border:double #082898;
		margin:0px 5px 10px 5px;
}

#left li {
margin-bottom:10px;
margin-right:5px;
color:#fff;
background-color:#082898;
padding:5px 0px 5px 6px;
font-weight:bold;
}

#left a:link, #left a:visited {
	color:#fff;
	text-decoration:none;
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
}

#left a:hover {
	text-decoration:underline;
}

#left a#active:link,#left a#active:visited {
	text-decoration:underline;
}



#main {
	vertical-align:top;
	padding:0px 5px 0px 5px;
	background: #fff url(../images/watermark.jpg) no-repeat bottom center;

}

* html #main {
	height:76%;
}


#footer {
	text-align:center;
	height:30px;
	line-height: 30px;
	background-color:#082898;
	color:#fff;
	font-size:.75em;
}

#footer a:link, #footer a:visited {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}



#blue_grad {
	background: #fff url(../images/blue_grad.png) repeat-x left;
	height:10px;
}

span.quote p {
	margin-left: 20px;
	margin-right: 20px;
	font-size: .85em;
	color: #000099;
}
