/*****************************************************************
* general.css
*
******************************************************************/

body
{
	background-color: #000000;
	color: #ffffff;
	padding: 0 0 0 0;
	font: normal 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1
{
	display: none;
	margin: 0;
	padding: 0;
}

.maincontainer
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.navbar
{
	background: url(../imgs/navbarbk.jpg) repeat-x top left;
	height: 46px;
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

.navbar a
{
	display: inline-block;
	color: #dcdcdc;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 13px;
	/*font-family: Veranda;*/
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	height: 33px;
	margin-right: 4px;
}


.navbar a:hover
{
	background: url(../imgs/navbarhvr.jpg) repeat-x top left;
}

.navbar .activemenu
{
	background: url(../imgs/navbarhlt.jpg) repeat-x top left;
	display: inline-block;
	color: #bababa;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 13px;
	/*font-family: Veranda;*/
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	height: 33px;
	margin-right: 4px;
	cursor: default;
}

.resetall
{
	clear: both;
	margin-bottom: 12px;
}

.footer
{
	clear: both;
	color: #e6e6fa;
	text-align: right;
	background: url(../imgs/navbarbk.jpg) repeat-x top left;
	height: 30px;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-right: 15px;
	margin-top: 24px;
	margin-bottom: 80px;
}

.footer:before
{
	content: '\0a9';
	font-family: sans-serif;
	font-size: 14pt;
	position: relative;
	top: 3px;
}

.breadcrumb
{
	color: #deb887;
	margin-left: 8px;
	padding-top: 5px;
	cursor: default;
}

.breadcrumb a
{
	color: #b8860b;
	text-decoration: underline;
}

.breadcrumb .sep
{
	text-decoration: none;
	color: #dcdcdc;
}

.contentbody
{
	width: 100%;
	margin-top: 5px;
}

.contentbody .leftzone
{
	float: left;
	width: 190px;
}

.center-right
{
	width:780px;
	float: right;
}

.center-right h2
{
	color: #fffff0;
	font-size: 16pt;
	font-weight: normal;
	border-bottom: 1px solid #ffefd5;
}

.sidemenu
{
	background: url(../imgs/sidenavbk.jpg) repeat-x top left;
	margin-top: 3px;
}

.sidemenu .topshade
{
	background: url(../imgs/sidenavtop.jpg) no-repeat top left;
	width: 190px;
	height: 19px;
}

.subsection
{
	font-size: 9pt;
	color: #dcdcdc;
	padding: 0px 3px 16px 3px;
}

.subsection a
{
	text-decoration: underline;
	font-weight: bold;
	color: #dcdcdc;
}

.subsection a:hover
{
	color: #d2691e;
}

.subsection .active
{
	color: #daa520 !important;
	cursor: default;
	text-decoration: underline;
	font-weight: bold;
}

.subsection ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 8px;
	margin-top: 5px;
}

.subsection ul li
{
	padding-top: 3px;
	padding-bottom: 2px;
}

.subsection ul li a
{
	text-decoration: none !important;
	font-weight: normal !important;
}

.subsection ul li a:hover
{
	color: #d2691e;
}

.subsection ul li .active
{
	color: #daa520;
	cursor: default;
	text-decoration: none !important;
}

.fullpage
{
	width: 100%;
}

.fullpage h2
{
	color: #fffff0;
	font-size: 16pt;
	font-weight: normal;
	border-bottom: 1px solid #ffefd5;
}
