﻿@charset "utf-8";
body{
	line-height: 1.5em;
	font-family: Verdana;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url('images/background.gif');
	background-repeat: repeat;
	text-align: center;
}

#outerborder{
	margin: 0 auto;
	padding: 10px;
	width: 762px;
	background-color: #A767FE;
}

hr {
	color: #A767FE;
}
.center {
	text-align:center;
}
b{font-size: 110%;}

em{color: red;}
.ImageLinks {
	border-width: 0px;
}


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

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

#header{
	background: #ffffff;
	height: 87px; /*Height of top section*/
}



#header h1{

margin: 0;

padding-top: 0px;

}

#topbar{
	margin: 0;
	padding-top: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #700080;
	background-image: url('images/topbar.jpg');
	background-repeat: repeat-x;
	height: 142px;
	background-color: #FFFFFF;
}



#contentwrapper{

	float: left;

	width: 100%;

	margin-right: 0px;

}



#contentcolumn{
	background-color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 175px;
}
#leftcolumn{
	float: left;
	width: 175px; /*Width of left column in pixel*/
	;
	margin-left: -742px; /*Set margin to that of -(MainContainerWidth)*/
	;
	background-repeat: repeat;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	background-color: #F9EE6E;
	background-image: url('images/LeftColBkgd.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: 2px 0 2px 0;
	background-repeat: repeat-x;
	height: 70px;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color: #700080;
}
#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

#footer a{
color: #773286;
}

.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 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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
ul {
	text-align: left;
}

