/* ----------------------------------------------------- misc rules ------------------------------------------------- */
* {	padding: 0;
	border: 0;
	margin: 0;
}

body {
	text-align: center;
	background: #233039;
	color: #233039;
}

hr {
	color: #7B1408;
	background-color: #7B1408;
	height: 1px;
}

font,th,td,p{color: #FFFFFF; font:13px Arial,Helvetica,Verdana,sans-serif}
a:link,a:active,a:visited {color: #666666;text-decoration: underline;}
a:hover{color: #ffffff;text-decoration: none;background-color: #94642F}



h1, h2, h3, h4, h5, h2b {
 font-size: 1.0em;
 font-weight: normal;
 display: block;
 }

#content h1 {
	font: normal 14px/14px Arial,Helvetica,Verdana,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #233039;
}

#content h2 {
	font: normal 14px/14px Arial,Helvetica,Verdana,sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	color: #4D4640;
}

#content h3 {
	font: normal 14px/14px Arial,Helvetica,Verdana,sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	color: #7B1408;
}

#content h4 {
	font: normal 14px/14px Arial,Helvetica,Verdana,sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	color: #DB5432;
}


.redText {color: #CC0000;font-size: 12px;}
.blueText {color: #188BFE;font-size: 12px;}
.greenText {color: #A4CB04;font-size: 12px;}
.orangeText {color: #FE840A;font-size: 12px;}
.yellowText {color: #FFCC00;font-size: 12px;}

.para_small { font-family:arial,helvetica; font-size:8pt; } 


.tiny_text{color: #BAB7A7;font-size: 10px;}


ul, ul li {
	list-style: none;
}

#content li {
	padding-left: 10px;
	padding-top: 5px;
 	background: transparent url(images/bullet3.gif) no-repeat 0 4px;
}

/* ----------------------------------------------------- divs ------------------------------------------------- */
#container {
 	width: 770px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 0px;
}

#flash {	
	width: 770px;
	height: 275px;
	margin-left: 0px;
	text-align: center;
	margin: 0 auto;
}

#content{
	background: url(images/back_green.jpg) repeat-y top left;
	width: 770px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	text-align: left;
}

#space-for-ie { 
	left: -9999em !important;
	visibility: hidden;
	display: none !important;
}