﻿@charset "utf-8";
body{
	margin: 30px;
	padding: 0;
	line-height: 1.5em;
	font-family: Verdana;
	font-size: 12px;
	background-image: url('images/squares.gif');
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #000000;
}

b{font-size: 110%;}
p{
	text-align: justify;
	line-height: 15px;
}
.Center {
	text-align: center;
}

#LeftBox{
	padding: 5px;
	font-size: 10px;
	font-weight: lighter;
	text-align: justify;
	line-height: 12px;
}
#TopNav{
	border-width: 1px;
	border-color: #000000;
	width: 100%;
	background-image: url('images/RE1-up.gif');
	background-repeat: repeat-x;
	border-top-style: solid;
	border-bottom-style: solid;
	height: 25px;

}


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 #77A9FF;
	padding: 0px;
	width: 840px; /*Width of main container*/;
	margin: 0 auto;
	background-color: #FFffff;
}

#topsection{
	background: #ffffff;
	height: 178px; /*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: #FFEA9F;
	background-image: url('images/topbar.jpg');
	background-repeat: repeat-x;
	height: 25px;
	background-color: #590100;
}

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

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

#leftcolumn{
	float: left;
	width: 200px; /*Width of left column in pixel*/;
	margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/;
	font-size: 14px;
	font-weight: bold;
}
#rightcolumn{
	float: left;
	width: 225px; /*Width of right column*/;
	margin-left: -225px; /*Set left margin to -(RightColumnWidth)*/;
	background: #CDCDCD;
}
#footer{
	background-image: url('images/RE1-over.gif');
	background-repeat: repeat-x;
	clear: left;
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 27px 0 2px 0;
	height: 40px;
	background-color: #003399;
}

#footer a{
color: #ffffff;
}

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

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

#navAlpha {

        font-size: x-small; 

        background-color: #68A6EA;

        font-weight: bold;

        }



#navAlpha a {

	display: block;

	padding: 1px 4px 1px 8px;

	margin: 0;

	text-decoration: none;

	text-align: left; /*	border-top: 1px solid #fffFFF; */;

	border-bottom: 1px solid #E6E6CC;

	color: #E6E6CC;

	background: #68A6EA;

}

#navAlpha a:hover {

	background: #EB845F;

	color: #000000;

}





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



	#sitenavtop {

	background-color: #68A6EA;

	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;
		}
