a:link { color: #3333CC; }
a:visited{ color: navy; }

.nhead {color: navy; }
.bhead {color: black; }

body { 
		 
		 /*background-color: navy;*/
		 background-color: white;
		  

		 padding: 0;
		 margin: 0;
	
	}

dt {

	font-weight: bold;
	text-decoration: underline;

	}
	
#header {

	background-color: #99CCFF;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  height: 61px;

  }

#header h1 { 

	font-family: "Sylfaen", arial;
	font-size: 45px; 
	text-align: left;
	margin-left: 5px;
	margin-top: 3px;
	padding: 0;
				}
				
#header2 {

	background-color: #99CCFF;
	
	position: absolute;
	
	text-align: right;

	top: 61px;
	right: left;
	width: 100%;
	height: 29px;

	border: solid;
	border-width: 1px 0 0 0;
	border-color: navy;

	}
	
#header2 h2 {

	font-family: "Sylfaen", arial;

	font-size: 20px;
	
	margin-right: 10px;

	padding: 0;

	}
	
#subheader {

  text-align: left;

  background-color: navy;
	
	position: absolute;
	top: 90px;
	left: 0;
	
	margin-top: 2px;
	
	height: 20px;
	width: 100%;
	
	}

#bodytable {

  position: absolute;
	top: 110px;
	left: 180px;

  }
 
#leftColumn {

  position: absolute;
	top: 110px;
	left: 0;
  
	padding: 0 0 0 2px;
	
	vertical-align: top;

	color: #99CCFF;

	/*background-color: navy;*/
		background-color: white;

	width: 180px;
	border: solid;
	border-width: 2px 1px 0 0;
	border-color: #99CCFF;

	}

#leftColumn a:link { color: navy; }
#leftColumn a:visited{ color: #6666ff; }
	
#buttons table {

	/*background-color: navy;*/
		background-color: white;
		
  padding: 0;
	
	}

#buttons a {
  text-decoration: none;
  }
	
#buttons th { 
	text-align: left;
	color: navy;
	border: solid 1px;
	padding: 2px;
	border-color: navy;
	width: 174px;
	background-color: #eeeeff;	
	}

#buttons th:hover {

	background-color: #77DDFF;

	}

#buttons a:link { color: #3333CC; }
#buttons a:visited{ color: navy; }

#buttons td { 
	color: navy;
	font-size: smaller;
	border: solid 1px;
	padding: 2px;
	/*border-color: #FFFFFF;*/
	border-color: #9999ff;
	width: 174px;
	background-color: #ffffdd;	
	}

#buttons td:hover {

	background-color: #99CCFF;

	}

#content {

	vertical-align: top;
	
  padding: 22px;

	background-color: #FFFFFF;

	/*border: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #99CCFF;*/
	
	
	}



#ads {

	vertical-align: top;

	text-color: transparent;

	width: 165px;

	background-color: #FFFFFF;

	border: solid;
	border-width: 0 0 0 0;
	border-color: black;
	
	padding: 0 0 0 5px;
	
	}

#footer {

	color: #333333;
  /*background-color: navy;*/
		background-color: white;
		
	}
	
#footer a:link { color: #6666ff; }
#footer a:visited{ color: #3333ff; }

	
.subscript { font-size: xx-small; }
