/* CSS Document */

*, body, html {margin:0; padding:0;}

/* div { border:1px dotted #7F3C3C; } */

/* table, tr, td { border:1px dotted #BF2CCC;} */

#GeneralPage {
	background-color: #E5E5E5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
}

#SearchHidden {
	display:none;
}

#Wrapper2 {
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:752px;
}

#Wrapper3 {
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:926px;
}

#Header {
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:750px;
	height:80px;
}

#LeftBar {
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:120px;
	padding-left:5px;
}

#RightBar {
	position:relative;
	float:right;
	width:172px;
	margin-top:15px;
	text-align:center;
}

#MainArea {
	position:relative;
	float:left;
	top:0px;
	left:5px;
	width:618px;
}

#Footer {
	position:relative;
	float:left;
	clear:left;
	width:752px;
}

/* Link Styles */

a {
	color: #800000;
	font-size: 13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.LinkLine {
	font-size: 17px;
	color:#800000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.PageTitle {
	color: #800000;
	font-size: 30px;
	line-height:115%;
}

.RowTitle {
	font-weight: bold;
	font-size:15px;
	line-height: 25px;
	text-align: left;
	text-indent:0in;
	color: #FFFFFF;
	background-color: #8A0202;
 	padding-left:3px;
}



