﻿/* CSS Document */

body { background-color: #2f4b22; text-align: center; } 

#mainWindow {
	width: 717px;
	margin: 0 auto;
	text-align: left;
	height: auto;
} 
#top { position : relative; width: 717px; height: 174px; z-index: 1; left: 0px; top: 0px; background: url('../images/top.gif') }
#bottom { position : relative; width: 717px; height: 71px; z-index: 1; background: url('../images/bottom.gif') }



div.contentLeft 
{
	background: url('../images/left.gif') top left repeat-y;
	padding-left: 15px;
	width: 702px;
	background-color: #FFFFFF;

}
div.contentRight {
  background: 
	url('../images/right.gif') 
  right repeat-y;
	width: 702px;
	margin-right:0px;
    
  }
  
#navagation {
	position: relative;
	left: 0px;
	top:174;
	width:178px;
	}
#content {
	position: inherit;
	width:300px;
	left: 178px;
	top:174;
	width:178px;

	}


.rollover a { 
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	letter-spacing: -1px;
	color: #006600;
	text-decoration:none;
	margin-bottom:3px;
	padding-top:7px;
	padding-left:10px;
	width:168px; 
	height:21px; 
	background-color: #FFFFFF; 
	background:url('../images/button_bg.gif'); }
	
.rollover a:hover { 
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	letter-spacing: -1px;
	color: #FFFFFF;
	text-decoration:none;
	background-color: #990000; 
	background:url('../images/button_bg_on.gif');}