body{
	font-family: "Bookman Old Style","Times New Roman";
	font-size: 10pt;	
	color: rgb(0,0,128);
	background-color: rgb(240,240,240);
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

#container{	
	width: 100%;	
}

#top{
  background-color: white;
}

#leftcol{
  float: left;
  width: 400px;
  padding: 20px;
}
#rightcol{
  margin-left: 420px;
  padding-top: 20px;
}

#topcontent{
	padding-left: 0px;
	height: 55px;	
}

#subtopcontent{
  padding-left: 20px;
}

#topcontent img{
  border-width: 0px;
}

#leftmain{	
	/*padding: 10px;*/
}

#content{	
  float: left;
	padding: 10px;	
  width: 800px;
	line-height: 130%;  
}
#footer{
	clear: both;
  background-color: red;
}

#tabheader{  
  padding: 5px;
  border-bottom: 5px solid rgb(200,200,200);
}
.tab a{
  text-decoration: none;
  color: rgb(0,0,128);
}
.tab a:hover{
  text-decoration: underline;
}
.selectedtab a{
  text-decoration: none;
  color: rgb(0,0,128);
  font-weight: bold;
}

#tabs{
}


.menuhead{	
	/*width: 800px;*/
	padding-left: 10px;
	margin-bottom: 0px;	
	background-color: darkgray;
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
	border: 1px solid darkgray;
	font-weight: bold;
  font-size: 11pt;
  font-variant: small-caps;  
}
.sub a, .sub a:visited{
  color:white;  
}
.selectedsub a, .selectedsub a:visited{
  color: red;
  text-decoration: none;  
}
.menucontent{
	border-bottom: 2px solid darkgray;
  border-top: 2px solid black;
	/*width: 800px;*/
  padding-left: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
	background-color: rgb(248,248,248);
}

.menucontent ul{
	margin-left: 0px;
	text-indent: 0px;
	padding-left: 0px;
	margin-top: 0px;
	width: 180px;
	list-style-type: none;
}
.menucontent ul li{
	width: 180px;	
}
.menucontent ul li:hover{
	background-color: rgb(230,230,230);	
	width: 180px;
}
.menucontent ul li:hover a{
	color: red;
}
.menucontent ul li a{
	color: rgb(0,0,128);
	text-decoration: none;
	width: 810px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;	
}	

.horline{
	width: 100%;
	background-color: rgb(225,225,225);
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

#content img{
	border: none;
	text-align: center;  
}



.boxheader{	
  margin-top: 10px;
	width: 350px;
	padding-left: 10px;
	background-color: darkgray;
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
	border: 1px solid darkgray;
	font-weight: bold;
}
.boxcontent{
	border: 1px solid darkgray;
	width: 350px;	
	padding-left: 10px;
	background-color: rgb(248,248,248);
}

.box2header{  
	width: 750px;
	padding-left: 10px;
	background-color: rgb(200,0,0);
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
	border: 1px solid rgb(200,0,0);
	font-weight: bold;
}
.box2content{  
	border: 1px solid rgb(200,0,0);
	width: 750px;	
	padding-left: 10px;
	background-color: rgb(248,248,248);
}

h2{
  border-top: 1px dashed black;
  border-bottom: 1px dashed black;
  font-size: 12pt;
  padding-top: 5px;
  padding-bottom: 5px;
}
h3{
  font-size: 12pt;
}
h4{
  font-style: italic;
}
.code{
  font-family: monospace;
  color: green;
 }
.code2{
  font-family: monospace;
  color: blue;
}			 
.notice{
font-family: monospace;
color: maroon;			 
}

input.submit {
	font-family: "Bookman Old Style","Times New Roman";
	font-size: 10pt;	
	color: rgb(240,240,240);
	background-color: darkgray;
	border: 1px solid #000000;  
}

input, textarea{
  border: 1px solid darkgray;
  background-color: white;
}

textarea{
  width: 750px;
  margin-bottom: 10px;
}
textarea.bsArea{
  width: 300px;
  margin-bottom: 3px;
}

table{
  background-color: darkgray;
}
th{
  background-color: darkgray;
  padding-left: 5px;
  padding-right: 5px;  
}
td{
  background-color: white;
  padding-left: 5px;
  padding-right: 5px;
}
td.darkcell{
  background-color: rgb(240,240,240);
}

#unithead{  
  padding: 5px;
  border-bottom: 5px solid rgb(200,200,200);
  width: 800px;
}