body
{
	background: #eee url(images/bg.gif) top left no-repeat;
	font-family: Arial,Verdana,Sans-serif;
	color: #999;
	font-size: 8pt;
	text-align:center;
	border-top-color: #999999;
	width: auto;
}

h1
{ background-color: #FFF;
  color:#000099;
  font-size:13pt;
  font-weight:bold;
  margin-top:0;
  margin-bottom:10px;}

h2
{ background-color: #fff;
  color:#000099;
  font-size:10pt;
  font-weight:normal;
  margin-top:0;
  margin-bottom:0;}


ul 
{
	list-style:none;
	margin:0;
	padding:0;
}

li
{ padding:0 4px 8px 10px;
  background: url(images/arw.gif) 0 3px  no-repeat;}


a:link, a:visited, a:active
{ background-color: #fff; text-decoration: none; color:#CC0000;}
a:hover
{ background-color: #fff; text-decoration: underline; color:#000066;}

#header
{ height:100px;
  width:700px;
  margin-left:auto;
  margin-right:auto;  
  border:#CCC 1px solid;
  background-color:#FFF;
  color:#000099;}

#main
{
	width: 750px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;
	font-size:9pt;
	color:#666;
	border-color: #000099;
	outline-style: solid;
}

#content
{
	width:510px;
	float:left;
	padding:20px;
	text-align:justify;
	background-repeat: no-repeat;
	border-color: #666666;
}
  
#nav
{
	float:right;
	margin-right:2px;
	margin-top:0px;
	width: 195px;
}
    
#footer
{ height:30px;
  width:750px;
  margin-top:20px;
  margin-left:auto;
  margin-right:auto;
  padding:10px 0;  
  border:#ccc 1px solid;
  background-color: #fff;
  font-size:8pt;
  color:#999;
  text-align:center;}

#footer a:link, #footer a:visited, #footer a:active
{ background-color: #fff; text-decoration: none; color:#999;}
#footer A:hover
{ background-color: #fff; text-decoration: none; color:#000066;}

.footer 
{ clear: both; 
  background:#fff;
  color:inherit;
  height:1px;}

.logo
{
	width:100px;
	float:left;
	text-align:left;
	overflow: hidden;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 15px;
}
  
.menu 
{ width:auto;
  text-align:right;
  font-weight:bold;
  font-size:12pt;
  padding:35px 15px 0 0;
  float: right;
  overflow: hidden;}

.left
{ width:250px;
  float:left;
  margin:10px 15px 10px 0;
  text-align:justify;  
  overflow: hidden;}

.mid 
{ width:auto;
  padding:10px 0 0 10px;
  margin-left:auto;
  margin-top:0;
  overflow: hidden;}
  
.navhead
{ width:auto;
  height:18px;
  padding: 3px 3px 0 5px;
  border:#ddd 1px solid;
  text-align: center;
  font-size:8pt;
  background-color:#eee;
  color:#666;}

.navitem
{
	width:auto;
	padding: 15px 3px 0 3px;
	border-bottom:#ddd 1px solid;
	border-right:#ddd 1px solid;
	border-left:#ddd 1px solid;
	font-size:8pt;
	font-weight: normal;
	text-align:center;
	background-color: #FFFFFF;
	color: #666666;
}
  
.img
{ border:0;}
  
