﻿body {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
h2{
	color:#9C2D11;
}
#container{
  border: 1px solid #fff;
  margin: 0px auto 0px auto;
  background-color:white;
  text-align: left;
  width: 770px;

}
#header{
  background: url('../images/h-backgr.jpg') top left no-repeat;
  border-bottom: 1px solid #fff;
  height: 133px;
}
#bottom{
  border: 1px solid #fff;
  margin: 0px auto 0px auto;
  background-color:white;
  text-align: left;
  width: 770px;	
}
#content {
  padding-top:10px;
  padding-left:200px;
  padding-right:25px;
  padding-bottom:25px;
}
h1 {
  margin: 0;
  color: #fff;
  background: #d98600;
  border-bottom: 1px solid #fff;
  padding: 16px 10px 0 24px;
  font-size: 1.3em;
  height: 36px;
  min-height: 35px;
  border-left:2px;border-color:white;border-left-style:solid;
}




#left-column #left-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  clear:both;
}
#left-column #left-nav li {
  text-align: right;
  margin: 0;
  padding: 0;
  font-size: 0.95em;
}
#left-column #left-nav li a {
  border-bottom: 1px solid #fff;
  padding: 6px 14px 6px 11px;
  font-weight: bold;
  color: #000;
  display: block;
  background: #e0e0e0;
  min-height: 14px;
}
#left-column #left-nav li a.current {
  color: #c60;  
}
* html #left-column #left-nav li a {
  height: 26px;
  overflow: visible;
  height: 1%;
  text-decoration:none;
}
#left-column #left-nav li a:hover {
  color: #666;
  text-decoration:none;
}
#left-column #left-nav #sub-nav {
  list-style-type: none;
  background: #fff;
  margin: 0;
  padding: 4px 0 4px 0;
  text-decoration:none;
}
#left-column #left-nav #sub-nav li {
  height: 1%;
  font-size: 0.9em;
  text-decoration:none;
}
#left-column #left-nav #sub-nav li a {
  font-weight: normal;
  height: auto;  
  padding-top: 1px;
  padding-bottom: 1px;
  min-height: auto;
  background: none;
  border: 0px;
  text-decoration:none;
}

#top-navigation{
  background: url('../images/top-nav-backgr.gif') top left repeat-x;
  border-bottom: 1px solid #fff;
  height: 27px;
  vertical-align:bottom;
}
#top-navigation a {
  color: #ed9e0a;
  text-decoration: none;
}
#top-navigation a:hover {
  color: #fff;
}


div.clear {
	clear:both;
	height:0px
}


div.begin {
	width:240px;
	float:left;
	padding:5px;
	margin:5px;
}
div.beginheader{
	text-align:center;
	font-family:Georgia, Serif; 
	font-weight:bold; 
	font-size:130%; 
	color:#9C2D11;
	margin:10px;
}
div.begincontent{
	text-align:justify;	
}

a {
  color: #9C2D11;
  text-decoration: none;
}
a:hover {
  color:  black;
  text-decoration:underline;
}

#bottom a:link{	
	color: #E0E0E0;
	background-color:#D98600;
}
#bottom a:visited{
	color:#E0E0E0;	
	background-color:#D98600;	
}
#bottom a:hover{
	color:#E0E0E0;
	background-color:#D98600;	
}
#bottom a:active{
	color:#E0E0E0;
	background-color:#D98600;	
}

