﻿html
{
	height: 100%;
}

body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	font-family: Georgia, Times, serif;
	font-size: 12px; 
	color: #000000;
	
}

h1 { font-family: Georgia, Times, serif; font-size: 19px; }
h2 { font-family: Georgia, Times, serif; font-size: 16px; }

			

.topnav a { 

	font-weight: bold;
	color: #FFFF9C; 
}

.topnav a:hover { 
	font-weight: bold; 
	color: #C80E01; 
	background-color: #FFFF9C;
}



.topnav{
 	position: absolute;
 	height: 100%;
  	width: 675px;
  	top: 0px;
  	left: 225px;
  	min-width: 675px;
  	height: 150px;
  	text-align: left;
  	padding-left: 10px;
  	background-color: #C80E01;
    list-style-type: none;

}



.topnav li{
	float: left;
	display: block;
    margin: 0;
    padding-right: 12px;
    padding-left: 4px;
    white-space: nowrap;
    font-size: 12px;
    

}


.left_column{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 225px;
	height: 800px;
	padding: 4px;
	background: url('Image1.gif') repeat-x;
	list-style-type: none
}

.left_column li{
	font-size: 12px;
    text-align: center;
    white-space: nowrap;
    padding-bottom: 8px;
	
}



.left_column a { 

	font-weight: bold;
	color: #FFFF9C; 
}

.left_column a:hover { 
	font-weight: bold; 
	color: #C80E01; 
	background-color: #FFFF9C;
}

.email_subscribe {
   font-size: 12px;
   font-family: Georgia, Times, serif;
}

.main_content{
	min-height: 100%;
	position: relative;
	top: 150px;
	left: 276px;
	margin-left: 0px;
	padding-left: 20px; /* added */;
	padding-top: 12px;
	width: 575px;
	font-weight: normal;
	padding-bottom: 40px;
	font-size: 15px;
}


.bottom_navbar{
	position: relative;
	margin-top: 40px;
	
	font-size: 10px;
	font-weight: normal;
	
	bottom: 0px; 
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
	height: 20px; 
	clear: both;
	border-top: 2px solid #000000;
	
}

.bottom_navbar li{
	
	
	float: left;
	display: block;
    margin: 0;
    padding-right: 12px;
    padding-left: 12px;
    white-space: nowrap;

}
.footer {
	position: relative;
	bottom: 0px;
	margin-top: 25px;
	
	font-size: 10px;
	font-weight: normal;
	left: 0px;

	text-align: center;
	width: 100%;
	clear: both;
	
}
