﻿@charset "utf-8";
body{
	margin: 30px;
	padding: 0;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	background-color: #302E2E;
	background-image: url('images/squares.gif');
	background-repeat: repeat;
	color: #C69491;
}
.center {
 text-align: center;
}

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

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

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

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

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

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

p {
font-size: 12px;
}
td {
font-size: 12px;
}

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

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

#marqueecontainer{
	position: relative;
	width: 192px; /*marquee width */;
	height: 630px; /*marquee height */;
	overflow: hidden;
	border: 3px solid #603434;
	padding: 2px;
	padding-left: 4px;
}

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

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

#contentcolumn{
	margin: 0 200px 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C69491;
	font-size: 12px;
}

#leftcolumn{
	float: left;
	width: 180px; /*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: #FFCC66;
	background-image: url('images/LeftColBkgd.jpg');
}
#rightcolumn{
	float: left;
	width: 203px; /*Width of right column*/;
	margin-left: -203px; /*Set left margin to -(RightColumnWidth)*/;
	background-image: url('images/verticle.jpg');
	background-repeat: no-repeat;
	color: #B57980;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #252525;
}

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

#footer a{
color: #C69491;
}

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

#Linkwrapper{
	float: left;
	width: 100%;
	margin-right: 0px;
	background-image: url('images/TopBar.jpg');
	height: 60px;
	background-repeat: repeat-x;
}
#BoxLeft{
	width: 255px; /*Width of frame div*/;
}
#BoxRight{
	left: 255px; /*Set left value to WidthOfFrameDiv*/;
}


/*--------------------------------- Navigation Section ----------------------------------*/

#navAlpha {
        font-size: x-small; 
        background-color: #e6e6cc;
        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: #800000;
}
#navAlpha a:hover {
	background: #FFEA9F;
	color: #006600;
}


/*--------------------------------- Main Navigation 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;
		}
center {
	text-align: center;
}
