/*-----------------------------------------------------------------------------
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
	font: 70%/1.6 Verdana, Arial, sans-serif;
	padding-top: 25px; /* added 07.10.29 */
}
strong {
	font-weight:bold;
}

/* =Headings
-----------------------------------------------------------------------------*/
h1 {
	font-family:Verdana;
	font-size:2.25em;
	color:#0053a0;
	margin:0;
	padding:0;
}
h2 {
	font-family:Verdana;
	font-size:2.0em;
	color:#0053a0;
	margin:0;
	padding:0;
}
h3 {
	font-family:Verdana;
	font-size:1.65em;
	color:#0053a0;
	margin:0;
	padding:0;
}

/* =Links
-----------------------------------------------------------------------------*/
a {
	color:#0053a0;
}
a:link, a:visited {	
	text-decoration:none;
	border-bottom:1px dotted #0053a0;
}
a:hover, a:active {
	border-bottom:1px solid #0053a0;
}
a.image {
	border-bottom:0;
	text-decoration:none;
}
#header a {
	color:#ffffff;
}
#header a:link, a:visited {
	text-decoration:none;
}
#header a:hover, a:active {
	text-decoration:underline;
}
a.readmore:link, a.readmore:visited {
	display:block;
	text-align:right;
	color:#0053a0;
	text-decoration:none;
}
a.readmore:hover, a.readmore:active {
	font-weight:bold;
}

/* =Main Nav
-----------------------------------------------------------------------------*/
#mainnav ul {
	list-style:none;
	width:680px;
	background:#96a4d1;
	float:left;
	margin:0;
	text-transform: uppercase;
}
#mainnav li {
	float:left;
	border-left:2px solid #fff;
}
#mainnav ul a {
	display:block;
	float:left;
	line-height:2.5em;
	text-decoration:none;
	color:#fff;
	border:1px solid #0053a0;
	width:81px;
	height:28px;
	text-align:center;
	font-size:1.0em;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
#mainnav ul a:hover {
	background:#0053a0;
}
#mainnav ul a.mainnavfocus {
	background:#0053a0;
}
#mainnav ul a.right {
	width:82px;
	border-right:0;
}
#mainnav ul a.smallnav {
	line-height:1.25em;
}
#mainnav ul a.smallnavfocus {
	line-height:1.25em;
	background:#0053a0;
}
#mainnav ul a.mainnavfocusright {
	width:82px;
	border-right:0;
	background:#0053a0;
}

/* =Sub Nav
-----------------------------------------------------------------------------*/
#subnav ul {
	list-style:none;
	width:83px;
	background:#d8eee8;
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
}
#subnav ul a {
	display:block;
	line-height:2.2em;
	text-decoration:none;
	color:#0053a0;
	border-bottom:4px solid #fff;
	width:83px;
	height:28px;
	text-align:center;
	font-size:1.2em;
	font-family:Arial;
}
#subnav ul a:hover {
	background:#84cebe;
}
#subnav ul a.subnavfocus {
	background:#84cebe;
}
#subnav ul a.smallsubnav {
	line-height:1.25em;
	font-size:1em;
}
#subnav ul a.smallsubnavfocus {
	line-height:1.25em;
	font-size:1em;
	background:#84cebe;
}
img.subnavimg {
	margin-top:30px;
	margin-bottom:10px;
}

/* =Main Content
-----------------------------------------------------------------------------*/
#content ul {
	float:none;
}
#content li {
	float:none;
	margin-left:5em;
}

/* =Footer
-----------------------------------------------------------------------------*/
p.copyright {
	font-size:0.8em;
	color:#96a4d1;
	text-align:center;
	margin-bottom:25px;
}
p.footertext {
	color:#96a4d1;
	text-align:center;
	margin-bottom:10px;
}
a.footernav {
	color:#96a4d1;
	text-decoration:none;
}
a.footernav:hover {
	color:#0053a0;
	text-decoration:underline;
}


