img { border: 0px; }
body {
	background-color: #003366;
	margin-top: 0;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
p,div,li,dt,th,td,span,font {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
p { text-align: justify; }
div#header {
	width: 800px;
	background-color: #ffffff;
	margin: 0px auto;
}
div#body {
	background-color: #f2f4f7;
	margin: 0px auto;
	width: 800px;
	text-align: left;
}
div#navbar {
	border-top: 1px solid #033166;
	border-bottom: 1px solid #033166;
	background-color: #033166;
	padding-top: 5px;
	height: 22px;
	color: #ffffff;
}
div#navbar span {
	color: #eeeeee;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 13px;
}
div#navbar a {
	color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
div#navbar a:hover {
	color: #fed459;
}

div#content {
	width: 580px;
	padding: 20px 30px 40px 30px;
}

div#lownav {
	color: #ffffff;
	text-align: center;
}
div#lownav span {
	color: #003366;
	padding-left: 8px;
	padding-right: 6px;
	font-size: 11px;
}
div#lownav a {
	color: #003366;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
div#lownav a:hover {
	color: #336699;
	text-decoration: underline;
}
ul {
	padding: 0;
	margin: 0;
	margin-top: 6px;
	margin-bottom: 20px;
	margin-left: 15px;
	list-style-type: disc;
}
ul.xbull {
	padding-left: 2px;
	margin-left: 26px;
	list-style-image: url("images/xbull.gif");
}
#rcol ul {
	margin-top: 4px;
}
li { 
	text-align:  justify;
	padding-bottom: 4px;
	padding-left: 4px;
	text-indent: 0px;
}
img {
	border: 0;
}
img.pic {
	border: 3px double #003366;
}
div#caption {
	padding-top: 3px;
	font-size: 10px;
	text-align: right;
	color: #556677;
}
h1 {
	font-family: Verdana, Arial, sans-serif;
	color: #033166;
	font-size: 16px;
	border-bottom: 1px dashed #cccccc;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a {
	color: #003366;
}
a:hover {
	color: #336699;
}
a.int {
	color: #000000;
	text-decoration: none;
}
a.int:hover {
	color: #990000;
	text-decoration: underline;
}

div.address {
	border-top: 1px solid #666666;
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	color: #666666;
	font-size: 11px;
}
div.form {
	padding: 20px;
	background-color: #dddddd;
	border: 1px solid #333333;
}
div.note {
	margin: 0 auto;
	text-align: center;
	width: 400px;
	border: 1px solid #006600;
	background-color: #eeeeee;
	padding: 10px;
	font-color: #000000;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Main Navigation */
#subnav {
        width: 160px;
}
#subnav ul {
        border-right: 1px solid #003366;
        list-style-type: none;
	padding: 0px;
        margin: 0px;
}
#subnav li {
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline;
}
#subnav a {
        color: #003366;
        padding: 6px 4px 6px 16px;
        font: normal 12px Verdana, sans-serif;
        border-bottom: 1px solid #003366;
        background: #e9ebf4 url(../images/nav-arrow.gif) 8px 10px no-repeat;
        text-decoration: none;
        display: block;
}
#subnav a:hover {
        color: #ffffff;
        background-color: #003366;
}

#printonly { display: none; }
@media print {
        body { background-image: none; background-color: #ffffff; width="700"}
	#header { width: 700px; }
	#body { width: 700px; background-color: #ffffff; }
	#content { width: 700px; background-color: #ffffff; }
	#navbar { display: none; }
	#subnav { display: none; }
	#lownav { dsiplay: none; }
        img.np { display: none; }
        #print { display: block; }
}
#searchbox {
	margin-top: 40px;
	border-top: 1px solid #336699;
	padding-top: 4px;
	background-color: #eec346;
	padding-bottom: 4px;
	border-bottom: 1px solid #336699;
}

#hottop {
	border: 3px double #996600;
	padding: 3px 6px 6px 6px;
	width: 320px;
	margin: 0px 20px 0 0;
	background-color: #ffffff;
	text-align: center;
	height: 55px;
	font-size: 11px;
}
#hottop b {
	font-size: 12px;
	border-bottom: 1px solid #dddddd;
	line-height: 20px;
}
#credits { color: #dddddd; text-align: center; font-size: 11px; padding: 4px; }
#credits a { color: #eeeeee; text-decoration: none; font-size: 11px; }
#credits a:hover { color: #ffffff; text-decoration: underline; } 
