
* body {
	font-family: Georgia, Serif;
	font-size: 11px;
	background: #8B4513 url();
}

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

#leftnav
{
	width: 200px;
	height:100%;
	margin: 0;
	padding: 1em;
	background: #f4ede8 url(images/BGTexLt.gif);
	border: 1px solid #763b10;
	text-align:center;
	overflow: auto;
}
#LMenu dl {
	width:96%;
	padding-bottom:4px;
	margin:1px;
	line-height:1.75;
    border-top: 1px dashed #763b10;
    border-right: 1px dashed #763b10;
    border-left: 1px dashed #763b10;
    border-bottom: 1px dashed #68340e;
	text-align:center;
}
#LMenu dt {
	padding:2px;
	font-weight:bold;
	color:#008c7e;
}
#LMenu dd {
    border: 1px solid #68340e;
    background-color: #e6f9f7;
	width:150px;
	margin:3px;
	padding:0;
	padding-left:4px;
	text-align:left;
	color:#46230a;
}
#LMenu dt a {
	text-decoration:none;
	color:#008c7e;
}
#LMenu dd a {
	text-decoration:none;
	color:#46230a;
}

#content
{
	margin-left: 210px;
	width:99%;
	height:100%;
	border-left: 1px solid gray;
	padding: 1em;
	background-color: #FEFEFE;
	border: 1px solid #763b10;
}

#HMenu
{
	margin-left: 210px;
	background-color: #e2d0c4;
	border:1px solid #763b10;
	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: #40ccbe;
	margin-left:8px;
}
.focus 
{
	padding: 3px 4px;
	border:1px solid #40ccbe;
}

#HMenu ul li a {
	text-decoration: none;
	color: #fff;
	background-color: #8B4513;
	padding: 3px 4px;
	border:1px solid #763b10;
}

#HMenu ul li a:hover {
	margin:0px;
	color: #FFF;
	background-color: #40ccbe;
	border:1px dashed #009f8f;
}

#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: #008c7e;
}
h1 {
  font-size:16px;
  text-align: center;
  color:#46230a;
}
h2 {
  font-size:14px;
  text-align: center;
  color:#008c7e;
}
h3 {
  font-size:12px;
  text-align: center;
  color:#68340e;
}

.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;
}

label {
	font-weight: bold;
	width:120px;
	vertical-align:top;
}
?>