body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #e7e3e7;
}

#container {
	width: 900px;
	margin: 20px auto 40px auto;
}

#header {
	overflow: auto;
	background-color: #fff;
	padding: 8px;
	-moz-border-radius-topLeft: 10px;
	-moz-border-radius-topRight: 10px;
}
	#header .logo {
		float: left;
		margin-top: 9px;
		margin-left: 15px;
	}
	#header .contact {
		float: right;
		text-align: right;
		color: #1a477d;
	}	
		#header .contact a {
			color: #1a477d;
		}

#banner {
	text-align: center;
	background-color: #fff;
}
	
#content-container {
	background-color: #fff;
	-moz-border-radius-bottomLeft: 10px;
	-moz-border-radius-bottomRight: 10px;
	padding: 20px 10px 8px 10px;
	overflow: auto;
}

#navigation {
	width: 180px;
	float: left;
}

	#navigation ul,
	#navigation li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		#navigation ul li ul {
			margin-left: 10px;
		}
		
		#navigation a {
			text-decoration: none;
			display: block;
			color: #1a477d;
			padding: 3px 5px;
		}
		#navigation a:hover,
		#navigation a:active {
			color: #333;
		}
		
		#navigation ul li ul li ul li a {
			font-style: italic;
		}

#content {
	width: 660px;
	float: left;
	border-left: 1px solid #a09ea0;
	padding-left: 10px;
	margin-left: 10px;
}
.homepage #content {
	width: 470px;
}

#news {
	width: 180px;
	float: right;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #a09ea0;
}

#news #highlighted {
	-moz-border-radius: 10px;
}

#footer {
	padding: 10px;
	overflow: auto;
}
	#footer .legal {
		float: left;
	}
	#footer .branding {
		float: right;
		text-align: right;
	}

h1 {
	font-size: 160%;
	color: #1a477d;
	margin-bottom: 10px;
	margin-top: 0px;
	font-weight: bold;
}
	h1 a:link,
	h1 a:visited,
	h1 a:hover,
	h1 a:active  {
		color: #1a477d;
	}
	
h2 {
	font-size: 140%;
	margin-bottom: 15px;
	margin-top: 0px;
	color: #0e396d;
	font-weight: bold;
}
	h2 a:link,
	h2 a:visited,
	h2 a:hover,
	h2 a:active {
		color: #0e396d;
	}

h3 {
	font-size: 120%;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #000;
	font-weight: bold;
}
	h3 a:link,
	h3 a:visited,
	h3 a:hover,
	h3 a:active {
		color: #000;
	}


hr { 
	height: 1px;
	margin: 0 0 10px 0;
	padding: 0;
	color: #000;
	clear: both;
}	

p {
	margin-top: 0px;
}

a img {
	border: none;
}


a:link,
a:visited {
	color: #000;
}
a:hover,
a:active {
	color: #666;
}






td.footer {
	background-color: #E7E3E7
}
table.footer {
	font-size: 11px;
	color: #666666;
}
table.footer a:link { color: #666666; }
table.footer a:visited { color: #666666; }
table.footer a:hover { color: #000000; }
table.footer a:active { color: #666666; }
td.mainNavigation { 
	font-size: 90%;
	padding: 5px 5px 15px  5px;
	text-align: center;
}
td.mainNavigation a { text-decoration: none }
td.mainNavigation a:link { color: #000000 }
td.mainNavigation a:visited { color: #000000 }
td.mainNavigation a:hover { color: #AAAAAA }
td.mainNavigation a:active { color: #000000 }
td.content {
	padding: 0px 10px 10px 10px;
	vertical-align: top;
	text-align: left;
	border-left: 1px solid #A09EA0;
}
td.leftNavigation {
	padding: 0px 10px 10px 10px;
	vertical-align: top;
	width: 119px;
}
td.rightNavigation {
	padding: 0px 10px 10px 10px;
	vertical-align: top;
	border-left: 1px solid #A09EA0;
	width: 119px;
}
a.noUnderline {
	text-decoration: none;
}
a.underline {
	text-decoration: underline;
}
table.mainTable {
	background-color: #FFFFFF;
}
td.headerContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #1A477D;
	text-align: right;
	vertical-align: middle;
	padding-right: 11px;
}
td.headerContent a { color: #1A477D; text-decoration: none; }
h1.pageTitle {
	font-size: 135%;
	color: #1A477D;
	margin-bottom: 10px;
	margin-top: 0px;
	font-weight: bold;
}
.thirdNav {
	 font-style:italic;
	 margin-left: 10px;
}
div.imageContainer {
	clear: right;
	float: right;
	text-align: center;
	margin-left: 5px;
	margin-bottom: 5px;
}
div.imageContainer span.title {
	font-weight: bold;
}
div.imageContainer span.caption {
	font-size: 90%;
}
div.imageContainer img {
	border: 0;
}
#highlighted {
	padding: 5px 5px 5px 5px;
	background-color: #E7E3E7;
	margin-bottom: 10px;
}
#highlighted p {
	margin-bottom: 0px
}
