﻿
body { 
padding: 0;
font-family: Arial, Sans-Serif; 
font-size: 70%; 
line-height: 140%; 
color: #000; 
text-align: center;
background: white url(../images/background.jpg) repeat-y top center; 
}

#header {  
  width: 100%;
  text-align: Right;
}

a {
  color: #A53512;
  background-color: inherit; 
}

a:hover {
  color: #000; 
  background-color: inherit;
}

.marked_green {
  background: #E8F7E6;
  color: inherit; 
}

.marked_blue {
  background: #ECF3FB;
  color: inherit; 
}

#content {
 margin: 0px 0 0 0px;
 padding: 0;
 text-align: center;
 width: 770px;
 background: white url(../images/contentbg.gif) repeat-y top center;
 color: inherit;
 }
 
#message {
  font-weight: bold;
  color: #FFF;
  margin: 0 0 30px 0;
  background-color: inherit;
  background: url(../images/header.jpg) repeat-x top center;
  }

#navigation {
 font-size: 100%;
 text-transform: uppercase;
 background: url(../images/navbg.gif) repeat-x bottom center;
 padding: 0 0 22px 10px;
 }

#navigation a {
 color: #9f9f9f;
 display: inline;
 text-decoration: none;
 font-weight: bold;
 margin-right: 10px;
 padding-left: 5px;
 }

#navigation a:hover {
 color: #AC8A61;
 background-color: inherit;
 text-decoration: underline;
 }

.left {
	margin-right: 550px;
	padding: 10px 10px 10px 0px;
	padding-bottom: 210px;
	}
	
.left p {
 padding: 0 0 0 0px;
 }
 
.left h1 {
 font-size: 190%;
 letter-spacing: -1px;
 color: #87ABC7;
 margin: 10px 0 0 0;
 padding: 0 0 0 10px;
 background-color: inherit;
 font-family:Times;
 font-weight: normal;
 }
 
 .right {
 margin: 0;
 padding: 15px 10px 10px 12px;
 width: 500px;
 float: right;
 }
 
.right h1 {
 font-size: 190%;
 letter-spacing: -1px;
 font-weight: normal;
 color: #87ABC7;
 margin: 10px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 background-color: inherit;
 font-family:Times;
 }
 
 .right ul {
 font-size: 100%;
 padding-bottom: 10px
 }
 
 .right li {
 font-size: 125%;
 padding-bottom: 10px;
 }
 

.right a:hover {  
  color: navy;
  text-decoration:  underline;
 }
 
 .right a:visited  {
  text-decoration: none
 }
 
 .right a:link  {
  text-decoration: none
 }
 
 .right a:active  {
  text-decoration: none
 }
 
 .quote {
 padding: 20px;
 background: #AC8A61 ;
 color: #fff; 
 font-size: 140%;
 text-align: center;
 }
 
 
#logo {
 padding: 0px 10px;
 margin-bottom: 1px;
 }
 
 #title {
 text-align: left;
 padding: 10px 0px;
 margin-bottom: 1px;
 border-bottom: 1px solid #eee;
 }
 
#title h2 {
 font-size: 25px;
 letter-spacing: -1px;
 font-weight: normal;
 color: #000;
 margin: 0;
 padding: 0;
 background-color: inherit;
 font-family:Times;
 padding-bottom:15px
 }
 
#title p {
 margin: 0;
 padding: 3px 0 0 2px;
 color: #95BAE3;
 background-color: inherit;
 }
 
 #menu {
 padding: 0px 0 0 13px;
 margin-bottom: 0px;
 }
 
#menu h2 {
 font-size: 25px;
 letter-spacing: -1px;
 font-weight: normal;
 color: #000;
 margin: 0;
 padding: 0;
 background-color: inherit;
 font-family:Times;
 padding-bottom:5px
 }
 
#menu p {
 margin: 0;
 padding: 3px 0 0 2px;
 color: navy;
 background-color: inherit;
 }
 
#footer {
 clear:both;
 background: #FFF url(../images/footerbg.gif) repeat-x bottom center;
 color: #808080;
 border-top: 1px solid #eee;
 padding: 0px 10px 4px 4px;
 font-family: Verdana, "lucida console", sans-serif;
 letter-spacing: -1px;
 font-size: 80%;
 text-align: right;
 text-transform: uppercase;
 }
 
#footer a {
 color: #2980DE;
 background-color: inherit;
 }
 
#footer a:hover {
 background: #FEFDD6;
 color: inherit;
 }
 
a.menu:link {color: #F0F0DD; text-decoration: none}
a.menu:visited {color: #F0F0DD; text-decoration: none}
a.menu:active {color: navy;}
a.menu:hover {color: navy;}

a.menucurrent:link {color: #990000; background-color: #FFFFFF; text-decoration: none}
a.menucurrent:visited {color: #990000; background-color: #FFFFFF; text-decoration: none}
a.menucurrent:active {color: navy;}
a.menucurrent:hover {color: navy;}

a.menulist:link {color: #990000; text-decoration: none}
a.menulist:visited {color: #990000; text-decoration: none}
a.menulist:active {color: navy;}
a.menulist:hover {color: navy;}

a.menulistcurrent:link {color: #87ABC7; background-color: #FFFFFF; text-decoration: none}
a.menulistcurrent:visited {color: #87ABC7; background-color: #FFFFFF; text-decoration: none}
a.menulistcurrent:active {color: navy;}
a.menulistcurrent:hover {color: navy;}

a.email:link {color: navy; background-color: #FFFFFF; text-decoration: none}
a.email:visited {color: navy; background-color: #FFFFFF; text-decoration: none}
a.email:active {color: navy;}
a.email:hover {color: #990000;}