body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

p {font-size: .8em; margin: 8px 0 0 0;}

blockquote {
	margin: 0 18px;
}

#header p {margin:0; padding:0;}
a {color: #00337F;}

/* white dots */
h1 {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 900;
	text-align: center;
	margin: 0;
	line-height: 28px;
	border-top: 1px solid #D2C3A3;
}

h3 {font-size: 1.4em; line-height: 80%;}
h4 {margin: 6 0 0 0; font-size: .9em;}

h5 {margin:0;
	line-height: 190%;
	display: block;
	text-align: center;
	font-size: .8em;
	color: #00337F;
	}

h5 a{
	color: #FFFFFF;
	text-decoration: none;
}

#header {
	background-color: #F0EAD4;
	width: 100%;	
	height: 95px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00337F;
	margin: 0;
}

#header img {
	position: absolute;
	left: 24px;
	top: 6px;
	z-index: 1;

}

.title {
	position: absolute;
	top: 8px;
	width: 100%;
	text-align: center;
	font-size: 24px;
	margin: 0;
	padding: 0;
	line-height: 24px;
	font-weight: 700;
	z-index: 3;
}

.shadow {
	font-size: 24px;
	margin: 0 0 0 2px;
	padding: 0;
	line-height: 24px;
	position: absolute;
	top: 10px;
	width: 100%;
	text-align: center;
	z-index: 2;
	font-weight: 700;
	color: #CCCCCC;
}

.subtitle {
	position:absolute;
	top: 65px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	z-index: 4;
	font-size: 1em;
	font-weight: 700;
	color: #C49977;
	margin: 0;
}

#left, #right {
	position: absolute;
	top: 95px;

}

#left {
	left: 0;
	width: 124px;
	background-color: #F0EAD4;
}

#right {
	right: 0px;
	width: 132px;
	background-color: #F0EAD4;
}

#rightcontent {
	padding: 0 0 8px 0;
	color: #00337F;
}
#rightcontent p {
	padding: 6px 6px 0 6px;
	text-align: center;
	font-weight: bold;
	margin: 0;
}

#rightcontent img {border: 1px solid #D2C3A3;
	border-bottom: 12px solid #D2C3A3;
}

#leftcontent {
	border-top: 1px solid #C49977;
}

#leftcontent h6, #rightcontent h6 {
	margin: 0;
	width: 100%;
}

#leftcontent h6 a, #rightcontent h6 a {
	padding: 0px 0px 0px 7px;
	font-size: 1.3em;
	text-decoration: none;
	font-weight: bold;
	color: #00337F;
	display: block;
	line-height: 22px;
	height: 24px;
	border-top: 1px solid #C49977;
	border-left: 2px solid #C49977;
	border-right: 2px solid #C49977;
	border-bottom: 1px solid #777777;
}

#leftcontent h6 a:hover, #rightcontent h6 a:hover {
	background-color: #D2C3A3;
	color: #FFFFFF;
}

#leftcontent h3 {
 font-size: 1em;
 font-weight: 900;
 margin: 0;
 padding-top:12px;
 border-bottom: 1px solid navy;
}

#leftcontent p {
	margin: 0;
	padding: 4px 0  0 4px;
}

#leftcontent h5 {
	background-color: #00337F;
}

#content {
	margin: 0 132px 0 124px;
	background-color: #FFFFFF;
}

#contentcontent { 
	padding: 0px 18px 0 18px;
	border-top: 1px solid #00337F;
}
#contentcontent ul {
	margin:0 0 0 26px;
}

#contentcontent li {
	padding: 2px 0;
	font-size: .8em;
}

#contentcontent h5 {font-size: 1.1em; padding-top: 8px;}

.biggerfont {font-size: 1.1em;}

.caption {
	font-style: italic;
}

.tan {color: #C49977;}

.white-blue {
	color: #FFFFFF;
	background-color: #F0EAD4;
}

.white-blue2 {
	color: #FFFFFF;
	background-color: #00337F;
}

.red-accent {
	font-size: 1em;
	color: red;
	font-style: italic;
}

.biggerbullet {
	font-size: 1.2em;
	padding: 6px 0;
	margin:0 0 0 13px;
}

.blue {color: #00337F;}

#leftcontent h5.blue-tan{
	color: #00337F;
	background-color: #F0EAD4;
	border-bottom: 1px solid #C49977;
}

.black {color: #000000;}

#footer {
	background-color: #00337F;
	color: white;
	font-size: .7em;
	height: 34px;
	padding-top: 3px;
	text-align: center;
	visibility: hidden;
}

#footer a {
	color: #5555DD;
}