﻿@charset "utf-8";
body{
	margin: 30px;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000000 url(images/background.jpg) repeat-y center top;
	text-align: center;
	color: #CCCCCC;
}

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 {
	color: #CCCCCC;
text-decoration: underline;
font-weight: 600
}

a:hover {
	text-decoration: none;
}

#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: 1px;
	border-width: 1px;
	border-color: #000000;
	width: 824px; /*Width of main container*/;
	margin: 0 auto;
	background-color: #000000
}

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

#topsection h1{
margin: 0;
padding-top: 0px;
}
#topbar{
	height: 15px;
	background-color: #000000;
	background-image: url('images/topbar.jpg');
	background-repeat: repeat-x;
}

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

#contentcolumn{
	margin: 0 0px 0 214px;
}

#leftcolumn{
	float: left;
	width: 214px; /*Width of left column in pixel*/;
	margin-left: -824px; /*Set margin to that of -(MainContainerWidth)*/;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background-image: url('images/Nav-up_8x1.jpg');
	background-color: #000000;
}
#rightcolumn{
	float: left;
	width: 150px; /*Width of right column*/;
	margin-left: -150px; /*Set left margin to -(RightColumnWidth)*/;
	background: #006600;
}

#footer{
	clear: left;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	padding: 2px 0 1px 0;
	height: 76px;
	background-color: #0B0B85;
	background-image: url('images/footer.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#footer a{
	color: #C0C0C0;
}

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

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


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

#navAlpha a {
	display: block;
	padding: 1px 4px 1px 18px;
	margin: 1px 0px 1px 4px;
	text-decoration: none;
	text-align: left;
	color: #ffffff;
	background-image: url('images/ButtonUp.gif');
	background-repeat: no-repeat;
	height: 25px;
}
#navAlpha a:hover {
	color: #000000;
	background-image: url('images/ButtonOver.gif');
	background-repeat: no-repeat;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
p {
	text-align: justify;
}
.center {
	text-align: center;
}

