	/* default.css */
	/* CSS tutorials available from http://www.w3schools.com/css/css_reference.asp */ 
	/* BEGIN GENERIC CSS STYLES */

body {
	margin: 0; 
}

p {
	font: 500 13px arial
}

.outside_table {
	border-left:1px solid #000000; 
	border-right:1px solid #000000; 
	border-top:0px; 
	border-bottom:0px; 
	vertical-align: top;  
	width: 880px;
	height: 100%;
	padding: 0px;
}

.menu {
	color:#CCB955; 
	text-decoration:none;
}

.MenuTable {
	vertical-align: top;
	position: relative;
	top: -40px;
	width: 100%;
	padding: 0px;
}

.Banner {
	height: 185px;
	background-image: url('site-assets/GraphicBanner/BannerBack.jpg');
	background-repeat: no-repeat
}

.menu_back {
	background: url('site-assets/menu-back.gif') no-repeat right;
}

.border { 
	width:2px; 
}

.spacer {  
	height: 3px;
	background: white;
	vertical-align: top;
}

.bottom_spacer {
	height: 5px; 
	vertical-align: bottom;
	background: white;
}	

.bottom_bar_thin {
	height: 1px;
	vertical-align: bottom;
	background: #A39444;
}

.bottom_bar_thick {
	height: 3px;
	vertical-align: bottom;
	background: black;
}

.bottomBar_spacer {
	height: 1px; 
	vertical-align: bottom;
}

.black { 
	background: black; 
}

.top_grey { 
	background-color: #2C291D;
	height: 15px;
}

.title_text {
	font-family: Arial; 
	text-decoration: none; 
	color: #CCB955; 
	font-size: 15px; 
    text-align: left; 
    position: absolute; 
    margin-left: 6
    vertical-align: center;
}

.center {
	text-align: center;
}

	/* END GENERIC STYLES */

	/* BEGIN SINGLE COLUMN SPECIFIC STYLES */

.single_title {
	background: black;
	height: 20px;
	vertical-align: top;
}

	/* END SINGLE COLUMN SPECIFIC STYLES */

	/* BEGIN DUAL COLUMN SPECIFIC STYLES */
	
.left_title {
	background: black;
	width: 110px;
	height: 20px;
	vertical-align: top;
	max-width: 250px;
}

.left {
	width: 110px;
	vertical-align: top;
	background: #E6DCAA;
	max-width: 250px;
}

.right_title {
	background: black;
	height: 20px;
	vertical-align: top;
	width: auto;
	max-width: 630px;
}

.right {
	vertical-align: top;
	background: #E6DCAA;
	max-width: 630px;
}

.content_block {
	background: #E6DCAA;
	vertical-align: top;
	height: 100%;	
}

.center_spacer {
	width: 5px;
	background: white;
}

	/* END DUAL COLUMN SPECIFIC STYLES */









	/* BEGIN LINK MODIFYING STYLES */
	
a:link {
	color: #A39444;
	text-decoration: none
}

a:visited {
	color: #A39444;
	text-decoration: none
}
a:hover {
	color: #CCB955;
	text-decoration: none
}

	/* END LINK MODIFYING STYLES */