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

body{
background:#007297 url(images/bodybg.jpg) top center no-repeat;
font-family:Arial;
margin: 0 auto;
font-size:14px;
}

#wrapper{
background:#FFFFFF;
}

.attn{
	padding:5px;
	background:#F90;
	width:96%;
	color:#FFF;
	font-weight:bold
}

#left-bar{
width:366px;
background:url(images/left-bg.gif) repeat-y;
vertical-align:top;
}

#left-bar p{
font-family:Helvetica, sans-serif;
padding-left:30px;
line-height:18px;
}

#email-left{
margin-left:30px;
background:url(images/email-left.gif) no-repeat;
width:5px;
height:58px;
float:left;
}

#email-box{
background:url(images/email-bg.gif) repeat-x;
width:225px;
height:58px;
float:left;
text-align:center;
padding-top:15px;
}

#email-box a{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}

#email-right{
background:url(images/email-right.gif) no-repeat;
width:5px;
height:58px;
float:left;
}

.heading {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
line-height:150%;
padding-top:50px;
padding-left:30px;
}

#content{
background:#FFFFFF;
padding:20px 40px 20px 0;
line-height:150%;
}

.content-bold{
font-family:Georgia;
font-size:19px;
color:#000000;
line-height:135%;
}

#footer{
background:url(images/footerBg.jpg) top center no-repeat;
height:150px;
text-align:center;
font-size:12px;
}

#footer a:link{
color:#FFFFFF;
text-decoration:none;
}

#footer a:visit a:active{
color:#FFFFFF;
text-decoration:none;
}