body {
	font-family: Verdana;
	font-size: 12px;
	margin: 0;
	text-align: left;
	line-height: 25px;
	background-color: #E6F2FF;
	color: #000000;
}

html {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#header {
	margin: auto;
	padding: 15px;
	width: 700px;
  background: #FFF;	 		
  text-align: right;
}

#header a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.menu {
	margin: auto;
  background-color: #FFF;
  color: #E6F2FF;
  width: 700px;
	padding-left: 15px;  
	padding-right: 15px; 	
}

.yellow{
  color: #E6F2FF;	
}

#black {
	margin: auto;
	color: #FFF;
  background-color: #000;
  width: 515px;
	padding-left: 200px; 
	padding-right: 15px;    
	padding-top: 15px;
	padding-bottom:15px;	
	height: 200px;
	background-image: url(../img/bg_black.jpg);
  background-repeat: repeat-x;
  background-position: top left;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 1px;
}

#container {
	margin: auto;
	padding: 15px;
	text-align: left;
	border-bottom: 0px;
	width: 700px;
  background: #FFF;
}

#containerleft {
   display: inline;
   margin: 20px 0px 20px 20px;
   padding: 0px;
	 width: 140px;
	 float: left;
   font-size: 10px;
}

#containerright {
   display: inline;
   margin: 20px 20px 20px 0px;
   padding: 0px;
	 float: right;
	 width: 480px;
   background: #FFF;
}

.clearboth {
	clear: both;
}

#map {
  border: 1px solid #DDCBB3;
}

#footerin {
  border-top: 3px solid #0062C4; 
	margin: left;
	width: 700px;
	height: 42px;
	color: #B0D6FF;
	font-size: 10px;
	text-align: left;
}

#footer {
	margin: auto;
	width: 700px;
	height: 42px;
	color: #B0D6FF;
	font-size: 10px;
	text-align: right;
}

h1 { 
  color: #5A4F32;
  font-size: 20px;
  padding:0;
  margin:0;
}

h2 { 
  color: #000000;
  font-size: 15px;
    padding:0;
  margin:0;
}

h3 { 
  color: #000000;
  font-size: 12px;
  text-decoration: underline;
}

.menu a:link, .menu a:visited, .menu a:active, .menu a:focus {
	color: #0062C4;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

.gblink a:link, .gblink a:visited, .gblink a:active, .gblink a:focus {
	color: #0062C4;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	background-color: #E6F2FF;
}

.menuleft a:link, .menuleft a:visited, .menuleft a:active, .menuleft a:focus {
	color: #C0C0C0;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

#footerin a:link, #footerin a:visited, #footerin a:active, #footerin a:focus {
	color: #0062C4;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:focus {
	color: #B0D6FF;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

.normal a:link, .normal a:visited, .normal a:active, .normal a:focus {
	color: #0062C4;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

.special a:link, .special a:visited, .special a:active, .special a:focus {
	color: #0062C4;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
}

.input {
   background-image: url(../img/bg_input.gif);
   background-repeat: repeat-x;
   background-position: top;
   border-top: none;
   border-left: solid 1px #C3C3C3;
   border-right: solid 1px #C3C3C3;
   border-bottom: solid 1px #DDDDDD;   
   padding: 5px 5px 5px 5px;
   width: 95%;
   height: 16px;
   font-size: 12px;
   color: #000000;
   font-family: Verdana, sans-serif;
}

.textarea {
   background-image: url(../img/bg_input.gif);
   background-repeat: repeat-x;
   background-position: top;
   border-top: none;
   border-left: solid 1px #C3C3C3;
   border-right: solid 1px #C3C3C3;
   border-bottom: solid 1px #DDDDDD;   
   padding: 5px 5px 5px 5px;
   width: 95%;
   height: 150px;
   font-size: 12px;
   color: #000000;
   font-family: Verdana, sans-serif;
   margin-top: 10px;
}

