
/*HTML styles */

body, li, div, td, p, input, select, option, textarea, button {
	font-family: georgia, times, serif ;
	font-size: 14px ;
	line-height: 22px ;
	}

body {
	background-color: #B47018 ;
	margin: 0px ;
	color: #000 ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

img {
	-ms-interpolation-mode: bicubic; 
}

a.link_white:link, a.link_white:active, a.link_white:visited {
	color: #fff ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

h1 {
	font-size: 38px ;
	line-height: 42px ;
	color: #B42319 ;
	font-weight: normal ;
	letter-spacing: -3px ;
	margin-top: 0px ;
}

h2 {
	font-size: 28px ;
	line-height: 32px ;
	color: #B42319 ;
	font-weight: normal ;
	letter-spacing: -2px ;
	margin-top: 0px ;
}

h3, .inline_h {
	font-size: 16px ;
	font-weight: bold ;
	color: #B42319 ;
	letter-spacing: -1px ;
	margin-top: 0px ;
}

h4 {
	font-size: 1.3em; 
	font-weight: bold; 
}

h5 {
	font-weight: bold;
}

h6 {
	margin: 0px;
	font-weight: bold; 
}

h6 + p {
	margin-top: 5px; 
}

a.button, a.button:link, a.button:active, a.button:visited, a.button:hover {
	background-image: url(/images/button_bg.gif) ;
	border-left: 1px solid #C89655 ;
	border-right: 1px solid #B47018 ;
	display: block ;
	background-position: center ;
	color: #fff ;
	font-size: 28px ;
	line-height: 32px ;
	letter-spacing: -2px ;
	text-decoration: none ;
	text-align: center ;
	padding: 10px ;
}

a.button:hover {
	background-image: url(/images/button_up.gif) ;
	border-left: 1px solid #C85D56 ;
	border-right: 1px solid #B42319 ;
}

a, a:link, a:active, a:visited, a:hover {
	color: #B42319 ;
}

a:active, a:visited {
	color: #B47018 ;
}

a:hover {
	color: #C85D56 ;
}

.content {
	padding: 25px ;
}

.float {
	float: right;
	clear: right ;
	margin: 0px 0px 10px 25px; 
}

.border {
	border: solid 1px #B42319 ;
}

/*	TEMPLATE STYLES	*/

.container {
	width: 980px;
	margin: auto;
	border: solid 1px #ccc;
}

.page_top {
	height: 150px; 
	background-color: #145163;
	border-bottom: solid 1px #ccc;
}

.page_top a img {
	border: 0px; 
}

.info_bar {
	background-color: #711028;
	padding: 15px;
	text-align: center;
	
	font-weight: bold;
	color: #fff;
}

.navigation_bar {
	background-color: #711028;
	border: solid 0px #ccc;
}

.page_body_div {
	border-top: solid 1px #ccc;
}

.page_body_table {
	width: 100%;
}

.nav_cell {
	background-color: #145163;
	width: 250px;
	border: solid 0px #ccc;
	vertical-align: top;
}

.content_cell {
	background-color: #fff;
	border: solid 0px #ccc;
	vertical-align: top;
}

.foot, a.foot:link, a.foot:active, a.foot:visited, a.foot:hover {
	color: #ccc; 
}

/*	COMMON STYLES	/*

/* TinyMCE specific rules */

body.mceContentBody {
   background: #fff;
}

.mceContentBody a {
	color: #711028 !important; /* Should match standard anchors; FF requires a important here for mceContentBody */
}

a:link img, a:active img, a:visited img, a:hover img {
	border-style: solid;
	border-width: 1px; 
	border-color: #711028;
}

a:hover img {
	border-color: #c00;
}

/*Misc Standard Styles*/

.important {
	color: #711028;
}

.required {
	text-align: center;
	color: #711028;
}

.even_row, .row_0 {
	background-color: #eee;
}

.odd_row, .row_1 {
	background-color: #fff;
}

.good, .status1 {
	color: #456314;
}

.bad, .status0 {
	color: #711028;
}


.print_only {
	display: none; 
}

@media print {
	
	.print_only {
		display: block;
	}
	
	.no_print {
		display: none; 
	}
	
	.content {
		width: 100%; 
		margin: 0px; 
		float: none;
	}
	
}
hr {
	margin: 25px 0px ;
}

.caption img {
	border: 1px solid #B42319 ;
	margin-bottom: 10px ;
}

.caption {
	text-align: center ;
	font-size: 12px ;
	line-height: 18px ;
	padding: 10px ;
}

.resize {
	width: 300px ;
}

.resize img {
	width: 298px ;
	border: 1px solid #B42319 ;
}