/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opera 7 */
fieldset {
	margin: 1em 0;
	border: 1px solid #96a4d1;
	padding:1.5em;
	padding-top:1em;
}
fieldset p.formtext {
	margin-left:0.5em;
}
legend {
	font-weight:bold;
	font-size:1.25em;
	color:#0053a0;
	text-transform:uppercase;
}
label {
	display:block;
	float:left;
	width:17em;
	font-weight:bold;
	font-size:0.95em;
	margin-right:1em;
	text-align:right;
}
label.other {
	display:block;
	width:3em;
	font-weight:normal;
	font-size:0.95em;
	margin-left:18em;
	text-align:left;
	margin-top:5px;
}
input {
	width:200px;
	border: 1px solid #96a4d1;
	background:#fff;
	font-size:1.05em;
}
select {
	background:#fff;
	font-size:1em;
}
input.btn {
	margin-left:17.1em;
	width:100px;
	font-weight:bold;
	font-size:1em;
}
input.btnwide {
	margin-left:17.1em;
	width:125px;
	font-weight:bold;
	font-size:1em;
}
input.address {
	margin-left:17.1em;
}
input.smalltext {
	width:100px;
	margin-top:5px;
}
input.autowidth {
	width:auto;
	border:0;
}
em.required {
	font-size:1em;
	color:#760000;
	margin-right:0.25em;
}
textarea {
	width:200px;
	height:100px;
	border: 1px solid #96a4d1;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
select {
	font-size:1em;
}
input:focus, textarea:focus {
	background:#d8eee8;
}
input.btnreset {
	width:100px;
	font-weight:bold;
	font-size:1em;
}
form p.instructions {
	margin-left:19.1em;
	margin-bottom:1.75em;
	font-size:0.9em;
}
/* =Tables
-----------------------------------------------------------------------------*/


/* =Misc 1
-----------------------------------------------------------------------------*/
.uppercase {
	text-transform:uppercase;
}
.red {
	color:#ff0033;
}
blockquote {
	width:435px;
	font-style:italic;
	text-align:justify;
	padding-left:50px;
	padding-right:50px;
}

/* =Structure
-----------------------------------------------------------------------------*/
#wrapper {
	margin-right:auto;
	margin-left:auto;
	margin: 0 auto; /* important for Firefox compatability when centering the DIV */
	background-color:#FFFFFF;
	width:720px;
	border:1px solid #0053a0;
	/* margin-top:25px;               commented 07.10.29 */
	overflow:auto;
	background-image:url(../images/watermark.gif);
	background-position:419px 155px;
	background-repeat:no-repeat;
	
}
#header {
	width:720px;
	background-image:url(../images/header_right.gif);
	background-position:top right;
	background-repeat:no-repeat;
	height:103px;
}
#mainnav {	
	width:680px;
	background-color:#0053a0;
	height:30px;
	margin-top:5px;
	margin-bottom:25px;
	padding-left:40px;
}
#content {
	float:left;
	width:545px;
	padding-left:25px;
	padding-right:25px;
	margin-bottom:50px;
}
#subnav {
	width:83px;
	padding-left:42px;
	float:left;
}

/* =Images
-----------------------------------------------------------------------------*/
#content img.left {
	float:left;
	margin-right:30px;
	margin-top:20px;

}
#content img.right {
	float:right;
	margin-left:20px;
}
#wrapper #subnav #LastMod {
	font-size: 85%;
	padding-top: 20px;
}
.NewsAuthor {
  font-style: italic;
  text-align: right;
}
#NewsMenu option{
	font-size: 1.1em;
	padding: 3px;
	border-bottom: dotted #666666 1px;
}
.AlignRight {
	text-align: right;
}
#wrapper #content #AAQ a {
	color: #0053A0;
	background-color: #D8EEE8;
	text-align: center;
	vertical-align: middle;
	display: block;
	float: right;
	margin-right: 10px;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	font-size: 110%;
}
#wrapper #content #AAQ a:hover {
	background-color: #84CEBD;
}
#wrapper #subnav #LastMod #fb {
	margin-top: 80px;
}
#wrapper #content #board td {
	margin: 0px;
	padding: 0px;
	height: 90px;
}

