body {
margin: 0.5em;
width: 1000px;
padding: 0;
font: 73% "Trebuchet MS", arial, helvetica, sans-serif;
color: #555;
background: #fff url(images/bgd.jpg) bottom right no-repeat;
}

#header {
height: 122px;
width: 100%;
margin-bottom: 0px;
background: #fff url(images/banner.jpg) no-repeat;
color: #000;
}
#header h1 {
margin : 3em 0 0 12em;
padding : 0;
font-size: 175%;
text-transform: uppercase;
letter-spacing : 5px;
color: #000;
background: transparent;
}
#header h2 {
margin : 50 0px 0px 0;
padding-top: 10px;
text-align : right;
font-size: 100%;
color: #000;
background: transparent;
}
 /* CSS Tabs */
.container {
clear:both;
width: 100%;
height : 23px;
padding: 0;
margin: 0 0 1px 0;

border-bottom: 3px solid #AE551E;
background: #fff url(images/a.gif) ;
background: #4566b3;
color: #000;
}

/* rounded */

#nav {
margin: 0;
padding: 1px 0 20px 0;
}
#nav li {
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}
#nav a:link, #nav a:visited {
float: left;
font-size: 100%;
line-height: 1.2em;
font-weight: bold;
padding: 6px 20px 6px 20px;
text-decoration: none;
color: #fff;
}
#nav a:link.active, #nav a:visited.active, #nav a:hover {
color: #000;
background: url(images/arrow.gif) no-repeat top center;
}
#gutter {
float: left;
width: 1%;
height: 1px;
}

#col1 {
float: left;
width: 60%;
margin-bottom: 1em;
padding-right: 0%;
line-height : 1.2em;
}
#col1custom {
	float: left;
	width: 78%;
	margin-left: 0%;
	margin-bottom: 1em;
	border-right: 1px solid #eee;
	padding-right: 1%;
	line-height: 1.2em;
}

#col2 {
float: left;
width: 15%;
margin-left: 1%;
margin-bottom: 1em;
border-right: 1px solid #eee;
padding-right: 3%;
line-height : 1.7em;
}

#col3 {
float: left;
width: 18%;
margin-left: 1%;
margin-bottom: 1em;	
}

#footer {
clear: both;
height: 20px;
font-size : 0.9em;
background: #4566b3;
border-top: 3px solid #AE551E;
color: #ffffcc;
padding: 5px;


}
#footer a {
text-decoration: none;
color: #000;
background: inherit;
}
#footer a:hover {
text-decoration: underline;
color: #ddd;
background:  inherit;
}
h1 {
margin:0;
padding: 5em;
font-family: "Arial Narrow","Trebuchet MS", helvetica,  sans-serif;
font-size: 175%;
color: #fff;
background: inherit;
}
h2 { 
margin-top: 0;
padding: 1em 0 0 0;
text-transform: uppercase;
letter-spacing : 1px;
font-size: 100%;
color: #AE551E;
background : inherit;
}
h3 {
margin-top: 0;
padding : 10px;
font-size: 120%;
letter-spacing : 2px;
text-transform: uppercase;
color: #666;
background :#f7f7f7;
}
a {
text-decoration: underline;
color: #207AAF;
background: inherit;
}
a:hover {
text-decoration: none;
color: #AE551E;
background:  inherit;
}
a img {
border: 0;
}
.search { 
background: #AE551E; 
color: #000;
border-top: 1px solid #F0E9DD;
border-bottom: 1px solid #F0E9DD;
clear: both;
text-align: center; 
padding: 2px 0 2px 0;

}

form { 
margin-bottom: 20px; 
}

input.search { 
	width: 100px; 
	border: none;
	background: url(images/input.gif); 
	padding: 4px; 
}

input.login { 
	width: 75px;
	border: none; 
	background: url(images/logininput.gif); 
	padding: 4px; 
}
ul li { list-style-image:url(images/arrow_right_grey.png);
}

/* Core Classes */
body, td, .indent, .defaulttext, .caption, .captiontext, .bodytable, .mediumtext,
.forumheader, .forumheader2, .forumheader3, .forumheader4, .forumheader5, .fcaption, .finfobar {
	font: 10px "Trebuchet MS", arial, helvetica, sans-serif;
}

