body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0px;
	text-align: center;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}
#container {
	margin: 0 auto;
	width: 770px;
	text-align: left;
	background-image: url(img/bgmainempty.jpg);
	background-repeat: repeat-y;
	background-position: 8px;
} 

input, textarea, select {
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
}
input:hover, input:active, select:hover, select:active, textarea:hover, textarea:active {
	background-color: #F5F4EB;
	border: 1px solid #000000;
}
label {
	text-align: right;
	display: block;
	float: left;
	width: 70px;
	margin-right: 15px;
}
label.plain {
	text-align: left;
	float: none;
	width: auto;
	margin-right: auto;
}


/* Links */
a:link, a:visited, a:active {
	font-weight: bold;
	color: #CD6643;
}
a:hover {
	text-decoration: none;
}

/* General */
.fade {
	font-size: 11px;
	color: #666666;
}
.left {
	float: left;
	margin: 5px 5px 5px 0px;
}
.right {
	float: right;
	margin: 5px 0px 5px 5px;
}
li {
	list-style: square;
	margin-top: 9px;
	margin-bottom: 9px;
}
ol li {
	list-style: decimal;
}
.noborder {
	border: 0;
}
.oneborder {
	border 1px;
}
.jumpright {
	margin-left: 88px;
}
.clear {
	clear:both;
}
.linktext {
	font-size: 14px;
	float: right;
	text-align: center;
	margin-right: 30px;
	width: 240px;
	color: #333333;
	background-image: url(img/bgmenu.jpg);
	background-repeat: repeat-x;
	line-height: 35px;
}
.linktext a:link, .linktext a:active, .linktext a:visited {
	color: #000000;
	text-decoration: none;
}
.linktext a:hover {
	color: #FFFBEB;
}
.linktext:hover {
	background-image: url(img/bgmenuactive.jpg);
}


/* Table */
table {
	font-size: 12px;
}
td {
	vertical-align: top;
}
.thead {
	font-weight: bold;
	background-color: #CCCCCC;
}
.table1 {
	background-color: #F4F4F4;
}
.table2 {
}
.tbottom {
	background-image: url(img/line.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.f-label {
	width: 120px;
	font-weight: bold;
	text-align: right;
	
}

/* Headers */
h1 {
	font-size: 16px;
	color: #333333;
	background-image: url(img/bgh1.gif);
	background-repeat: no-repeat;
	line-height: 45px;
	text-indent: 30px;
}
h2 {
	font-size: 14px;
	color: #A66444;
}
h3 {
	font-size: 13px;
}
#header {
	width: 770px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: 390px;
}
#content {
	width: 530px;
	float: left;
	margin-left: 10px;
	line-height: 22px;
	text-align: justify;
}
#leftmenu {
	width: 186px;
	float: left;
	margin-right: 10px;
}
#leftmenu li {
	background-image: url(img/bgmenu.jpg);
	background-repeat: repeat-x;
	margin: 2px 0 0 -32px;
	list-style-type: none;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 15px;
}
#leftmenu li li {
	text-indent: 0px;
}
#leftmenu li:hover, #leftmenu li:hover a:link, #leftmenu li.markactive {
	background-image: url(img/bgmenuactive.jpg);
	color: #000000;
	cursor: pointer;
}
#leftmenu li:hover .simple a:link{
	background-image: url(none);
	color: #FFFFFF;
}
#leftmenu li a:link, #leftmenu li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#leftmenu li a:hover, #leftmenu li a:active {
	color: #000000;
	text-decoration: underline;
}
#leftmenu .markactive a.active:link, #leftmenu .markactive a.active:active, #leftmenu .markactive a.active:hover, #leftmenu .markactive a.active:visited, .markactive {
	color: #000000;
}
#leftmenu li ul li.simple {
	background-image: none;
	list-style-type: none;
	color: #FFFFFF;
	cursor: auto;
}
#leftmenu li ul li.whitebg {
	background-image: none;
	list-style-type: none;
	color: #000000;
	background-color: #FFFFFF;
	list-style-type: none;
	margin: 0 0 0 -40px;
	cursor: auto;
	text-indent: 8px;
}
#leftmenu ul.ui-accordion-container li {
	cursor: hand;
}
#leftmenu li ul li.whitebg a {
	color: #000000;
}
#footer {
	clear:both;
	background-image: url(img/menufooterempty.jpg);
	height: 25px;
	width: 764px;
	background-repeat: no-repeat;
	background-position: 8px top;
	background-color: #FFFFFF;
}
#navaid {
	display: none; 
}
#leftmenu h2 {
	color: #FFFFFF;
	text-align:center;
	margin: 24px;
}
#newsburb {
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
}
#newsburb h2 {
	margin-bottom: 0;
}
#sign {
	padding-left: 8px;
	padding-top: 90px;	
}
.showhand {
	cursor: pointer;
}
