#header {
	border: 1px dotted #666;
	background-color: #efefef;
}
body {
	color: #000000;
	font-family: Times New Roman, Times, Geneva, Helvetica, serif;
}
#header h1 {
	font-size: 1.15em;
	font-weight: bold;
	color: #003366;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: center;
}
#header h2 {
	font-size: .9em;
	font-weight: bold;
	color: #003366;
	font-style: italic;
	text-align: center;
}
#lefthead h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #003366;
}
#lefthead {
}
#left {
	font-size: .9em;
}
#left-content {
}
#left-footer {
	display: none;
}
#right {
	font-size: .9em;
	border: 1px dotted #666;
	background-color: #D9EEF2;
}
#content-header h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #003366;
}
#main-content-wrapper {
}
#main-content {
	font-size: 0.9em;
	color: #333333;
	/*border: 1px dotted #036;*/
}
#nav{
	display: none;
}
#main-content-footer-right {
}
#footer {
	border-top: 1px solid #036;
	padding-top: 10px;
	font-size: 0.7em;
	position: fixed;
	bottom: 0px;
}

