body {
  margin: 20px auto;
  padding: 0;
  width: 920px;
  font: normal normal normal 14px/1.6em Arial, Helvetica, Geneva, sans-serif;    
	text-align: center;
	color: #333;
	background: #1e7192 url(images/bgd_1.jpg) repeat-x;
}

/* My Comment */
#container {
  margin: 10px;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  font: normal normal normal 14px/1.6em Georgia, times, serif; 
  line-height: 1.2em;
  /* color: #666; */
}
h1 {
  font-size: 36px;
}
#content h1 {
  font-size: 28px;
}
h2 {
  margin-top: 10px;
  font-size: 24px;
	color: white;
}
h3 {
  margin-top: 2em;
  font-size: 20px;
	color: white;
}
h2.first, h3.first, p.first {
  margin-top: 0;
}
h4 {
	font-size: 16px;
}
a {
  color: #fff;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #5fa6ce;
}
ul {
  list-style: none;
  margin: 0; 
  padding: 0;
  line-height: 1.4em;
}
ul ul {
  margin: 0 0 0 10px;
  font-size: 12px;
}
li {
  margin: 2px 0; 
  border: 0px solid #fff;
}

hr {
  clear: both;
  height: 1px;
  background-color: #ccc; 
  border: 0;
  margin: 2em 0;
}
.content-block {
  clear: both;
}
.hidden {
  visibility: hidden;
}
.inactive a, .inactive li a {
  color: #bbb !important;
}
.side1 {
  float: left;
  padding: 0 10px 10px 0;
}
.side2 {
  float: right;
  padding: 0 0 10px 10px;
}
.side1, .side2 {
  padding-top: 1.5em;
}

/* Layout
----------------------------------------------- */
#container {
}


#wrapper {
	position: absolute;
	top: 0;
	background-image: url(images/wrapper_back_03.jpg);
	background-repeat: repeat-x;
	background-color: #9EC6D6;
}

#header {
	text-align: left;
	margin: 2em 10px 2em;
	padding: 10px;
}
.column {
  float: left;
}
#content {
  text-align: left;
  width: 560px;
  margin-right: 60px;
	position: relative;
	top: 5px;
	bottom: 10px;
	left: 20px;
}
#content2 {
  padding: 0 0 40px;
}
#rightcol {
	width: 300px;
	text-align: left;
}

/* Navigation
----------------------------------------------- */
#header h2 {
  margin: 0 0 6px;
}

#header h1 {
	font-size: 40pt;
}


#main-nav {
	padding-top: 10px;
}
#main-nav li {
  display: inline;
  padding: 0 5px;
	border-right-style: solid;
	border-right-width: 1px;
}

#sub-nav {
  height: 2em;
}
#sub-nav li {
  display: inline;
  padding: 0 30px 0 0;
  font-size: 12px;
	position: relative;
	float: right;
}
#navigation h2 {
  font-size: 24px;
}
.side-nav {
  font-size: 12px;
}

.Blog-nav {
	font-size: 24px;
	width: 250px;
}

#Blog {
	float: right;
	width: 230px;
	position: relative;
	top: -25px;
	height: 25px;
	right: 5em;
}

/* Spec Tables
----------------------------------------------- */
#specs {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
#specs th {
  border-bottom: 2px solid #87a9b4;
  font-size: 16px;
  font-weight: normal;
}
#specs td {
  border-top: 0 solid #ddd;
  border-bottom: 0 none #6f8d96;
}
.odd {
  background-color: #87a9b4;
}
#specs .spec {
  text-align: right;
}

/* calendar
----------------------------------------------- */     
#calendar {
  width: 590px; 
	
}

#calendar th {    
  width: 140px;  
  text-align: right;
  padding: 0 10px 0 0; 
  border-bottom: 1px solid #87a9b4;
	color: #50676e;
}  

#calendar td {      
  text-align: left;
  padding: 0 30px 0 0;
  border-bottom: 1px solid #87a9b4;
	
}




/* help
----------------------------------------------- */
.bodylist {
  padding-left: 12px;
  padding-top: 10px;
}

.contact {
	text-align: center;
}

/* Homepage
----------------------------------------------- */
.mission {
  margin: 0;
  color: #fff;
  font: 22px/1.2em Georgia, "Times New Roman", Times, serif;
}

/* Footer
----------------------------------------------- */
#footer {
  clear: both;
  font-size: 12px;
	padding-top: 2px;
	background-color: #1e7192;
	height: 50px;
}

