@charset "UTF-8";

body {background:url(images/bluegradient_bg.gif); background-repeat:repeat-x; background-color: #8fc7e6; margin:0; padding:0;}

#backgroundimage {background-image:url(images/backgroundimage.jpg); width:100%; height:1000px; background-position:center; background-position:top; background-repeat:no-repeat;}
	


#contentholder { width:934px; height:580px; margin-top:0; padding-top:0; margin-left:auto; margin-right:auto;}

#content { width: 920px; background-color:#FFF; float:left; vertical-align:top; margin:0; padding:0; min-height:100%;}
#header {width:100%; height:62px; background-image:url(images/greenbar.gif); background-position:top; background-repeat:repeat-x; vertical-align:top;}
#text {width: 634px; margin-left:auto; margin-right:auto;}


#borderleft{ background-image:url(images/content_border_left.gif); background-repeat:no-repeat; min-height:100%; float:left; width:7px;}
#borderright{ background-image:url(images/content_border_right.gif); background-repeat:no-repeat; min-height:100%; float:left; width:7px;}

#borderbottom{width:100%; background-image:url(images/content_border_bottom.gif); height:7px; background-repeat:no-repeat; float:left;}

.bodycopy{text-align:center; font-family:Arial, Helvetica, sans-serif;font-size:14px; color:#333333; line-height:24px;}

.center
{display:block;
margin-left:auto;
margin-right:auto;
}

a:link {
	color: #0080c6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