.smalltext, .smallblacktext, .tbox, .button, .button:hover, .nextprev, .helpbox {
	font: 10px "Trebuchet MS", arial, helvetica, sans-serif;
}

.linkspage_button{
	border:0px;
}

form {
	margin: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}

table {
	margin-left: auto;
	margin-right: auto;
}

.tbox {
	border: #777 1px solid;
}

.indent {
	border: #999 1px dashed;
	padding: 5px;
	margin: 5px;
	background-color: #f7f7f9;
}

.button {
	border: 1px solid #A5ACB2;
	background-image : url(images/button.png);
}

.button:hover {
	background-image : url(images/buttonover.png);
}

.nextprev {
	border: 0px;
	text-align: center;
	padding: 2px;
	background-color: #f7f7f9;
}

.spacer{
	padding: 5px 0px;
}

.fborder, .border{
	border-collapse: collapse;
	border-spacing: 0px;
}

.forumheader, .forumheader2, .forumheader3, .forumheader4, .fcaption, .finfobar {
	padding: 5px;
	background-color: #fff;
	border-bottom: 1px solid #bbb;
}
.forumheader, .forumheader2, .forumheader3, .fcaption {
	text-align: left;
}

.forumheader, .forumheader4, .finfobar {
	background-color: #fbfbfd;
}

.forumheader5 {
	cursor: pointer;
}

.fcaption, .forumheader5 {
	background-color: #f7f7f7;
}

.searchhighlight {
	text-decoration: underline;
	color: #ff0000;
	font-weight: bold;
}

.helpbox {
	border: 0px;
}

.news_image {
	float: right;
	padding: 0px 0px 7px 7px;
}

.logo {
	 display: block;
}
/* Brainjar Nav Menu Classes {SITELINS_ALT} */
/*
If you do not use {SITELINS_ALT} and switch to the standard {SITELINKS} instead, 
all of the below can be deleted.
*/
/*----------------------------------------------------------------------------*/

div.menuBar, div.menuBar a.menuButton, div.menuButton, div.menuButton_over, div.menu, div.menu a.menuItem {
	font: bold 13px "Trebuchet MS", arial, helvetica, sans-serif;
	color: #fff;
	text-align: left;
}

div.menuBar {
	background-color: #transparent;
	height: 20px;
	padding: 1px 0px;
	text-align: left;
}

div.emenuBar {
	background-color: #F7F9FA;
	border-top: 1px solid #fff;
	text-align: left;
}

div.menuBar a.menuButton, div.menuButton, div.menuButton_over {
	background-color: transparent;
	border: 1px solid;
	border-color: transparent !important;
	border-color: #fff #fff #fff #fff;
	left: 0px;
	margin: 0px;
	padding: 4px 15px 4px 15px;
	position: relative;
	text-decoration: none;
	top: 2px;
	z-index: 100;
}

div.menuBar a.menuButton:hover, div.menuButton:hover, div.menuButton_over {
	background-color: #transparent;
	background: url(images/arrow.gif) no-repeat top center;
	color: #000;
}

div.menuBar a.menuButtonActive, div.menuButtonActive, div.menuButtonActive:hover, div.menuBar a.menuButtonActive:hover {
	background-color: #transparent;
	background: url(images/arrow.gif) no-repeat top center;
	left: 0px;
	top: 2px;
	color: #000;
}

div.menu {
	
	background-color: #4566B3;
	border-top: 1px solid;
	border-bottom: 2px solid;
	border-left: 2px solid;
	border-right: 2px solid;
	border-color: #1f79ae #ae551e #ae551e #ae551e;
	left: 2px;
	padding: 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
}

div.menu a.menuItem {
	display: block;
	padding: 1px 1px 1px 3px;
	text-decoration: none;
	white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
	background-color: #F2F4FF;
	color: #000;
}

div.menu a.menuItem span.menuItemBuffer, div.menu a.menuItem:hover span.menuItemBuffer {
	padding: 0px 20px;
}

div.menu a.menuItem span.menuItemText {
	padding: 0px 0px 0px 3px;
}

div.menu a.menuItem span.menuItemArrow {
	margin-right: -.75em;
}

div.menu div.menuItemSep {
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #fff;
	margin: 4px 2px;
}

a.menuItem.header {
	border-bottom: 1px solid #b3b3b3;
}