﻿@charset "utf-8";
body{
	line-height: 1.2em;
	font-family: Verdana;
	font-size: 12px;
	background: #000000 url(images/Background2009a.jpg) repeat-y center top;
}

b{font-size: 110%;}
em{color: red;}

h1 {
font-family: Verdana, Arial, Helvetica;
font-size: 24px;
color: #000000;
font-weight: 700
}

h2 {
font-family: Verdana, Arial, Helvetica;
font-size: 20px;
color: #000000;
font-weight: 650
}

h3 {
font-family: Verdana, Arial, Helvetica;
font-size: 16px;
color: #000000;
font-weight: 650
}

h4 {
font-family: Verdana, Arial, Helvetica;
font-size: 14px;
color: #000000;
font-weight: 600
}

h5 {
font-family: Verdana, Arial, Helvetica;
font-size: 12px;
color: #000000;
font-weight: 500
}

h6 {
font-family: Verdana, Arial, Helvetica;
font-size: 10px;
color: #000000;
font-weight: 500
}

a:link {
color: #000000;
text-decoration: underline;
font-weight: 600
}

a:visited {
color: #000000;
font-weight: 600
}
a:hover {
	text-decoration: none;
	background-color: none;
	color: #000000;
	font-weight: 600;
}

#ListingContainer{
	padding: 2px;
	border: 0px none #990033;
	width: 100%; /*Width of main container*/;
	margin: 0 auto;
	background-color: #FFffff;
}
#ListingHeading{
	background: #FFEA9F;
	font-weight: bold;
	border-top-style: none;
	border-bottom-color: #990033;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
#ListingLogo{
	background: #FFFFFF;
	position: relative;
	width: 200px;
	height: 70px;
	float: right;
}

#maincontainer{
	padding: 0px;
	width: 800px; /*Width of main container*/;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#topsection{
	background: #ffffff;
	height: 302px; /*Height of top section*/
}

#contentwrapper{
	float: left;
	width: 100%;
	margin-right: 0px;
}

#contentcolumn{
	margin: 0 0px 0 234px;
	background-color: #FFFFFF;
}

#leftcolumn{
	float: left;
	width: 234px; /*Width of left column in pixel*/;
	margin-left: -800px; /*Set margin to that of -(MainContainerWidth)*/;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url('images/LeftSide.jpg');
}
#rightcolumn{
	float: left;
	width: 150px; /*Width of right column*/;
	margin-left: -150px; /*Set left margin to -(RightColumnWidth)*/;
	background: #333333;
}

#footer{
	clear: left;
	width: 100%;
	color: #000000;
	text-align: center;
	padding: 13px 0 2px 0;
	background-image: url('images/Footer.jpg');
	background-repeat: repeat-x;
	height: 55px;
	background-color: #6A008F;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a{
color: #000000;
}

.innertube{
	margin: 6px 10px 10px 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

/*--------------------------------- Navagation Section ----------------------------------*/

#navAlpha {
	font-size: 14px;
	font-weight: bold;
}

#navAlpha a {
	display: block;
	padding: 8px 4px 1px 10px;
	margin: 0;
	text-decoration: none;
	text-align: left; /*	border-top: 1px solid #fffFFF; */;
	background-image: url('images/Button-Up.gif');
	background-repeat: no-repeat;
	height: 30px;
	color: #FFFFFF;
}
#navAlpha a:hover {
	color: #FFFFFF;
	background-image: url('images/Button-Over.gif');
	background-repeat: no-repeat;
}


/*--------------------------------- Main Navagation Top "Navy Blue" Section ----------------------------------*/

	#sitenavtop {
	background-color: #590100;
	font-size: 14px;
	color: #FFEA9F;
	padding: 2px 4px 2px 8px;
	border-bottom: 1px solid #E6E6CC;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

	#sitenavtop a {
	color: white;
	background: #800000;
}

	#sitenavtop a:hover {
		background: #000080;
		}
p {
	text-align: justify;
}
.center {
	text-align: center;
}
