body {
	background-color:#F5F5F5;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

form {
padding:0px;
margin:0px;
}

.top {

	background-image:url(../images/backgroundTop.gif);
	background-repeat:repeat-x;
	background-position:top;


}

.logo {
	width:210px;
	float:left;
}

.banner {
	width:460px;
	margin-left:120px;
	
	margin-top:10px;
	padding-top:20px;
	float:left;
}



.body {
	width:940px;
	margin-left:auto;
	margin-right:auto;
/*	background-image:url(../images/backgroundBody.gif); */
	background-position:top;
	background-repeat:repeat-x;
	padding-top:10px;
	overflow: hidden;
	padding-left:15px;
	padding-right:15px;

}

.menu {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	margin-top:10px;
	height:50px;
	clear:both;
}

h1, h3 {
	background-image:url(../images/dots.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:25px;
	//color:#980535;
	color:#323d62;
	font-size:15px;
	font-weight:bold;

    margin-top:0px;
	margin-bottom:10px;
	
}

h2 {

font-size:15px;
color:#323d62;

}


input.text,textarea {
	border:1px solid  #D2D2D2  ;
	padding:2px;
	background-image:url(../images/inoutbg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#F2F2F2;
}

.smallred {

font-size:10px;
color:#D20000;
vertical-align: middle;

}

label {
	cursor:pointer;

}

.hlt {
//	background-color: #F4A8C0;
//	background-color: #f3e8db;
	background-color: #f1d3b0;
    color: #000000;
}

.rowA {
	background-color:#EBEBEB;
}

.rowB {
	background-color:#F5F5F5;

}


a.menuLink, a.menuLink:visited, .menuActive  {
	color:#000000;
	text-decoration:none;
	font-size:12px;
	width:95px;
	height:22px;
	padding-top:8px;
	float:right;
	margin-left:5px;
	text-align:center;
	background-image:url(../images/button_off.gif);
	background-position:top;
	background-repeat:no-repeat;
}

a.menuLink:hover, .menuActive {
	background-image:url(../images/button_on.gif);
	color:#FFFFFF;
}

a {
	//color:#980535;
	color:#323d62;
	text-decoration:none;
}


.Map {
    background:url(../images/map_bg_base.gif) no-repeat;     
    WIDTH: 481px; 
    HEIGHT: 400px;
}
