body {
	font-size : 12px;
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	text-align: center; /* for IE 5x */
	background-color: #C8D8E3;
	line-height: 1.3em;
	}

a:link { color: #; }
a:visited { color: #; }

h1 { font-size: 17px; }

h2 { font-size: 16px; }

h3 { font-size: 14px; }
	
.wrapper {
	position: relative;
	width: 760px;  /* width of centered content, usually header width */
	margin: 0 auto;
	text-align: left; /* reset left-align */
	}

.header {
	position : absolute;
	top : 10px;
	left : 0px;
	border-bottom: ;
	}

.logo {
	position : absolute;
	top : 20px;
	left : 600px;
	z-index: 1;
	}

.nav {
	position : absolute;
	top : 210px;
	left : 0px;
	width: 210px;
	border-right: solid 1px #C8D8E3;
	height: 500px;
	}

.nav a:link, .nav a:visited {
	padding-left: 20px;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 7px;
	font: 14px Arial, sans-serif;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	background-image: none;
	background-position: top;
	background-repeat: repeat-x;
	text-decoration: none;
	display: block;
	}
	
.nav a:hover {
	background-color: #004A80;
	color: #ffffff;
	}

.title {
	margin-bottom: 8px;
	font: bold 18px Arial, Verdana, Tahoma, sans-serif;
	border-bottom: 1px solid #ededed;
	color: #000000;
	}

.content {
	position : absolute;
	top : 194px;
	left : 0px;
	width: 520px;
	padding: 10px 10px 10px 230px;
	background-color: #ffffff;
	}

.footer {
	padding: 10px;
	background-color: #004A80;
	color: #ffffff;
	font: 10px Arial, sans-serif;
	text-align: center;
	}

.footer a:link, .footer a:visited, .footer a:hover {
	color: #ffffff;
	}