/* CSS Document */

body {
background-image:url(images/bodybglt.gif);
background-attachment:fixed;
margin-top:0px;
margin-bottom:0px;
}

a:link {
	color:#333333;
	}
a:visited {
	color:#333333;
}
a:active {
	color:#333333;
}
a:hover {
	color:#630C37;
}

#container {
margin-left:auto;
margin-right:auto;
width:750px;

}

#topbanner {
background-image:url(images/topbanner.png);
margin-left:auto;
margin-right:auto;
height:108px;
width:750px;
}

#contentall {
margin-left:auto;
margin-right:auto;
width:750px;
background-color:#FFFFFF;
}

#sidebarleft {  /* width: 269 / 750 */
width:269px;
float:left;
height:100%;
background-color:#ededed;
font-family:"verdana";
font-size:12px;
color:#013c85;
}
 
#content{ /* width: 481 / 750 */
width:471px;
float:right;
padding-top:10px;
padding-left:10px;
background-color:#FFFFFF;
font-family:"verdana";
font-size:12px;
color:#333333;
}

#bbar {
width:481px;
height:25px;
float:right;
}

#rotatingbanner {
float:right;
width:481px;
height:200px;
}

#footer {
width:750px;
margin-left:auto;
margin-right:auto;
background-image:url(images/footer.gif);
font-family:"verdana";
font-size:11px;
color:#ffffff;
padding-top:10px;
padding-bottom:10px;
}

.spacer {clear:both;}

a.footer {
font-family:"Verdana";
color:#ffffff;

}
a:active.footer {
font-family:"Verdana";
color:#ffffff;

}
a:visited.footer {
font-family:"Verdana";
color:#ffffff;

}
a:hover.footer {
font-family:"Verdana";
color:#013c85;

}