body {
background-color: #c7d6e8;
border: 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
}

a{
color:#3399CC;
}
a:link{
text-decoration:none;
}
a:visited{
text-decoration:none;
}
a:hover{
text-decoration:underline;
}

/* ------- main ------------*/
#main{
width: 930px;
/*the following centers all divs within*/
margin-left: auto;
margin-right: auto;
}

/* ------- TOP ------------*/

#top{
width: 928px;
height:130px;
background-image:url(/images/topborder.gif) ;
background-repeat: no-repeat;
}

#top #logo{
padding-top: 19px;
padding-bottom: 11px;
padding-left: 25px;
}

/* ------- NAV ------------*/

#nav{
width: 924px;
height: 30px;
border-left: 2px solid #D3D4D0;
border-right: 2px solid #D3D4D0;
background:#1F3E9F url("/images/bg_blue.png") repeat-x;
background-color:#EEE;
}

#nav #navz{
float:right;
}

/* ------- CONTENT ------------*/

#content{
width: 923px;
background-color:#FFF;
border-left: 2px solid #D3D4D0;
border-right: 2px solid #D3D4D0;
margin-top: 0px;
padding: 1px;
padding-top: 0px;
padding-bottom: 55px;
}

#content h1{
font-size: 1.5em;
color:#FF99CC;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 30px;
margin-right: 20px;
}

#content img{
border: 1px solid #999;
padding: 2px;
}

#content p{
padding-left: 30px;
padding-right: 20px;
}

#content #left{
width: 580px;
float: left;
padding: 10px;
}

#content #right{
width: 240px;
float: left;
margin-left: 30px;
margin-top: 30px;
padding: 10px;
border: 1px solid #CCC;
}

#content #right p{
padding: 10px;
padding-top: 5px;
}

#content #right #top{
width: 240px;
height: 25px;
background:#1F3E9F url("/images/bg_blue.png") repeat-x;
text-align: center;
color:#FFFFFF;
padding-top: 5px;
font-weight: bold;
}

#content #center{
width: 760px;
padding-top: 10px;
}

#content #center h1{
font-size: 1.5em;
color:#FF99CC;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 0px;
margin-right: 0px;
text-align:left;
}

/* ------- BOTTOM ------------*/

#bottom{
width: 930px;
height: 41px;
font-size: 11px;
background-image:url(/images/bottomborder.gif);
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
text-align:center;
}

/* ------- OTHER ------------*/
.clear{clear: both;}
