/* Main CSS styles go here */

/* Complete CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background: white;
	color: black;
	font: 85%/1 Verdana, Geneva, sans-serif;
	background: #FDEFD2 url(../images/bg.jpg) repeat-x top;
}

ol, ul {
	list-style: none;
	line-height: 1.3em;
}

a img, :link img, :visited img { border: 0; }

:link, :visited { text-decoration:none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h3, h4, h5, h6 {
	margin:0.8em 0 0.2em 0;
	font-weight: normal;
	font-size: 100%;
}

p {
	margin:0.4em 0 0.8em 0;
	font-weight: normal;
	font-size: 100%;
	line-height: 1.4em;
}

/* Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
	* html .clearfix { height:1%; }

*+html .clearfix { height:1%; }

.clearfix { display:block; }

/* Default styling classes */
.clear { clear: both; }

.float_left {
	float: left;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-top: 0.3em;
}

.float_right {
	float: right;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-top: 0.3em;
}

a {
	text-decoration: none;
	color: #9A1904;
}

a:hover {
	color: #666666;
}

/* Main Container (Single Column, Centered */
#container {
	width: 856px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
	padding: 0px 5px;
}

/* Other divs */
#headerbar_main { padding-top: 5px; }

#menubar {
	padding-top: 5px;
	background: url(../images/bg_menubar.jpg) no-repeat bottom;
	height: 30px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 856px;
}

#menubar ul {
	width: 856px;
	list-style:none;
	margin:0px;
	padding:0;
	line-height: 2em;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

#menubar ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}

#menubar ul li a {
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	line-height: 2em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	padding-right: 10px;
}

#menubar ul li a:hover { color: #f8ff00; }

#menubar span { color: #FFFFFF; }

#footer {
	padding: 20px 10px 10px;
	text-align: center;
	font-size: 75%;
}

/* Content divs */
#content { font-size: 90%; }

#body {
	width: 100%;
	padding-top: 10px;
}

#leftcol {
	float: left;
	width: 521px;
	/* border: 1px solid #CCCCCC; */
	padding: 10px;
}

#rightcol {
	width: 295px;
	float: left;
	/* border: 1px solid #CCCCCC; */
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#leftcolint {
	float: left;
	width: 193px;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

#rightcolint {
	width: 609px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
	padding: 10px;
}

#fullcol {
	width: 834px;
	float: left;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

#rightcolint .float_left {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#twocol_left {
	width: 50%;
	float: left;
}
#twocol_right {
	width: 50%;
	float: left;
}
/* Lists styles */
ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 25px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

ul li { line-height: 1.5em; }

/* Image styles */
.img_pad { padding: 5px 6px; }

/* Border Style */
.div_border { border: 1px solid #CCCCCC; }

/* General Styles */
h1, h2 {
	font-weight: bold;
	color: #9F1B06;
}

h1 { font-size: 145%; }

h2 { font-size: 110%; }

.sub_text {
	font-size: 85%;
	color: #666;
}
#rightcol .float_right {
	padding: 0;
	margin: 0;
}
.border_table {
	margin-top: 1em;
	margin-bottom: 1em;
}
.border_table tr { border: 1px solid #000; 
}
.border_table tr td {
	border: 1px solid #000;
	padding: 1em;
}
.border_table .header { background: #DFDFDF; }

