
/*HTML styles */

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

body {
	background-color: #655746 ;
	margin: 0px ;
	color: #1E1B16 ;
}

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: #655746 ;
	font-weight: normal ;
	letter-spacing: -3px ;
	margin-top: 0px ;
	font-variant: small-caps ;
}

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

h3, .inline_h {
	font-size: 16px ;
	color: #655746 ;
	font-weight: bold ;
	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 #8E8377 ;
	border-right: 1px solid #655746 ;
	display: block ;
	background-position: center ;
	color: #fff ;
	font-size: 28px ;
	line-height: 32px ;
	letter-spacing: -2px ;
	text-decoration: none ;
	text-align: center ;
	padding: 10px ;
	font-variant: small-caps ;
}

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

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

a:active, a:visited {
	color: #5A5754 ;
}

a:hover {
	color: #8E8377 ;
}

.content {
	padding: 20px ;
}

.img_float {
	float: right;
	border: solid 1px #145163;
	margin: 0px 0px 10px 10px; 
}

/*	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;
	}
	
}

.col_L {
	width: 49% ;
	float: left ;
}

.col_R {
	width: 49% ;
	float: right ;
}

.img_home {
	width: 160px ;
	float: right ;
	margin: 0px 0px 5px 20px ;
}

a img, a:link img {
	border: 1px solid #655746 ;
}
a:active img,
a:visited img {
	border: 1px solid #5A5754 ;
}
a:hover img {
	border: 1px solid #8E8377 ;
}

.hr {
	margin: 20px 0px ;
	border-top: 3px solid #655746 ;
}

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

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

.bullets p, .bullets h3 {
	background: url(/images/li.gif) ;
	background-position: left center ;
	background-repeat: no-repeat ;
	margin-left: 20px ;
	padding-left: 29px ;
}

.sup {
	font-size: .7em ;
	vertical-align: super ;	
}

.faq_list p {
	margin: 0px ;
	margin-left: 15px ;
}