@charset "utf-8";

/* global reset modified 1 */
html, body, div, span, applet, object, iframe,
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
input:focus {
	color:#99CCFF;
}
ol, ul {
	margin: 1em 3em;
	list-style-type: none;
}
/* tables still need 'cellspacing="0"' in the markup */
li { font-size: 1.4em;
	line-height: 1.8em;}
dd { line-height: 1.8em;}
table {
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* gloabl reset modified 1*/
body {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #003366;
	color: #060606;
	line-height: 1em;
}
#wrap {
	width: 800px;
	margin: 0 auto 0 auto;
}
#outer-border {
	border-left: thin solid #101010;
	border-right: thin solid #101010;
	border-bottom: thin solid #101010;
	padding-bottom: 12px;
}
#header {
	height: 348px;
	width: 798px;
	background-image: url(../images/site-header-new.jpg);
	background-repeat: no-repeat;
}
/* Navigation */
  #navbar {
	  margin-left: 230px;
	  margin-top: -46px;
  }
  li.main-nav {
	  display:inline;
  }
  ul.main-nav {
  }
  .main-nav a {
	  font-family: "Arial Black", Gadget, sans-serif;
	  font-weight: bolder;
	  font-size: 17px;
	  text-decoration: none;
	  letter-spacing: 0.125em;
	  padding-top: 2px;
	  padding-bottom: 2px;
	  padding-left: 14px;
  }
  .main-nav a:link {
	  color: #006699;
	  text-decoration: none;
  }
  .main-nav a:visited { color: #006699; }
  .main-nav a:hover {
	  color: #FFF;
	  text-decoration: none;
  }
  .main-nav a:active { color: #cccccc; }
/* Navigation */
#content {	
	font-size: 1.1em;
	line-hieght: 2.2em;
	background-color: #F4F4F4;
	z-index: 100;
	margin: 0 1em 1em 1em;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #003;
	border-bottom-color: #003;
	padding-top: 18px;
	padding-right: 38px;
	padding-bottom: 18px;
	padding-left: 38px;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 3.2em;
	line-height: 1.5em;
	color: ##000;
	padding: 0px;
	margin: 0 0 .5em .5em;
}
h2 {
	text-decoration: none;
	font-weight:900;	
	line-height: 1.5em;
	color: #336699;
	padding: 0px;
	margin: .25em 0 .25em .25em;
	font-size: 1.6em;
	border-bottom: thin solid #369;
}
h1 + h2 {
	margin-bottom: 0em;
	color: #336699;
	font-size: ;
	margin-top: 1em;
	border: none;
}
h2 + h3 { 
	margin-top: .75em;}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing: .3em;
	font-size: 1.8em;
	line-height: 1.5em;
	font-weight:lighter;
	margin: .25em 0 .25em .25em;}
h4 {
	font-size: 110%;
	margin: 1.5em 0 1em 0;
	line-height: 1.5em;
}
p {
	font-size: 1.2em;
	margin: 1em 0 0 0;
	line-height: 1.33em;
}
img {
	border: solid 14px #FFF;
	margin: 1em auto 0 auto;
}
form {
	width:;
	font-size: 16px;
	color: #006699;
}
form dt {
   clear:both;
   width:33%;
   float:left;
   text-align: right;
   margin-top:3px;
}
form dd {
   float:left;
   width:66%;
   margin:0 0 0.5em 0.25em;
}

a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
.main-table {
	background-color: #69c;
	border: 17px solid #064F86;
	margin: 1em 0 0 0;
}
.main-table a {line-height: 1em;}
.main-table a:link { color: #d0edff; }
.main-table a:visited { color: #d0edff; }
.main-table a:hover { color: #99ccff; }
.main-table a:active { color: #d0edff;
}
tr.bottom {
	border-bottom: 1px solid #036;
}
.main-table td{
	padding: 1.4em 1em;
	line-height: 1.2em;
}
.main-table thead th {
	color: #69c;
	background-color: #036;
	font-size: 2em;
	font-weight: 900;
	padding: 0em .5em;
	line-height: 1.2em;
	border-bottom: solid 3px #003366;
}
.main-table thead tr {
}
.main-table tfoot {
	font-style: italic;
	font-size: 110%;
	font-weight:normal;
	letter-spacing: 1.1em;
	word-spacing: 1.1em;
	color: #003366;
}
.main-table tfoot td {
	padding-bottom: 6px;
	text-align:center;
}
.dark-text {
	font-weight:bolder;
	font-size:1.2em;
}
#bios {
}
#bios dl {
	border: 3px double #CECECE;
	padding: 1em;
}
#bios dt {
	clear: left;
	float: left;
	font-size: 90%;
	text-align: center;
	color: #006699;
	font-weight: bold;
}
#bios dd {
	margin-left: 130px;
	margin-top: 0px;
	margin-bottom: 1em;
}
#bios dd.animal {
	font-size:80%;	
}
#bios img {
		display:none;
}
#feature {
	border:solid thin #CECECE;
	background-color: #EDEDED;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	padding-right: 3em;
	padding-left: 3em;
}
#feature p {
	font-size: 1em;
}
#feature h3 {
	color: #036;
	margin: 1em 0;
}
#feature h3 span {
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #036;
	padding: .2em;
}
#feature a {
	font-size: 1.2em;
	font-weight: bolder;
	letter-spacing: 0.125em;
}
.icon { border:0;
	margin:0;
	padding:0;
	vertical-align: text-bottom;
	margin-right:4px;}
.newsletter {
	margin-top:10px;
float:right; font-family:Georgia, 'Times New Roman', Times, serif; font-size:14px;}
.text-larger {
	font-size:1.2em;
	font-weight:bolder;
}
.text-smaller {
	font-size:1em;
	font-weight:normal;
	letter-spacing:normal;
	word-spacing:normal;
}
.heading {
	color: #003366;
	font-size: 1.3em;
	font-weight: boldest;
	margin: .5em 0 1em 0;
}
.subhead {
	color:#006699;
	font-weight: bold;
	margin-left: .5em;
}
.update {
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color:#999;
	text-align:right;
	margin-right: 3em;
	margin-top: 0em;
	font-size: 90%;
}
.column-half {width:50%; float:left;}
.strike {text-decoration:line-through}
.caption {
	text-align:center;
	font-stretch:semi-expanded;
	margin-top: -.33em;
	font-size: 1em;
}
p.uca { margin:0}
.uca img{
	margin: 3px;
	border: 5px solid #CECECE;
}
.uca a {
	color: #F4F4F4;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
}

#footer {
	background-image: url(../images/footerbg.gif);
	background-repeat: no-repeat;
	background-position: 196px 0px;
	text-align: center;
	color: #069;
	font-family: "MS Serif", "New York", serif;
	padding: 4px 0px 10px 0px;
}
.footer-nav {
	font-size: 1.6em;
	letter-spacing: 0.33em;
	word-spacing: .5em;
	text-align: center;
	padding-bottom: 16px;
}
.footer-nav a:link { color: #6699cc;}
.footer-nav a:hover { text-decoration: underline;}
.footer-nav a:active { color: #036;}
.footer-nav a:visited { color: #6699cc;}
.footer-links {
	letter-spacing: 0.1em;
	margin-bottom: 0.4em;
}
.footer-links.email {
	color: #CECECE;
}
.footer-links a{ text-decoration: none;}
.footer-links a:link { color: #9CF}
.footer-links a:hover {	text-decoration: underline;}
