body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-attachment: fixed;
	background-color: #000;
	background-image: url(../images/home%20bg.jpg);
	background-repeat: no-repeat;
}
.twoColFixRtHdr #container {
	width: 790px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #000000;
} 
.twoColFixRtHdr #header {
	background-color: #000000;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 25px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #000000;
	margin-right: 4px;
}
.linksbox {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-top: 7px;
	margin-bottom: 7px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #000;
	height: auto;
	background-attachment: scroll;
	background-repeat: no-repeat;
} 
#bannerflash {
	text-align: left;
	margin-top: 7px;
	margin-bottom: 20px;
}
.maincontentbox {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
}
#contentphotos {
	/*padding-left: 10px;
	padding-top: 5px;*/
}
#newsbreak {
	background-color: #FFFFCC;
	height: 20px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF9900;
	border-bottom-color: #FF9900;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#content1title {
	padding: 0px;
	color: #FF9900;
	margin: 0px;
}
#content2 {
	padding: 5px;
	width: 390px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.linksimage {
	margin-top: 10px;
	margin-bottom: 10px;
}
#content3 {
	width: 390px;
	float: left;
}
.contenttitle {
	padding: 5px;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFCC00;
	border: 1px solid #999999;
}
.contentbox {
	border: 1px solid #CCCCCC;
}
#announcement {
	width: 230px;
	float: right;
	background-color: #333333;
	border: 1px solid #CCCCCC;
	padding: 0px;
}
#classified {
	width: 230px;
}
#announcetitle {
	background-color: #999999;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}
#announcecontent {
	margin: 5px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.imageleft {
	float: left;
	border: thin solid #CCCCCC;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixRtHdr #footer {
	background-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style15 {	color: #FF9900;
	font-size: xx-large;
	font-family: Arial, Helvetica, sans-serif;
}
.style16 {	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC00;
}
.style17 {	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
.contentbox1 {	border: 1px solid #CCCCCC;
}
.contentbox1 {	background-color: #4D4D4D;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	float: left;
	width: 410px;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
.styletext {font-family: Arial;
	font-size: small;
	color: #FFFFFF;
}
.style18 {font-size: small; font-family: Arial, Helvetica, sans-serif; color: #FF9900; }
.style19 {
	padding: 5px;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFCC00;
	border: 1px solid #999999;
	font-weight: bold;
}
.style20 {color: #CCFFFF}
.contentbox {
	padding: 5px;
	width: 390px;
	margin-top: 0px;
}
.style22 {padding: 5px; margin: 5px; font-family: Arial, Helvetica, sans-serif; font-size: x-large; color: #FFCC00; border: 1px solid #999999; }
.announcementbox {	width: 225px;
	float: right;
	background-color: #333333;
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin-bottom: 5px;
}
.style29 {font-size: medium}
#classifiedtitle {	background-color: #999999;
	height: 25px;
}
.style25 {	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
.style26 {color: #FFFFFF}
.style28 {color: #D5FFFF}
.style30 {	color: #FF9900;
	font-size: x-large;
}
.style11 {color: #FF9900}
.style13 {color: #FF9900; font-weight: bold; }

	caption
	{
		text-align: left;
		margin: 0 0 0 0;
		font-weight: bold;
	}
	
	td
	{
  border: 1px solid #B8AEA0;
	padding: 0.5em;
	}
	
	th
	{
	border: 1px solid #B8AEA0;
	padding: 0.5em;
  font: bold 12px Arial;
	background: #211503;
	}

	
	tr {
	background: #7D6F5C;
	text-align: left;
	font: 12px Arial;
	border: 1px solid #B8AEA0;
}
	
	
	tr.alternate { background: #5f5a4c; }
	tr.alternate th { background: #5f5a4c; }
	tr a.submatch {font:9px Arial; color:white;}		
	tr a:hover.submatch {font:9px Arial; color:orange;}		

	
.photo_box
{
height: 100px;
width: 100px;
border: 1px solid #999999;
padding: 5px;
margin-right: 5px;
margin-top: 5px;
float: left;
tex-align:center;
}

#photohandler
{
	margin-top: 10px;
	width: 588px;
	height: 140px;
	border: 1px solid #999999;
	background-color : #CCCCCC;
	padding: 10px;
	padding-bottom:20px;
	float:left;
}
#photohandler1 {
	margin-top: 0px;
	width: 700px;
	border: 1px solid #999999;
	background-color : #EDF0F2;
	float:left;
	padding: 10px;
}
#photohandler1 a{
	font: bold 14px Arial;
	text-decoration: none;
}
.photohandler0 {
	margin-bottom: 5px;
	margin-left: 0px;
}
#photo1 {
	/*padding-left: 25px;*/
}
#photohandler2 {
	margin-top: 0px;
	width: 588px;
	height: 140px;
	border: 1px solid #999999;
	background-color : #EDF0F2;
	padding-bottom:20px;
	float:left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#photohandler3 {
	margin-top: 0px;
	width: 588px;
	height: 140px;
	border: 1px solid #999999;
	background-color : #EDF0F2;
	padding-bottom:20px;
	float:left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#photohandler4 {
	margin-top: 0px;
	width: 588px;
	height: 140px;
	border: 1px solid #999999;
	background-color : #E4E4E4;
	padding-bottom:20px;
	float:left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#photohandler5 {
	margin-top: 0px;
	width: 588px;
	height: 140px;
	border: 1px solid #999999;
	background-color : #EDF0F2;
	padding-bottom:20px;
	float:left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.photo_box1 {height: 100px;
width: 100px;
border: 1px solid #999999;
padding: 5px;
margin-right: 5px;
margin-top: 5px;
float: left;
tex-align:center;
}
.style31 {	color: #333333;
	font-size: x-large;
}
.photo_box2 {height: 100px;
width: 100px;
border: 1px solid #999999;
padding: 5px;
margin-right: 5px;
margin-top: 5px;
float: left;
tex-align:center;
}
.photo_box3 {height: 100px;
width: 100px;
border: 1px solid #999999;
padding: 5px;
margin-right: 5px;
margin-top: 5px;
float: left;
tex-align:center;
}
.photo_box4 {height: 100px;
width: 100px;
border: 1px solid #999999;
padding: 5px;
margin-right: 5px;
margin-top: 5px;
float: left;
tex-align:center;
}
.photo_box11 {
border: 1px solid #999999;
padding: 5px;
margin-right: 5px;
margin-top: 5px;
float: left;
tex-align:center;
}
.photo_box21 {height: 100px;
width: 100px;
border: 1px solid #999999;
padding: 5px;
margin-right: 5px;
margin-top: 5px;
float: left;
tex-align:center;
}
.photo_box31 {height: 100px;
width: 100px;
border: 1px solid #999999;
padding: 5px;
margin-right: 5px;
margin-top: 5px;
float: left;
tex-align:center;
}
.photo_box41 {height: 100px;
width: 100px;
border: 1px solid #999999;
padding: 5px;
margin-right: 5px;
margin-top: 5px;
float: left;
tex-align:center;
}
#undercons {
	text-align: center;
	width: auto;
}

