html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
body {
	font-family: Verdana, arial, helvetica, sans-serif;
	color: #ffffff;
	#background: #132c5a url(../images/bg.png) repeat-x scroll 0 0;
	background: #132c5a repeat-x scroll 0 0;
	font-size: 13px;
	line-height: 1.5em;
	width: 100%;
	padding: 0 0 0 0;
}
a {
  color: #ffffff;
  text-decoration: underline;
}
a:hover {
	color: #132c5a;   
	text-decoration: underline;
}
#wrapper {
  margin: auto;
  width: 1050px;
}
#header {
	height: 50px;
	width: 100%;
	top: 10px;
	color: #ffffff;
	#background: #132c5a;
}
#header dt, #header dd {
	display: inline;
}

dt.logo {
	display: block;
	position: absolute;
	top: 10px;
	left: 160px;
	width: 257px;   
	height: 100px;   
	#line-height: 100px;
	background: url(../images/logo-slant.jpg) no-repeat 0 0;
}

#header dd {
	display: none;
}

#header h1 {
  text-indent: -9999px;
}
#nav  { 
  height: 41px;
  line-height: 41px;
  width: 600px;
  text-align: center;
  margin: 0 auto;
}
#nav li {
  display:inline;
  text-transform: capitalize;
  font-size: 1.5em;
  text-align: center;
  font-weight: 600;
  color: #ffffff;
}
#nav li a { 
  float:left;
  width: 120px;
}
#nav li a:link, #nav li a:visited {
  text-decoration:none;
  color: #ffffff;
  text-shadow: 2px 2px 2px #555;
}
#nav li a:hover { 
  #color: #223c62;
  text-decoration:underline;
}
#nav li#activepage a { 
  color: #FF0000;
}
#content {
  clear: both;
  overflow: hidden;
  width: 900px;
  padding: 20px;
  min-height: 400px;
  margin: 20px auto;
  text-align: center;
  background-color: #223c62;
  border: 1px #586f92 solid;
  border-bottom: 1px #222222 solid;
}
#content h2 { 
  font-size: 1.4em;
}

.bigcontentbox {
  float: left;
  width: 800px;
  min-height: 300px;
  text-align: justify;
  background-color: #586f92;
  padding: 20px;
  margin: 20px;
  font-size: 1.1em;
  border: 1px #7A89B8 solid;
  border-bottom: 1px black solid;
}


.contentbox {
  float: left;
  width: 525px;
  min-height: 300px;
  text-align: justify;
  background-color: #586f92;
  padding: 20px;
  margin: 20px;
  font-size: 1.1em;
  border: 1px #7A89B8 solid;
  border-bottom: 1px black solid;
}
.contentbox p, .bigcontentbox p { 
  margin: 0 10px 20px 10px; 
}
.contentbox h3, .bigcontentbox h3 { 
  margin: 5px 0 7px 0;
  padding: 3px 0 3px 0;
  border-bottom: 1px white dotted;
  font-family:"Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
  font-size: 1.25em;
}
.contentbox h4, .bigcontentbox h4 { 
  margin: 0 10px 0 10px;
  border-bottom: 1px white dotted;
  font-family:"Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
  font-size: 1em;
}

.contentlist { 
  float: left;
  margin: 0px 25px 25px 25px;
  padding: 5px;
  #border: 1px white dashed;
}

.contentlist li {
  float: left;
  width: 400px;
  margin: 0.5em 0 0.5em 0;
  padding: 0 0 0 20px;
  #padding-left: 25px;
  list-style: none;
  background: url(../images/li.gif) no-repeat 3px 7px;
}

p.firstpara:first-letter {
 font-size: 275%;
 font-weight: bold;
 float: left;
 width: 1em;
}

.news { font-family: Georgia, Times, “Times New Roman”, serif; }
.news h2{ border-bottom: 1px white solid;}
.news p{
  margin-left: 10px;
  font-size: .9em;
}
#core_logo{
	float: right;
	width: 80px;
	margin: 10px;
}
.date { letter-spacing:-0.15em;}
.sidebox {
  float: right;
  width: 210px;
  text-align: left;
  background-color: #586f92;
  padding: 20px;
  margin: 20px;
  border: 1px #7A89B8 solid;
  border-bottom: 1px black solid;
}
.sidebox p { margin-bottom: 5px; }
.sidebox h4 {
  margin-bottom: 5px;
  padding-bottom: 2px;
  border-bottom: 1px white dotted;
}
a.textright { padding-left: 80%;}
a.mapright  { padding-left: 55%; font-size: .8em;}

#footer {
  clear: both;
  width: 900px;
  text-align: center;
  margin: 3px auto;
}

