body {
padding:0;
margin:0;
}
#header {

width:98%;
text-align:left;
margin:0;
margin-left:10px;
padding:0;
}
#header a:visited {
text-decoration: none;
line-height: 12px;
}
#container {
min-width:743px;
/* IE Dynamic Expression to set the width */
width:expression(document.body.clientWidth < 834 ? "743px" : "98%" );
width:98%;
margin:0;
float:left;
}
#leftbox {
width:170px;
height:auto;
border:none;
text-align:left;
vertical-align:top;
margin-left:10px;
}
.altlink {
	font-weight: bold;
	color: #003473;
	font-size: 12px;
	line-height: 110%;
}
.resourcebox h1 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bolder;
color: #F7FBEA;
text-align:center;
line-height:10px;
}
.resourcebox h2{
font-family:Geneva, Arial, Helvetica, sans-serif;
text-align:left;
margin:0;
line-height:15px;
padding-top:9px;
padding-bottom:9px;
font-size:11px;
color:#003A75;
}
.resourcebox a, a:visited {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color:#003A75;
font-weight:bolder;
}
.resourcebox a:hover {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color: #5F92CB;
font-weight:bolder;
}
/* set the image to use and establish the lower-right position */ 
.resourcebox, .resourcebox_body, .resourcebox_head, .resourcebox_head h1 {
    background: transparent url(images/deepblue.png) no-repeat bottom right; 
} 
.resourcebox { 
    width: 155px !important; /* intended total box width - padding-right(next) */
    width: 155px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 0; /* use to position the box */ 
} 
/* set the top-right image */ 
.resourcebox_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 
/* set the top-left image */ 
.resourcebox_head h1 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 15px 0 8px 25px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
} 
/* set the lower-left corner image */ 
.resourcebox_body {
	background-position: bottom left;
	margin-right: 10px; /* mirror .cssbox_head right/left */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 24px;
}
#content {
	width: auto;
	height:auto;
	padding-left: 15px;
	padding-right:15px;
	vertical-align:top;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	background-image: none;
	background-position: left;
	float: none;
	left: 25px;
}
#content p {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:10pt;
line-height:16px;
color:#000000;
}
#content h1 {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:18px;
color: #003366;
margin: 0;
padding:0;
}
#content h2 {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 13pt;
font-weight:bolder;
color: #375E88;
margin:0;
padding:0;
}
#content h3 {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #B9655B;
margin:5px 0 5px 0;
}
#content h4 {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #003399;
padding-bottom:4px;
margin:0;
}
#content a, a:visited {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
color: #003A75;
text-decoration:underline;
font-weight: normal;
}
#content a:hover {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
color: #336699;
text-decoration:none;
}
.redtext {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
line-height:15px;
font-weight: bold;
color: #C03F38;
}
#rightbox {
width:170px;
background: none;
height:auto;
border:none;
vertical-align:top;
text-align:center;
margin-right:0;
padding-right:0;
}
.contactbox h1{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bolder;
text-align:center;
line-height:8px;
color: #FFFFFF;
}
.contactbox h2{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color:#003A75;
font-weight:bold;
text-align:center;
line-height:6px;
}
.contactbox p{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color:#003A75;
font-weight:bold;
text-align:center;
line-height:18px;
margin-top:8px;
margin-bottom:8px;
}
.contactbox a, a:visited {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color:#003A75;
font-weight:bold;
}
.contactbox a:hover {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color:#5F92CB;
font-weight:bold;
}
/* set the image to use and establish the lower-right position */ 
.contactbox, .contactbox_body, .contactbox_head, .contactbox_head h1 {
    background: transparent url(images/deepblue.png) no-repeat bottom right; 
} 
.contactbox { 
    width: 155px !important; /* intended total box width - padding-right(next) */
    width: 155px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 0; /* use to position the box */ 
} 
/* set the top-right image */ 
.contactbox_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 
/* set the top-left image */ 
.contactbox_head h1 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 22px 0 10px 35px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
} 
/* set the lower-left corner image */ 
.contactbox_body { 
    background-position: bottom left;
    margin-right: 10px; /* interior-padding right */ 
    padding: 1px 0 15px 20px; /* mirror .cssbox_head right/left */ 
} 

.searchbox h1{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bolder;
text-align:center;
line-height:10px;
color:#F7FBEA;
}
.searchbox a, a:visited {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color:#003A75;
font-weight:bolder;
}
.searchbox a:hover {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color: #5F92CB;
font-weight:bolder;
}
.searchbox h2 {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color:#003A75;
font-weight: normal;
margin-bottom:15px;
}
.searchbox p{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:center;
}
/* set the image to use and establish the lower-right position */ 
.searchbox, .searchbox_body, .searchbox_head, .searchbox_head h1 {
    background: transparent url(images/deepblue.png) no-repeat bottom right; 
} 
.searchbox { 
    width: 155px !important; /* intended total box width - padding-right(next) */
    width: 155px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 0; /* use to position the box */ 
} 
/* set the top-right image */ 
.searchbox_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 
/* set the top-left image */ 
.searchbox_head h1 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 18px 0 8px 35px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
} 
/* set the lower-left corner image */ 
.searchbox_body { 
    background-position: bottom left; 
    margin-right: 10px; /* interior-padding right */ 
    padding: 5px 0 15px 14px; /* mirror .cssbox_head right/left */ 
} 

