/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

body {
	min-width: 775px;
	background: #FFF url(../img/bg.gif) repeat top center; 
}

p {
	padding-bottom: 13px;
}

a:link, a:visited {
	color: #A1B9CF;
	text-decoration: none;
}

a:hover, a:active {
	color: #990000;
	text-decoration: underline;
}

#Wrapper {
	width: 770px;
	margin: 0 auto;
	background-color: #FFF;
}

#Sites {
	position: absolute;
	z-index: 102;
	width: 754px;
	height: 26px;
	/*background: #FFF url(../img/sitetopbg.jpg) no-repeat top left;*/
	line-height: 25px;
	font-size: 10px;
	color: #515151;
	padding-left: 16px;
}

#Sites a {
	font-size: 10px;
}

#Sites a:link, #Sites a:visited {
	color: #515151;
	text-decoration: none;
}

#Sites a:hover, #Sites a:active {
	color: #990000;
	text-decoration: none;
}

#MastHead {
	position: relative;
	width: 770px;
	height: 255px;
	background-color: #efefef;
	/*background: #FFF url(../img/mastheadbg.jpg) no-repeat top left;*/
}

#MastHead a.Map {
	position: absolute;
	width: 170px;
	height: 120px;
	left: 30px;
	top: 20px;
	text-indent: -2000em;
	text-decoration: none;
}

#ContentArea {
	width: 770px;
	z-index: 102;
	background: #FFF url(../img/mainbgfade.jpg) no-repeat top left;
}

#Navigation {
	position: absolute;
	z-index: 102;
	float: left;
	width: 204px;
	margin-left: 15px !important;
	margin-left: 7px;
	margin-bottom: 10px;
	margin-top: -49px;
}

.NavBox {
	margin-bottom: 3px;
}

.NavInner {
	width: 188px;
	margin: 3px auto;
}

.NavInner p {
	border-bottom: 1px solid #C7C7C7;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-bottom: 3px;
}

.Date {
	font-weight: bold;
	color: #4B7BA6;
	font-size: 10px;
}

.NavInner a {
	font-size: 10px;
}

iframe {
	margin-top: 3px;
	margin-left: 2px;
}

#PrimaryContent {
	float: right;
	width: 520px;
	margin-top: 0;
	margin-right: 15px !important;
	margin-right: 7px;
	margin-bottom: 10px;
}

/*Justin's additions begin*/
#ContentArea {
height:514px;
}
.confirmationlink {
margin-left:36px;
font-weight:bold;
}
.confirmationlink a:link, .confirmationlink a:visited {
color:#FFFFFF;
}
/*Justin's additions end*/

#Footer {
	width: 770px;
	height: 27px;
	background: #E3E3E3 url(../img/footerbg.gif) no-repeat top left;
	line-height: 26px;
	text-align: center;
	font-size: 9px;
	color: #555;
}

.Clear {
	clear: both;
}

.Space {
	margin-bottom: 3px;
}