body{
  margin:0;
  /*padding:header-<length> 0 footer-<length> 0;*/
  padding:180px 0 0px 0;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
	/*background: #330000 url(../images/column.png) repeat-y center;*/
	background: #330000; 
	/*background: #c0dffb;*/ 
}

/*div {
	
	  border:  1px solid #fff;
}*/
 div#header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  /*height:header-<length>;*/
  height:175px;
  background-color: #330000;
  text-align:center;

 }
  div#menu{
  position:absolute;
  top:145px;
  left:0;
  width:100%;
  /*height:header-<length>;*/
  height:20px;
  text-align:center;

 }
 div#footer{
  /*position:absolute;
  bottom:0;
  left:0;*/
  width:100%;
  /*height:footer-<length>;*/
  height:66px;
  background-color: #330000;
 }
 /*@media screen{
  body>div#header{
   position:fixed;
  }
  body>div#menu{
   position:fixed;
  }
  body>div#footer{
   position:fixed;
  }
 }*/
 * html body{
	overflow:hidden;
 } 
 * html div#main{
	height:100%;
	overflow:auto;
 }
 /* #footContent, #mainContent*/
#left {
	width: 150px;
	float: left;
}


#mainContent  {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background: #c0dffb;
	
}

#mainMargin  {
	margin-left: 160px;
}

#menuContent, #footContent {
	width: 776px;
	margin-left: auto;
	margin-right: auto;
	color: #659696;
	text-align: center;
}

#menuContent table, #footContent table{
	margin: auto;
	text-align: center;
}
/* DEFAULTS */

a:link, a:visited {
	color: #659696; text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	height: 20px;
	color: #659696;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
}

/*#divContent table{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}*/
/* CONTENT */

.contentpaneopen{
	width:  580px;
	margin-left: 0;
	margin-right: auto;
	margin-top: 0px;	
}

.contentheading, .category, .componentheading{
	height: 20px;
	color: #659696;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
	font-variant: small-caps;
}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #659696;
	text-align:left;
}

.sectiontableheader {
  font-weight: bold;
  padding: 6px;
}

/*.contentpaneopenabout a.pagenav:{
	color: #333333;
	font-size: 1px;
}*/

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

/* MENU */
a.mainlevel, a.mainlevel:visited {
	display: inline;
	vertical-align: middle;
	color: #99CCCC;
	text-align: center;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px !important;
	height: 20px;
	width: 100px;
	text-decoration: none;
	font-weight: bold;
	/*top: 10px;*/
}
 

a.mainlevel:hover, a.mainlevel#active_menu {
	text-decoration: underline;
	font-weight: bold;
	color: #66CCFF;
}

a.sublevel {
	
	margin-left: 32px;
	padding-left: 17px;
	line-height: 15px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #659696;
	text-align: left;
	top: 2px;
	position: relative;
	text-decoration: none;
}
a.sublevel#active_menu {

}
a.sublevel:hover{

}

/* SEARCH */
.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.inputbox, .button {
	font-size: 10px;
}
form { /*text around input boxes*/
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}
/* PICTURES */
.mosimage {
  margin: 0;
}

.mosimage_caption {
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  margin-left: 6px;
  margin-right: 6px;
  border-top: 1px solid #ccc;
}
/* SPACE BETWEEN ARTICLES */
span.article_seperator {
	display: block;
	height: 2.0em;
}

