/* CSS Document */
fieldset { -moz-border-radius: 6px; border-radius: 6px; border:#DFDFDF solid 1px; padding:4px;} 	

body {
	/*background-image: url(Blue.jpg);*/
	background-color:#0E70E9;
	background-attachment:fixed;
}
.topimg{
	background-image:url(../images/top.png);
	height:157px;
	width:950px;}
.pgbg{
	background-image:url(../images/page_bg.png);
	width:950px;}	
.bottomimg{
	background-image:url(../images/bottom.png);
	height:76px;}
.announbar{
	background-image:url(announcementbar.jpg);
	height:20px;
	background-position:center -4px;
	background-repeat:no-repeat;}		
.map{
	background-color:#FFF9D7;
	min-height: 25px;
	width:568px;
	float: left;
	margin: 10px 0;
	padding: 10px 0px 0px 40px;
	border-top: #EBE8D7 1px solid;
	border-bottom: #EBE8D7 1px solid;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	text-align:left;
}