html {
	margin-bottom: 1px;
	height: 100%;
}
body {
	font: 13px Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: left;this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/bg_grad.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
a:link {
	color: #003C69;
	text-decoration: none;
}
a:visited {
	color: #003C69;
	text-decoration: none;
}
a:hover {
	color: #BA7314;
}
.wrapper {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#wrap {
	/*	background-color: #BA7314;
*/	margin-left: -5px;
	height: 35px;
	width: 940px;
	/*	background-image: url(../images/menu_bg09.png);
*/	background-repeat: no-repeat;
	background-position: top;
	text-transform: uppercase;
}
#header {
	height: 150px;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#header2 {
	top: 0px;
	position: absolute;
	height: 19px;
	width: 250px;
	margin-left: 625px;
	background-repeat: no-repeat;
}
#fwrfIdaccess {
	border: 1px solid #FFFFFF;
	border-radius : 16px;
	-moz-border-radius: 16px;
	top: -10px;
	height: 19px;
	width: 250px;
	text-align: center;
	font-size: 10px;
	background-color: #FFFFFF;
}
#menu {
	background-color: #BA7314;
	height: 35px;
	width: 940px;
	background-image: url(../images/menu_bg09.png);
	background-repeat: no-repeat;
	background-position: top;
	text-transform: uppercase;
}
#left {
	float: left;
	width: 240px;
}
#center {
	float: left;
	width: 578px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BA7314;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BA7314;
}
#right {
	float: right;
	width: 120px;
}
.footer {
	width: 930px;
	height: 30px;
	padding: 5px;
	background-color: #BA7314;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: middle;
	line-height: 30px;
}
a.mainlevelmenufooter {
	color: #FFFFFF;
}
a:hover.mainlevelmenufooter.a {
	color: #FFFFFF;
}
.mainlevelmenufooter {
	color: #FFFFFF;
}
p {
}
.pagenav {
	color: #FFF;
	text-decoration: none;
	border: 1px solid #003C69;
	background-image: url(../images/bg_td.jpg);
	background-position: center center;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-transform: uppercase;
	font-size:10px;
}
.pagenav_next {
	color: #FFF;
	text-decoration: none;
	border: 1px solid #003C69;
	background-image: url(../images/bg_td.jpg);
	background-position: center center;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-transform: uppercase;
	font-size:10px;
	float: right;
}
.pagenav_prev {
	color: #FFF;
	text-decoration: none;
	border: 1px solid #003C69;
	background-image: url(../images/bg_td.jpg);
	background-position: center center;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-transform: uppercase;
	font-size:10px;
	float: right;
}
.back_button {
	text-align: center;
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border: 1px solid #003C69;
	width: 120px;
	background-image: url(../images/bg_tab_on.png);
	background-position: center center;
	padding: 0px 10px;
	line-height: 20px;
	margin: 5px;
}
.back_button a:hover, .pagenav_next a:hover, .pagenav_prev a:hover .pagenav a:hover {
	color: #FFF !important;
}
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu2_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}
a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
}
a.mainlevel#active_menu {
	color:#fff;
	font-weight: bold;
}
a.mainlevel#active_menu:hover {
	color: #fff;
}
h1, h2, h3, h4, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
table.moduletable {
	width: 100%;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
div.moduletable {
	padding: 0;
	margin-bottom: 2px;
	background-color: #FFFFFF;
}
table.moduletable th, div.moduletable h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #BA7314;
	text-align: left;
	padding-left: 20px;
	line-height: 30px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
	background-image: url(../images/header_bg09.png);
	background-repeat: no-repeat;
}
table.moduletable td {
	font-size: 11px;
	padding: 5px;
	margin: 0px;
	font-weight: normal;
	color: #003C69;
}
.small, .modifydate, .createdate, div.mosimage_caption {
	font-size: 9px;
	font-style: italic;
}
div.moduletable h3, .componentheading {
	font-size: 135%;
	vertical-align: top;
}
.contentheading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #BA7314;
	text-transform: uppercase;
	font-size: 20px;
}
.componentheading {
	margin-bottom: 5px;
}
td.componentheading {
	padding-bottom: 55px;
}
.contentheading, .componentheading {
	font-weight: bold;
}
div.moduletable h3, div.moduletable-hilite1 h3, div.mdouletable-hilite2 h3, .contentheading {
	vertical-align: top;	/* see style css */
}
table.headlines div.moduletable h3, .componentheading {
	vertical-align: top;	/* see style css */
}
table.contentpaneopen {
	width: 100%;
	padding: 2px;
	margin: 0px;
}
table.contentpaneopen td {
	padding-right: 5px;
	text-align: justify;
	
}
table.contentpaneopen td.componentheading table.contenpane {
	padding-left: 5px;
}
table.contentpane {
	background-color: #FFF;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
table.contentpane td {
	margin: 0px;
	padding: 0px;
}
table.contentpane p {
	margin: 0px;
	padding: 0px;
}
table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}
#joomlaforum_header {
	background-image: url(../images/header_bg.png);
}
.blog_more {
	padding: 10px;
	font-style: italic;
}