body {
position: absolute;
left: 185px;
background-color: white;
background-repeat: repeat;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size: 18px;
color: black;
}

img{
float: left;
}
a:link {text-decoration: none;}
a:visited { text-decoration: none;}
a:hover { text-decoration: none;}
a:active { text-decoration: none;}

#top 
{
float: top;
padding-bottom: 10px;
overflow: auto;
width: 880px;
}


#navbar
{
margin: 0px 5px;
margin-left: 260px;
margin-bottom: 20px;
width: 605px;
}

/** Dropdown menu style **/

#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #ccc;	
	margin-top: 30px;
}

#navbar ul  li{
	position: relative;
	float: left;
	width: 121px;
	border-bottom: 1px solid #ccc;	
}

li ul {
	position: absolute;
	left: 120px;
	top: 0;
	left: 0;
	display: none;
}

ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	font-size:13;
	text-align: center;
}
	
ul li ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 0px;
	padding-left: 4px;
	border: 1px solid #ccc;
	border-bottom: 0;
	font-size:11;
	text-align: left;
}

li:hover ul, li.over ul{ display: block; }

/* Fix IE. Hide from IE Mac \*/
/* html ul li { float: left; }
/* html ul li a { height: 1%; }
/* End */

/**
.button  a:link { text-decoration: none; color: black;}

.button a:visited { text-decoration: none; color: black;}

.button a:hover { text-decoration: none; color: blue;}

.button a:active { text-decoration: none; color: red;}

.button
{
background-color: white;
text-align: center;
color: gray;
font-size:13;
font-weight: bold;
border: .1em solid black;
padding:5px 15px;
float: left;
margin: 30px 30px 5px 5px;
}
**/

#left
{
float: left;
width: 205px;
border-color:#A61D00;
background-color: white;
font-size: 10;
}

.tleft
{
float: left;
}

.tright
{
float: left;
margin-left: 10px;
}

#wrap
{
margin-top: 0px;
overflow: auto;
}

.contents
{
background-color: white;
background-repeat: repeat;
border:solid .1em;
border-color:#A61D00;
float: left;
color: rgb(0,0,0);
font-size: 11;
font-family:Verdana,Arial,Helvetica,sans-serif;
margin-bottom: 20px;
padding-left: 10px;
width: 650;
}

.contents h1
{
font-size:15;
font-weight: bold;
margin-top: 10;
color: #A61D00;
}

.contents h2
{
font-size:13;
color: #A61D00;
}

.contents h3{font-size:11;}

#left h1
{
font-size:12;
font-weight: bold;
color: #A61D00;
margin: 0;
}

th
{
font-size:13;
text-align: left;
padding: 5;
}

td,tr
{
font-size:11;
padding: 5;
vertical-align: text-top;
}

tr{
border: 0.1em black solid;
padding-bottom: 10;
}

.bltd{border: 0;}

.cat{
border: 0;
font-weight: bold;
}

.quote
{
font-weight: bold;
margin-left: 20px;
margin-right: 20px;
}

.opic
{border: 0.3em white solid;
float: none;
}
.rpic
{
float: right;
border: 0.4em white solid;
margin: 5px;
}
.lpic
{
float: left;
border: 0.4em white solid;
margin: 10px;
margin-right: 10px;
}
.field
{
font-size: 11;
font-weight: bold;
}

ul{padding-left: 2em;}
ul.clist {list-style-type: circle}
.lititle{font-weight: bold;}

#footer
{background-color: #FF6140;
width: 865px;
float: left;
border: .2em solid #A61D00;
border-top: 0;
margin-bottom: 50px;}