*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}

body{
	text-align: center;
}

#divContainer{
	width: 45em;
	margin: 0 auto;
	border: #999 solid 1px;
}

#divHeader{
	text-align: center;
	background-color: #8F245D;
	height: 75px;
}

#divLowerHeader{
	text-align: right;
	background-color: #8F245D;
}

#divMenu{
	font-size: 75%;
	height: 1.38em;
	text-align: center;
}


#divMenu, #divMenu a{
	background-color: #cfc;
	color: #8F245D;
	font-weight: bold;
}

#divMenu a:hover{
	color: #C00;
	font-weight: bold;
}

#divContent{
	background-image:url(../images/backlogo.gif);
	background-position:center center;
	background-repeat:no-repeat;
	min-height: 19.94em;
	text-align: left;
}

#divContent h1{
	font-size: 85%;
	width: 31.25em;
	margin-left: 0.75em;
	font-weight: bold;
}

#divContent h2{
	font-size: 80%;
	width: 31.25em;
	margin-left: 0.75em;
	font-weight: bold;
}

#divContent p{
	font-size: 75%;
	width: 31.25em;
	margin-left: 1.25em;
}

#divContent ul{
	list-style-image: url(../images/bulletpointlogo.gif);
	list-style-type: none;
}

#divContent li{
	font-size: 75%;
	height: 1.5em;
	margin-bottom: 0.25em;
}

#divFooter{
	background-color: #cfc;
	color: #8F245D;
	font-weight: bold;
	font-size: 75%;
	text-align: center;
	margin-top: 1em;
}

#divJSD{
	background-color: #cfc;
	color: #8F245D;
	font-weight: bold;
	font-size: 75%;
	text-align: right;
	padding-top: 0.5em;
}

#divJSD a{
	background-color: #cfc;
	color: #8F245D;
	margin-right: 0.5em;
}

img.rhsFloat{
	float: right;
	margin-right: 1em;
}

div.map{
	margin-left: 1.25em;
	margin-bottom: 0.5em;
	width: 22em;
	height: 19em;
	border: 1px solid #444;
}

.spanMap{
	color: #222;
	background-color: #fff;
	font-size: 75%;
}

h2.highlight {
	color: #F00;
}

a.skipover{
	position: absolute;
	top: -10em;
	left: -10em;
}