/*<group=General Styles>*/

body {
	color: #FFFFFF;
	font: 0.75em/1.6em "lucida grande", verdana, tahoma, sans-serif;
	text-align: center;
	background-image:url(../images/bgtile.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
}
.header {
width:995px;
height:214px;
background-image:url(../images/header.jpg);
position:relative;
}
.rotator {
width:995px;
height:242px;
/*background-image:url(../images/rotator.jpg);*/
position:relative;
}
.pagecontent {
width:995px;
height:1144px;
background-image:url(../images/content.jpg);
position:relative;
}
.pagecontent1 {
width:995px;
height:1144px;
background-image:url(../images/content1.jpg);
position:relative;
}
.pagecontent_noad {
width:995px;
height:1144px;
background-image:url(../images/content_noad.jpg);
position:relative;
}
#centerDiv { 
	text-align: center;
	position:absolute;  
	width: 995px; 
	left: 50%;
	margin-left: -500px;
}
.menu {
	font-family:Georgia;
	font-size:24px;
	color: #FFFFFF;
	font-weight:bold;
	font-style:oblique;
	}
.h1 {
	font-family:Georgia;
	font-size:28px;
	color:#FFFFFF;
	font-weight:bold;
	font-style:oblique;
}
.h2 {
	font-family:Georgia;
	font-size:24px;
	color: #CA69C7;
	font-weight:bold;
	font-style:oblique;
}
.map {
border:2px solid #CA69C7;
width:720px;
height:520px;
}
.bodytxt {
	color: #FFFFFF;
	font-family:Verdana;
	font-size:16px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FF33CC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}	
