
* body {
	font-family: Georgia, Serif;
	font-size: 11px;
	background: #008888 url(images/SharonTsoft.gif);
}

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

#leftnav
{
	padding: 1em;
	background: #e6f4f4;
	border: 1px solid #007474;
	text-align:center;
}
#LMenu dl {
	width:96%;
	padding-bottom:4px;
	margin:1px;
	line-height:1.75;
    border-top: 1px dashed #007474;
    border-right: 1px dashed #007474;
    border-left: 1px dashed #007474;
    border-bottom: 1px dashed #006666;
	text-align:center;
}
#LMenu dt {
	padding:2px;
	font-weight:bold;
	color:#992600;
}
#LMenu dd {
    border: 1px solid #006666;
    background-color: #faebe6;
	width:150px;
	margin:3px;
	padding:0;
	padding-left:4px;
	text-align:left;
	color:#004444;
}
#LMenu dt a {
	text-decoration:none;
	color:#992600;
}
#LMenu dd a {
	text-decoration:none;
	color:#004444;
}

#HMenu
{
	background-color: #bfe1e1;
	border:1px solid #007474;
	font-size:12px;
	padding-bottom:10px;
	margin-bottom:10px;
	height:80px;
}
#HMenu ul
{
	margin:0;
	padding:0;
	text-align:center;
	list-style-type: none;
	background: transparent;
}

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

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

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

#content
{
	border-left: 1px solid gray;
	padding: 1em;
	background-color: #FEFEFE;
	border: 1px solid #007474;
}

#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: #992600;
}
h1 {
  font-size:16px;
  text-align: center;
  color:#004444;
}
h2 {
  font-size:14px;
  text-align: center;
  color:#992600;
}
h3 {
  font-size:12px;
  text-align: center;
  color:#006666;
}

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