
* body {
	font-family: Georgia, Serif;
	font-size: 11px;
	background: #FFFFFF url(images/ntwback.gif) 0 0 no-repeat;
}

#container
{
	width: 96%;
	margin: 10px auto;
	line-height: 1.2;
}

#leftnav
{
	float: left;
	width: 170px;
	margin: 0;
	padding: 1em;
	background: #f5e6e6 url(images/BGTexLt.gif);
	border: 1px solid #820000;
	text-align:center;
}
#LMenu dl {
	width:96%;
	padding-bottom:4px;
	margin:1px;
	line-height:1.75;
    border-top: 1px dashed #820000;
    border-right: 1px dashed #820000;
    border-left: 1px dashed #820000;
    border-bottom: 1px dashed #730000;
	text-align:center;
}
#LMenu dt {
	padding:2px;
	font-weight:bold;
	color:#000073;
}
#LMenu dd {
    border: 1px solid #730000;
    background-color: #e6e6f5;
	width:150px;
	margin:3px;
	padding:0;
	padding-left:4px;
	text-align:left;
	color:#4d0000;
}
#LMenu dt a {
	text-decoration:none;
	color:#000073;
}
#LMenu dd a {
	text-decoration:none;
	color:#4d0000;
}

#content
{
	width:96%;
	margin-left: 210px;
	border-left: 1px solid gray;
	padding: 1em;
	background-color: #FEFEFE;
	border: 1px solid #820000;
	word-wrap:break-word;
}

#main label {
	width:100px;
	text-align:right;
}

#HMenu
{
	margin-left: 210px;
	background-color: #e5bfbf;
	border:1px solid #820000;
	font-size:12px;
	padding-bottom:10px;
	margin-bottom:10px;
}
#HMenu ul
{
	margin:0;
	padding:0;
	text-align:center;
	list-style-type: none;
	background: transparent;
}

#HMenu ul li { 
	display: inline;
	color: #000;
	background-color: #4040b3;
	margin-left:8px;
}
.focus 
{
	padding: 3px 4px;
	border:1px solid #4040b3;
}

#HMenu ul li a {
	text-decoration: none;
	color: #fff;
	background-color: #990000;
	padding: 3px 4px;
	border:1px solid #820000;
}

#HMenu ul li a:hover {
	margin:0px;
	color: #FFF;
	background-color: #4040b3;
	border:1px dashed #000082;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

#content A:link {text-decoration: none; color: #008888; font-weight:bold; border-bottom: 1px dashed #008888;}
#content A:visited {text-decoration: none; color: #008888; font-weight:bold; border-bottom: 1px dashed #008888;}
#content A:active {text-decoration: none; color: #008888; font-weight:bold; border-bottom: 1px dashed #008888;}
#content A:hover {text-decoration: none; color: red; font-weight:bold; border-bottom: 1px dashed red;}

HR {
	color: #000073;
}
h1 {
  font-size:16px;
  text-align: center;
  color:#4d0000;
}
h2 {
  font-size:14px;
  text-align: center;
  color:#000073;
}
h3 {
  font-size:12px;
  text-align: center;
  color:#730000;
}

.plain {
	text-align:center;
	font-family: Georgia, Serif;
	font-size: 14px;
}

.alert {
	text-align:alert;
	color:red;
	font-family: Georgia, Serif;
	font-size: 15px;
}

TD {
	font-family: Georgia, Serif;
	font-size: 14px;
}

?>