.linkbox {
font-family:Geneva, Arial, Helvetica, sans-serif;
clear:both;
margin-top:5px;
}
.linkbox h1 {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bolder;
color: #F7FBEA;
text-align:center;
line-height:10px;
}
.linkbox h2 {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color:#003A75;
font-weight: bold;
margin-bottom:12px;
}
.linkbox a, a:visited {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color:#003A75;
font-weight:bolder;
}
.linkbox a:hover {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color: #5F92CB;
font-weight:bolder;
}
/* set the image to use and establish the lower-right position */ 
.linkbox, .linkbox_body, .linkbox_head, .linkbox_head h1 {
    background: transparent url(images/deepblue.png) no-repeat bottom right; 
} 
.linkbox { 
    width: 155px !important; /* intended total box width - padding-right(next) */
    width: 155px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 0; /* use to position the box */ 
} 
/* set the top-right image */ 
.linkbox_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 22px; /* right-image-gap + right-inside padding */ 
} 
/* set the top-left image */ 
.linkbox_head h1 {
	background-position: top left; /* reset main site styles*/
	border: 0; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 23px;
	margin: 0;
} 
/* set the lower-left corner image */ 
.linkbox_body {
	background-position: bottom left;
	margin-right: 8px; /* mirror .cssbox_head right/left */
	text-align: left;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 23px;
} 

#footer {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:center;
padding-top:10px;
}
#footer li {
list-style-type:none;
display:inline;
padding: 0 1em 0 0;
}
#footer ul {
padding:0;
margin:0;
}
#footer a, a:visited {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color:#003A75;
font-weight:bolder;
}
#footer a:hover {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color:#5F92CB;
font-weight:bolder;
}
#footer h3 {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color: #003A75;
font-weight:bolder;
margin-bottom:0;
margin-top:10px;
padding:0;
}
.picturetext {
padding:0 0 0 80px;
}
ul#movinglist {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding-left: 0;
	padding-top:5px;
	line-height: 20px;
	list-style-type: none;
}
#movinglist li { 
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color: #003A75;
font-weight:bold;
}
#movinglist a, a:visited { 
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color: #003A75;
font-weight:bold;
}
#movinglist a:hover {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #5F92CB;
	font-weight:bolder;
	background-image: url(images/arrow2.gif);
	background-repeat: no-repeat;  background-position: .5em;
	padding-left: 15px;
}
ul.list {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1em;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.list li{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-image: url('images/arrow2.gif');
	background-repeat: no-repeat;
	background-position:0 .4em;
	padding-left: 1em;
	color:#000000;
	line-height:14pt;
}
.list a, a:visited{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
color: #003A75;
text-decoration:none;
}
.list a:hover{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
color: #336699;
text-decoration:none;
}
.interest {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color: #003399;
	font-weight:bold;
}
#submenu h1 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bolder;
color: #FFFFFF;
text-align:center;
}
#submenu h2 {
font-family:Geneva, Arial, Helvetica, sans-serif;
text-align:left;
margin-left:0;
line-height:15px;
margin-top:10px;
font-size:11px;
color:#003A75;
font-weight:bolder;
}
#submenu a, a:visited {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color:#003A75;
font-weight:bolder;
}
#submenu a:hover {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color: #5F92CB;
font-weight:bolder;
}
/* set the image to use and establish the lower-right position */ 
#submenu, #submenu_body, #submenu_head, #submenu_head h1 {
    background: transparent url(images/deepblue.png) no-repeat bottom right; 
} 
#submenu { 
    width: 290px !important; /* intended total box width - padding-right(next) */
    width: 290px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 0; /* use to position the box */ 
} 
/* set the top-right image */ 
#submenu_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 
/* set the top-left image */ 
#submenu_head h1 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 22px 0 10px 35px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
} 
/* set the lower-left corner image */ 
#submenu_body { 
    background-position: bottom left; 
    margin-right: 10px; /* interior-padding right */ 
    padding: 5px 0 15px 30px; /* mirror .cssbox_head right/left */ 
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.smalltext {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:9px;
color:#000000;
}
a.featurelink {
font-size: 14px;
font-weight: bold;
color: #355E9F;
}
#content .list style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	text-align: left;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #F7FBEA;
}
a:active {
	font-weight: bold;
	color: #F7FBEA;
}
#headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6699CC;
	background-position: center;
	display: table-header-group;
	width: auto;
	text-align: center;
}
