body {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	color: black;
	background: #666666;
}

.line {
	clear: both; 
	display: block; 
	border-top: 1px solid #4D6C98;
	margin: 10px 0 10px 0;
	padding: 0;
	} 

#left {
  width:375px;
  min-height: 800px;
}

#right {
  float:right;
  width:375px;
  height: 100%;
}

#container {
	border: 1px solid silver;
	width: 800px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	background: white;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;	      
}
.horlist{width:100%; 
		height:30px;
		line-height:30px;}
				 
.nav{margin-top:10px;
          margin-right:10px;}

.nav li{font-size:18px;
	      float:left;
	      list-style:none; 
	      text-align:center;
	      width:250px;}

.nav a{font-size:18px;
            display:block;
            width:250px;}

.nav a:link, #nav a:visited{ color: #336699; 
	                          text-decoration:none}

.nav a:hover,#nav a.active{	color: #505050; 
	                text-decoration:none;
		            background-repeat:no-repeat;
		            background-position:-1px 61%;
		            height:30px;
		            width:250px;}

#title_container {
	border: 3px ridge silver;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 4px;
	margin-bottom: 8px;
	width: 360px;
	background: #eeeeee;
	height: 195px;
}

#title {
	width: 350px;
	padding: 4px;
	background: #ffffff;
	color: #575f6e;
	border: 1px solid gray;
	margin-right: 0;
	margin-left: 0;
	font-size: 16px;
	font-weight: bold;

}

.name {
	font-family: eurostile;
	background: #ffffff;
	text-align: left;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
}

.pic {
	background: url("../img/openspace.gif") no-repeat right top;
	height: 195px;
	float: right;
	width: 359px;
	border: 3px double silver;
}

#navigation h2 {
	
}

#navigation ul {
	list-style: none;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	padding: 4px;
	background: #ffcc99;
}

#navigation li {
	display: inline;
	padding: 8px;
}

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

a:hover {
	color: #505050;
}

#content {
	padding: 8px;
	font-size: 13px;
	background: #eeeeee;	
}

h1 {
	color: #000000;
	border-bottom: 1px solid gray;
	padding-bottom: 4px;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	font-size: 16px;
}

h2 {
	color: #000000;
	border-bottom: 1px solid gray;
	padding-bottom: 4px;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	font-size: 16px;
}

h3 {
	font-family: eurostile;
	background: #ffffff;
	text-align: left;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	}

#footer {
	border-top: 1px solid silver;
	text-align: center;
	font-size: 12px;
	color: gray;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	padding: 10px;
}

#feature_box {
  float:center;
  width:600px;
  background-color: #f5f4f9;
  border:2px solid #2669a0;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:8px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #000000;
  }

#feature_box h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #ff6600;
}
