/* Page Styles */
body {
	margin:0;
	padding:0;
	font-size:100%;
	background:#fff url(borderCountyApplicants_Images/borderCountyBackground.jpg) repeat-x;
	text-align:center;
}
#wrapper {
	margin:15px auto 15px auto;
	width:900px;
	border:1px solid #900;
	background-color:#fff;
	text-align:left;
}
#mastHead {
	height:120px;
	width:900px;
	background:url(borderCountyApplicants_Images/borderCountyMastHead.jpg) #01253D;
}
#content {
	margin:10px 0 10px 0;
	color:#000;
	font-weight:bold;
	border:none;
}

/* Welcome Message */
#welcomeMessage {
	margin:0 25px;
	font-weight:normal;
}
#welcomeMessage a {
	text-decoration:none;
	font-weight:bold;
}
#welcomeMessage span {
	font-weight:bold;
}
#welcomeMessage span a {
	text-decoration:none;
	font-weight:bold;
}

/* Main Forum */
#forumContent {
	padding:2px;
	border-top:1px solid #000;
}
@media print {
	.noPrint {
		display:none;
	}
}
#borderCountyForm {
	float:none;
	padding:5px;
	border:1px solid #900;
	width:370px;
	margin-left:25px;
}
#borderCountyQueryForm {
	margin:0 0 0 20px;
}
.editHidden {
	display:none;
}
.editShow {
	display:inherit;
}
.indicator {
	color:#F00;
	width:200px;
	font-size:80%;
}
.disclaimer {
	color:#F00;
	font-size:80%;
	margin-left:20px;
	margin-right:20px;
}
table {
	/*border-bottom:thin solid #000;*/
	margin:0 25px;
}
table hr {
	color:#600;
}
table span {
	font-weight:bold;
}
table .messageColor {
	color:#039;
}
table .messageLabel {
	margin:10px 0 0 0;
	width:840px;
	overflow:auto;
}
.basicInfo {
	color:#590000;
}
	
/* Topic */
#messageTopic {
	color:#9D2113;
	text-align:left;
	font-weight:bold;
	width:850px;
	padding:5px 25px;
}

/* Graphics */
#graphics {
	width:198px;
	height:205px;
	margin:-30px 150px 100px 0;
	float:right;
	/*border:1px solid #000;*/
	background-image:url(borderCountyApplicants_Images/borderCountyGraphicRight.jpg);
}

/* Footer */
#footer {
	clear:both;
	font-size:80%;
	text-align:left;
	color:#000;
	padding:0 5px;
	font-weight:bold;
}
#footer ul li {
	display:inline;
	text-decoration:none;
	border-right:solid thin #300;
	padding:0 5px 0 7px;
}
#footer a {
	text-decoration:none;
	color:#009;
}
#footer a:hover{
	text-decoration:none;
	color:#900;
}
#footer a:visited{
	text-decoration:none;
	color:#F90;
}
#footer .noLine {
	border-right:none;
}
