body
{

}

#container
{
	font-family: tahoma, arial, sans-serif;
	margin: auto;
	width: 950px;
	border: 1px solid #DFD5C3;
	background-color: #ffebe2;
}

#header
{
	height: 120px;
	background: url(images/header.jpg) no-repeat;
}

#links
{
	font-size: 10pt;
	float: right;
	margin: 10px 10px 0px 0px;
}

#links a
{
	color: #555;
	text-decoration: underline;
}

#links a:hover
{
	color: #555;
	text-decoration: none;
}

#menu
{
	height: 80px;
	border-top: 1px solid #ee7e1f;
	background: url(images/mainmenuback.gif) top repeat-x;
	position: relative;
}

#menu ul
{
	list-style-type: none;
	position: absolute;
	margin: 30px 0px 0px 450px;
	padding: 0px 0px 0px 0px;
}

#menu ul li
{
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}

#menu ul li a
{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #9a6d4e;
	padding: 5px 20px 5px 20px;
}

#menu ul li a:hover
{
	border-bottom: 1px solid #F68014;
}

.maincurrent
{
	border-bottom: 1px solid #F68014 !important;
}

#leftcol
{
	width: 215px;
	margin: 20px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#leftcol ul
{
	text-decoration: none;
	width: 215px;
	background-color: #f00;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#leftcol ul li
{
	text-align: right;
	list-style-type: none;
	font-size: 11pt;
}

#leftcol ul li a
{
	display: block;
	background: url(images/menuback.gif) #E4D0C5 100% repeat-y;
	color: #794a2e;
	border-bottom: 1px solid #ffebe2;
	text-decoration: none;
	padding: 9px 35px 9px 5px;
	margin: 0px 0px 0px 0px;
}

#leftcol ul li a:hover
{
	color: #fff;
	text-decoration: none;
	background: url(images/menuback_hov.gif) #F68014 100% repeat-y;
}

#leftcol p
{
	font-size: 10pt;
	color: #676566;
}

#leftcol p a
{
	font-size: 10pt;
	color: #676566;
	text-decoration: underline;
}

#leftcol p a:hover
{
	font-size: 10pt;
	color: #676566;
	text-decoration: none;
}

.leftcurrent
{
	color: #fff !important;
	text-decoration: none !important;
	background: url(images/menuback_hov.gif) #F68014 100% repeat-y    !important;
}

#contents
{
	margin: 20px 0px 0px 300px;
	padding: 0px 20px 10px 20px;
	min-height: 300px;
}

#contents h1
{
	font-size: 12pt;
	font-weight: bold;
	color: #794a2e;
}

#contents p
{
	font-size: 10pt;
	font-weight: normal;
	color: #676566;
}

#contents label
{
	font-size: 10pt;
	font-weight: normal;
	color: #676566;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#contents a
{
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
	color: #454344;
}

#contents a:hover
{
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #676566;
}
#contents li
{
	font-size: 10pt;
	font-weight: normal;
	color: #676566;
}

#contents hr
{
	border: 0;
	width: 80%;
	height: 1px;
	color: #ccc;
	background-color: #aaa;
}

#footer
{
	height: 35px;
}

#copyright
{
	font-size: 8pt;
	color: #676566;
	float: right;
	padding: 10px 10px 10px 0px;
}

.right
{
	float: right;
	margin: 0px 0px 10px 10px;
}

.left
{
	float: left;
	margin: 0px 10px 10px 0px;
}