body		{ margin:0px;
		  background-color:#00004A;
		  min-width:1000px;
}
#container	{ background-color:#B5B5B5;
		  color:#4A4A4A;
		  font-family:Verdana, Arial, sans-serif;
		  margin-left:auto;
		  margin-right:auto;
		  width:800px;
}
#logo		{ color:#4A4A4A;
		  background-color:#B5B5B5;
		  height:150px;
}
#left		{ float:left;
		  width:150px;
		  background-color:#B5B5B5;
		  color:#4A4A4A;
		  border-top:1px solid #00004A;
}
#left ul	{ margin-top:40px;
}
#navimg		{ margin:10px 20px 0px 0px;
}
#right		{ float:right;
		  width:200px;
		  font-size:.70em;
		  background-color:#B5B5B5;
		  color:#4A4A4A;
		  border-top:1px solid #00004A;
}
#right ul	{ margin:0 0 0 0;
}
#right h5	{ margin:0 0 0 10px;
}
#right h3	{ text-align:center;
		  color:#000096;
}
#right h2	{ text-align:center;
		  color:#000096;
}
#right p	{text-align:center;
}
#center		{ margin:0 200px 0 150px;
		  background-color:#FFFFFF;
		  font-size:.80em;
		  border-top:1px solid #00004A;
		  border-right:1px solid #00004A;
		  border-left:1px solid #00004A;
		  padding-bottom:10px;
}
#center p	{ margin:20px;
}
#center dl	{ margin:20px;
}
#center h2	{ text-align:center;
		  margin:20px;
}
#center h3	{ text-align:center;
		  margin:20px;
}
#footer		{ text-align:center;
		  font-size:.60em;
		  color:#4A4A4A;
		  background-color:#B5B5B5;
		  clear:both;
		  border-top:1px solid #00004A;
}
#left ul	{ list-style:none;
}
#left li	{ margin-bottom:20px;
		  margin-left:-30px;
}
#left a		{ border:2px inset #FFFFFF;
		  padding:3px;
		  background-color:#000096;
		  font-family:Arial, Helvetica, sans-serif;
		  font-size:1em;
		  font-weight:bold;
		  text-align:center;
		  text-decoration:none;
		  display:block;
		  width:120px;
}
#left a:link	{ color:#969696;
}
#left a:visited	{ color:#B8496A;
}
#left a:focus	{ background-color:#000000;
		  color:#DDa0DD;
		  border:2px outset #CCCCCC;
}
#left a:hover	{ color:#66CCFF;
		  border:2px outset #000000;
}
#left a:active	{ color:#DDA0DD;
		  border:2px outset #000000;
}

