/*Colors
background:#dedede
link color/drk blue/text color:#223670
link hover color:#E88F27
light yellow:#fdf8d8
lightblue:#213773
*/

body {margin:0; padding:0; font-size:62.5%; font-family:Verdana, Arial, Helvetica, sans-serif; text-align:center; background:#dedede;}

#main {text-align:left; font-size:1.2em; line-height:1.8em; width:816px; margin:20px auto; color:#223670;}

#header {background:url(../images/header.jpg) no-repeat; text-align:right; padding:100px 15px 0 0; width:801px; height:23px; color:#fff; overflow:hidden;}

#header a {color:#fff; text-decoration:none;}

#header a:hover {text-decoration:underline;}

.nb-list { float:left; width:252px; padding:10px;}

.nb-list ul,.secondary {padding:0; margin:0; list-style:square; list-style-position:inside;}

.feature {background:url(../images/bg.gif) repeat-x #ffffff; padding:15px 10px 20px 10px; width:796px;  min-height:127px; _height:127px;}

#content {background:#ffffff; width:816px;}

#footer {background:#ffffff; width:816px; clear:both;}

a {color:#223670; text-decoration:none;}

a:hover {color:#E88F27; text-decoration:underline;}

img {border:0;}

p {margin:0.2em 0 0.2em 0;}

h1,h2,h3,h4,h5,h6 {color:; margin:0;}

h2 {line-height:1.1em; font-size:1.5em;}

h3 {margin:0; line-height:1.1em; font-size:1.3em;}

h4 {margin:0; line-height:1em; font-size:1.1em;}

h5 {}

form {margin:0;}

input, select, textarea {font-size:1em; font-family:Verdana, Arial, Helvetica, sans-serif;}

.dblcolumn {width:378px; float:left; padding:0 10px;}

.miss {width:195px; float:right; padding:0 10px; text-align:center;}

.adgroup {clear:both; background:url(../images/bg.gif) repeat-x #ffffff;  min-height:162px; _height:162px;}

.clear {clear:both;}

.center {text-align:center;}

.imgright {float:right;}

.imgleft {float:left;}

/*********************************************
STYLES FOR "SWEET TITLES"
By Dustin Diaz, http://www.dustindiaz.com/sweet-titles
*********************************************/
body div#toolTip {
	position:absolute;
	z-index:1000;
	width:300px;
	background:#fdf8d8;
	border:2px double #fff;
	text-align:left;
	padding:5px;
	min-height:1em;
	-moz-border-radius:5px;
}

body div#toolTip p {
	margin:0;
	padding:0;
	color:#223670;
	font:12px/1.2em "Lucida Grande", Verdana, Arial, sans-serif;
}

body div#toolTip p em {
	display:block;
	margin-top:3px;
	color:#E88F27;
	font-style:normal;
	font-weight:bold;
}

body div#toolTip p em span {
	font-weight:bold;
	color:#fff;
}