﻿@charset "utf-8";
body{
	line-height: 1.5em;
	font-family: Verdana;
	font-size: 12px;
	background-color: #000000;
	background-image: url('images/background1.jpg');
	background-repeat: repeat;
}
#outerborder{
	margin: 0 auto;
	padding: 10px;
	background-image: url('images/backgroundPurpleStripe.gif');
	background-repeat: repeat;
	width: 820px;
}

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

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{
	border: 2px solid #000000;
	padding: 0px;
	width: 800px; /*Width of main container*/;
	margin: 0 auto;
	background-color: #FFFFFF;
}

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

#topsection h1{
margin: 0;
padding-top: 0px;
}
#topbar{
	margin: 0;
	padding-top: 3px;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url('images/topbar.jpg');
	background-repeat: repeat-x;
	height: 25px;
	background-color: #43024F;
}

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

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

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

#footer{
	clear: left;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	padding: 2px 0 2px 0;
	background-repeat: repeat-x;
	height: 75px;
	background-color: #43024F;
}

#footer a{
color: #FFFF80;
}

.innertube{
	margin: 6px 10px 10px 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}
.ImageLinks{
	border-style: none;
}
.Center {
	text-align:center;
}
/*--------------------------------- Navagation Section ----------------------------------*/

#navAlpha {
        font-size: x-small; 
        font-weight: bold;
        }

#navAlpha a {
	display: block;
	padding: 1px 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: 26px;
	color: #FFFFFF;
}
#navAlpha a:hover {
	color: #006600;
	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;
}
#Block1 {
	border: 1px solid #000000;
	width: 510px;
	height: 80px;
	background-image: url('images/block1.jpg');
	background-repeat: repeat-x;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#Block1 a{
	font-weight: bold;
	color: #000000;
}

#Block1 td{
	font-size: 12px;
	text-align: left;
	line-height: 18px;
}
