/* BEGIN 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: 110%;;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* 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 RESET */

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

html
{
height:100%;
min-height:100%;
}

body
{
height:100%;
min-height:100%;
width:100%;
min-width:100%;
background-image:url('../designimages/stripebg.png');
background-repeat:repeat;
margin:0 0 0 0;
}

.bggradientstripes
{
position:relative;
z-index:1;
padding:0;
margin:0 auto;
border:0;
width:100%;
height:100%;
min-height:100%;
background-image:url('../designimages/fadestripebg.png');
background-repeat:repeat-x;
margin:0 0 0 0;
}

.bluestripe
{
position:relative;
z-index:1!important;
left:50%;
margin-left:-376px;
background-color:transparent;
width:752px;
min-height:100%;
overflow:show;
}

.whitebody
{
position:absolute;
left:50%;
margin:0 0 0 -376px;
background-color:#ffffff;
background-image:url('../designimages/newbg.png');
background-repeat:repeat-y;
width:752px;
min-height:100%;
overflow:show;
padding-left:1px;
z-index:1!important;
}

.header
{
width:750px;
height:100px;
background-image:url('../designimages/headerblue.png');
background-repeat:repeat-x;
margin:0 0 0 0;
text-align:center;
color:white;
position:relative;
z-index:1!important;
}

.links
{
text-align:right;
}

.links a
{
font-weight:bold;
margin: 0 25px;
font-size:12px;
font-family:Arial;
border-bottom:2px;
position:relative;
z-index:1!important;
}

.links a:hover
{
border-bottom-color:#b0cbea;
border-style-width:100%;
border-bottom-style:solid;
}

.blueline
{
float:right;
margin: 10px 0 0 0;
}

.header h1
{
font-size:36px;
font-weight:normal;
margin-top:38px;
}

.logo
{
float:left;
margin:27px 0 27px 0;
}

.copybox
{
width:484px;
margin: 27px 17px 0 0;
float:right;
font-family:Arial;
color:#333333;
background-color:white;
}

.copybox h1
{
margin-bottom:12px;
font-size:14px;
color:#1c3f93;
}

.copybox h2
{
font-weight:bold;
font-size:12px;
margin-bottom:4px;
color:#1c3f93;
}

.copybox h3
{
font-weight:normal;
font-size:10px;
margin-bottom:10px;
color:#1c3f93;
}

.copybox p
{
margin-bottom:12px;
font-size:12px;
}

.copybox a
{
color:#1c3f93;
}

.active
{
color:white;
}

a.active:hover
{
border-bottom-color:white;
}

.footer
{
position:relative;
width:100%;
margin:100px auto 0 auto;
bottom:10px;
color:#999999;
font-family:Arial;
font:Arial;
font-size:10px;
background-color:transparent;
text-align:center;
}

#map_canvas
{
width:300px;
height:300px;
margin:24px auto 24px 12px;
}

.profile
{
float:left;
margin: 0 15px 15px 0;
}

.cleardiv
{
content:"."; 
display:block; 
height:0;
clear:both; 
visibility:hidden;
}

.newsimage
{
float:left;
margin: 0 10px 10px 0;
}