*{
padding: 0;
margin: 0;
}

body{
background: #4c4c4c;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
color: #4b4b4c;
text-align: center;
margin: 0 auto;
}

a img{
border: 0;
}

p{
padding: 1px;
}

td{
padding: 3px;
}

h3{
color: #1f3f85;
font-size: 13px;
position: relative;
top: 10px;
padding-bottom: 10px;
}

h1{
color: #1f3f85;
font-size: 13px;
position: relative;
top: 10px;
padding-bottom: 10px;
}

.centerImg{
position: relative;
left: 75px;
}

.leftImg{
float: left;
padding: 10px;
}

.rightImg{
float: right;
padding: 10px;
}

a:link    {color: #666666;}    /* unvisited links */
a:visited {color: #666666;}   /* visited links   */
a:hover   {color: #666666;} /* user hovers over link*/
a:active  {color: #666666;}   /* active links    */

#container{
width: 806px;
background: url(../images/container_bg.gif) repeat-y;
margin: 0 auto;
}

#header{
background: url(../images/header_bg.gif) no-repeat;
width:806px;
height: 124px;
text-align: left;
}

#logo{
position: relative;
left: 6px;
}

#nav{
width: 806px;
height: 29px;
background: url(../images/nav_bg.gif) no-repeat;
}

#nav ul{
list-style: none;
width: 620px;
margin: 0 auto;
position: relative;
top: 2px;
}

#nav ul li{
float:left;
padding: 3px;
color: #515151;
line-height: 20px;
}

#nav ul li a{
text-decoration: none;
height: 10px;
color: #515151;
display: block;
float: left;
line-height: 20px;
padding-right: 5px;
padding-left: 5px;
}

#nav ul li a:hover{
background: url(../images/link_light.gif) top center #fa9900 no-repeat;
color: #fff;
height: 20px;
}

#content{
width: 760px;
background: #fff;
border: 1px solid #274992;
position: relative;
top: 5px;
text-align: left;
margin: 0 auto;
padding: 10px;
}

#leftContent{
width: 475px;
float: left;
}

#leftContent p{
padding: 5px;
}

#rightContent{
width: 270px;
float: left;
position: relative;
top: 15px;
left: 25px;
}

#topBox{
width: 261px;
height: 13px;
background: url(../images/right_box_top.gif) no-repeat;
position: relative;
}

#middleBox{
width: 261px;
background: url(../images/right_box_middle.gif) repeat-y;
position: relative;
top: -3px;
}

#middleBox p{
width: 230px;
position: relative;
left: 10px;
}

#bottomBox{
width: 261px;
height: 29px;
background: url(../images/right_box_bottom.gif) no-repeat;
position: relative;
top: -3px;
}

.leftImg{
float: left;
padding: 5px;
}


.clearThis{
clear: both;
}

#footer{
width: 806px;
height: 24px;
background: url(../images/footer_bg.gif) no-repeat;
position: relative;
top: 20px;
text-align: left;
color: #4a4a4a;
}

#footer span{
font-size: 11px;
position: relative;
left: 10px;
top: 5px;
}

ul.bulletList{
list-style: none;
position: relative;
top: 5px;
left: 10px;
}

dl{
position: relative;
left: 10px;
}


dd{
position: relative;
left: 10px;
}