/*--- body ---------------------------------------------*/

body#main_body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12pt;
	color: #000000;
	background: url(schemes/images/Bkg-ParchGray.jpg) repeat;
}
#header_container/*-- global container --------------------------------------*/

 {
	position: relative;
	padding: 0;
	margin: 0;
	text-align: left;
	width: 800px;
	height: 100%;
		background: url(schemes/images/Bkg-ParchGray.jpg) repeat;
}
#layout_table {
	padding: 5px;
	width: 800px;
}



/*--- header ------------------------------*/

#header {
	position: relative;
	padding: 0;
	margin: 0;
	width: 800px;
	height: 226px;
	top: 0px;
	left: 0px;
}

#MainNavArea
 {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 160px;
	height: 160px;
	color: #800000;
}

#main_nav_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#main_nav_list li {
	margin: 0;
	padding: 0;
}

/*--- main navigation items -------------------------------*/

#main_nav_list a {
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: block;
	line-height: 21px;
	height: 23px;
	text-align: left;
	width: 121px;
	text-indent: 10px;
}

#main_nav_list a.main_nav_item:hover {
	background: transparent;
	color: #FFFFFF;
}


/*--- subnavigation ---------------------------------*/

.sub_nav_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sub_nav_list li {
	margin: 0;
	padding: 0;
	height: 21px;	
}

/*--- subnavigation items -----------------------*/

.sub_nav_list a {
	overflow: hidden;	
	text-align: left;
	line-height: 19px;
	height: 21px;
	width: 121px;
	padding: 0;
	display: block;
	text-indent: 15px;
}
#main_nav_list a.main_nav_active_item {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-style: normal;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #800000;
}
#main_nav_list a.main_nav_item {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-style: normal;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #800000;
}
#main_nav_list a.main_nav_item:hover {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-style: normal;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: FFF;
}

.sub_nav_list a.sub_nav_active_item {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-style: normal;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
  color: #dcccb0;
}
.sub_nav_list a.sub_nav_item {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-style: normal;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
  color: #dcccb0;
}
.sub_nav_list a.sub_nav_item:hover {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-style: normal;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
  color: #dcccb0;
}

#Slogan {
	position: absolute;
	top: 12px;
	left: 635px;
	width: 150px;
	height: 100px;
	font-family: Verdana,sans-serif;
	font-style: normal;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #800000;
}

/*--- main container: ----------------*/
/*--contains all between header and footer ----------------*/

#main_container {
	padding: 0px 20px 0px 60px;
	position: relative;
	margin: 0;
	top: 100px;
}

/*--- paragraph -------------------------------------------*/

.content {
	margin: 5px 0 20px 0;
	padding: 0;
	line-height: 1.3;
	color: #000;
}

.content p {
	padding: 0;
	margin: 0;
	line-height: 1.3;
	color: #000;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12pt;
}

/*--- forms -------------------------------------*/

.content fieldset {
	padding: 16px 7px 10px 7px;
	border-width: 0px;
	margin: 0px 0 5px 0px;
}

.content input {
	border-style: solid;
	border-width: 1px;
}

.content textarea {
	border-style: solid;
	border-width: 1px;
	height: 106px;
}
.content  h1 {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-style: normal;
	font-size: 20pt;
	font-weight: normal;
	text-decoration: underline;
	color: #800000;
}
.content  h2 {
  font-family: verdana;
  font-style: bold italic;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #000;
}
.content  h3 {
  font-family: verdana;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #000;
}
.content  h4 {
  font-family: verdana;
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #000;
}
.content  a:visited {
  font-family: verdana, arial, sans-serif, tahoma;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #800000;
}
.content  a:link {
  font-family: verdana, arial, sans-serif, tahoma;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #800000;
}
.content  a:hover {
  font-family: arial, sans-serif, tahoma,verdana;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #93775a;
}
.content  a:active {
  font-family: verdana, arial, sans-serif, tahoma;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #800000;
}

/*--- tables -----------------------------------------------*/

.content table {
	border-color: #b1955f;
}

.content td {
	border: 1px solid #b1955f;
	padding-left: 7px;
}

.content th {

	padding-left: 7px;
}

.content tr.odd {
	padding: 3px 2px 3px 2px;
}

.content tr {
	background-color: #d9d3c7;
	padding: 3px 2px 3px 2px;
}

.content tr.even {
	background-color: #d9d3c7;
	padding: 3px 2px 3px 2px;
}

/*--- lists ----------------------------------------------------*/

.content ul {
	list-style-image: ;
}

/*--- forms -------------------------------------------------*/

.content legend {
	color: #000;
}

.content label {
	color: #000;
}

.content input {
	border-color: #000;
}

#footer {
	width: 800px;

}
#footer_text {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-style: normal;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #80000;
}

#footer_line {
	padding: 0;
	margin: 0px 0 0 183px;
	height: 40px;
	width: 600px;
}
