@charset "utf-8";
/* CSS Document */

/* CSS reset */

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,
b, u, i, center,
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-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;
}

/* focus style */
:focus {
	outline: solid;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End of CSS reset */

a:link, a:visited {
    color:#0033FF;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000066;
    text-align: center;
}

h1 {
    color:#3399CC;
    font-size: 200%;
    padding: 1.8em 0 0 0;
}

h2 {
    color:#3399CC;
    font-size: 150%;
    padding: 1.8em 0 0 0;
}

h3 {
    color:#3399CC;
    font-size: 130%;
    padding: 1.8em 0 0 0;
}

p {
    line-height: 130%;
    margin: 1.2em 0 0 0;
}

p.closer {
    line-height: 100%;
    margin: 0 0 0 0;
}

dl {
    margin: 1em 0 0 1em;
}

dt {
    margin: 1em 0 0 0;
    font-weight: bold;
}

dd {
    line-height: 130%;
    margin: .5em 0 0 2em;
}

ul {
    margin: .5em 0 0 0;
}

li {
    margin: .5em 0 .5em 0;
    padding: .2em 0 0 1em;
    line-height: 130%;
    list-style-type: disc;
    list-style-position: inside;
}


#pagewrapper {
}

#headerwrapper {
    background-color: #bacfd9;  
    padding: 0 0 0 0;
    text-align: center;
}

#header {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    margin: 0 auto 0 auto;
    max-width: 1000px;
}

#smlh {
	position: relative;
    padding: 0;
	overflow: hidden;
	width: 1000px;
	height: 200px;
}

#smlh span {
	position: absolute;
	left: 0;
    top: 0;
	margin: 0;
	width: 1000px;
	height: 200px;
	background-image: url(../images/smlheaderv1.jpg);
	background-repeat: no-repeat;
}

#feature-area {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: #6699CC;
    min-height: 30px;
}

#feature-link {
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    max-width: 1000px;
}

#feature-link a {
    text-decoration: none;
    color:#0066CC;
    font-weight: bold;
}

#feature-link ul {
    padding: .7em 0 .7em 0;
    margin: 0 0 0 0;
}

#feature-link li {
    list-style: none;
    display: inline;
    padding: 0 2em 0 2em;
    margin-right: 1em;
    font-size: 12px;
    text-transform:uppercase;
    background-color:#99CCFF;
    border-color: #666666;
    border-style: solid;
    border-width: 2px;
}

#feature-link a:hover {
    color: #000000;
}

#contentarea {
    margin: 2em auto 2em auto;
    max-width: 1000px;
    text-align: left;
    }

#nav {
    position: relative;
    width: 20%;
    float: left;
    padding: 2em 1em 0 0;
    }

#nav li {
    padding: .5em 0 .5em 0;
    list-style: none;
}

#nav a {
    display: block;
    color:#3366CC;
    font-weight: bold;
    text-decoration: none;
}

#nav a.linkselect {
    color: #000066;
    font-weight: bold;
}


#nav a:hover {
    color: #000066;
    font-weight: bold;
}

#nav .secnav {
    padding: .5em .5em .5em 2em;
    position: absolute;
    margin: 0 1em 1em 5em;
    background-color: #dddddd;
    border-style: solid;
    border-color: #bbbbbb;
    border-width: 1px;
}

/* Secondary nav width for vertical menu look */ 
#nav li ul {
    width: 18em;
}

/* Don't display secondary nav at first */
#nav li ul {
    position: absolute;
    display: none;
}

/* Display secondary nav when hovering */
#nav li:hover > ul {
    display: block;
}


#footer {
    height: 100px;
    clear: both;
    text-align: center;
    font-size: 9px;
    color: #000066;
    margin: 0;
    padding: 4em 0 2em 0;
}

#footer ul {
    margin: 0 0 .3em 0;
}   
#footer p {
    margin: 0 0 .3em 0;
}

#footer li {
    display: inline;
}

#footer a {
    color: #000066;
}

#footer li:hover a {
    color: #0066CC;
}

#footer li:visited a {
    color: #000066;
}

#footer li:link a {
    color: #000066;
}



.main {
    width: 50%;
    float: left;
    padding: 0 1em 0 1em;
}

.sidebar {
    width: 20%;
    float: left;
    padding: 0 1em 0 1em;
}

.main2col {
    width: 32%;
    float: left;
    padding: 0 1em 0 1em;
}

.main3col {
    width: 22%;
    float: left;
    padding: 0 1em 0 1em;
}

.mainfull {
    width: 73%;
    float: left;
    padding: 0 1em 0 1em;
}



.centerall {
    text-align: center;
}

.makelarger {
    font-size: 120%;
}

.firsthead {
   padding-top: 0;
}

.italictext {
    font-style: italic;
}

.imgleft {
    float: left;
    padding: 1em 1em 1em 0;
}

.imgright {
    float: right;
    padding: 1em 0 1em 1em;
}

.txtright {
    text-align: right; 
    }
