body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #833F0A url(images/backgroud.jpg);
	text-align: left;
	padding: 0px;
	margin: 0px;
}
h1 {
	font-family: serif, Times;
	font-size: 16px;
	font-weight: bold;
	color: #660000;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
p {
	font-size: 11px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px 10px;
	font-weight: normal;
}

/* holder styles */
#holder {
	width: 900px;
	padding: 50px 85px 90px 95px;
	text-align: left;
	background-image: url(images/home_bkgrd.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}
.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFCC;
}

/* header styles */
#header {
	background: url(images/header_bkgrd.jpg) no-repeat; /* creates the top overlap of the right column */
	height: 250px;
	text-align: left;
	margin: 0px;
}
/* navigation styles */


#nav {
	width: 884px;
	float: left;
	padding: 0px; /* side padding is added to total width above for a 160px "real total" */
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	height: 225px;
}

#nav a:link { 
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#nav a:visited { 
	color: #666;
}
#nav a:hover, #nav a:active, #nav a:focus {  
	color: #333;
}

/* content styles */
#left_col{
	width: 305px;
	float: left;
	padding: 15px 20px 20px; /* side padding is added to total width above for a 160px "real total" */
}
#content {
	margin-top: 0px;
	margin-right: 222px;
	margin-left: 290px;	
	margin-bottom: 0px;
	padding: 15px 20px 20px;
}

/* third column styles */
#right_col {
	padding: 15px 10px 20px;
	float: right;
	width: 190px;
}
#right_col p{
	padding: 0px;
	margin: 0px;
}

/* footer styles */
#footer {
	border-top: 1px solid #fff;
	background: #FFFFFF;  /* This background color covers the faux column effect that spans the entire holder div */
	margin-top: 0px;
	padding: 0px;
}
#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
#footer a{
color:#666666;
}
#gold {
	border-top: 1px solid #fff;
	background: #FF9900;  /* This background color covers the faux column effect that spans the entire holder div */
	margin-top: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	height: 8px;
}

/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin-top:0;
     font-size: 1px;
     line-height: 0px;
}
.leftimage{
	float: left;
	margin-right: 10px;
}

.rightimage{
	float: right;
	padding: 0px;
}
li {
	list-style-image: url(images/bullet.gif);
	padding-bottom: 5px;
}
a {
	color: #660000;
	text-decoration: none;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 5px;
	padding: 0px 0px 0px 10px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#content_2c {
	margin-top: 0px;
	margin-right: 222px;
	margin-left: 0px;	
	margin-bottom: 0px;
	padding: 15px 20px 20px;
}

#news_pdf li {
	list-style-image: url(images/pdf.gif);
}

}
#right_col a {

	color: #333333;
}
#right_col a:hover {

	color: #004783;
}
#holder_l2 {
	width: 900px;
	padding: 50px 85px 90px 95px;
	text-align: left;
	background-image: url(images/level2_bkgrd.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	min-height:1100px;
}
w

