/* CSS Document */

body {
	font-size: x-small; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for compliant browsers */
	font-family: Arial, sans-serif;
	line-height: 1.7em;
	letter-spacing: 0.01em;
	color: #000;
	margin: 0px;
	padding: 0px;
	background: #0C2126 url("../images/yellowhead.gif") repeat-x;
}
html>body { /* be nice to Opera */
	font-size: small;
}






#wrap {
	width: 845px;
	background-color: transparent;
	margin: 6px 0px 0px 22px;
}



#header {
	padding: 0px 0px 0px 23px;
	margin: 20px 0px 0px -15px;
	width: 784px;
	height: 60px;
	background-color: transparent;
}

#header h4 {
	font-size: 70%;
	font-weight: normal;
	font-family: verdana, Arial, sans-serif;
	color: #666;
	line-height: 2em;
	letter-spacing: 0em;
}




#panelwrap {
	float: left;
	width: 630px;
}


#paneltop {
	background-image: url("../images/panel_header.gif");
	background-repeat: no-repeat;
	height: 175px;
}


#panelmiddle {
	padding: 0px 100px 0px 45px;
	background-image: url("../images/panel_middle.gif");
	background-repeat: repeat-y;
}


#panelfooter {
	background-image: url("../images/panel_footer.gif");
	background-repeat: no-repeat;
	height: 75px;
}





#navcolumn {
	float: right;
	width: 215px;
	padding-top: 127px;
	background: transparent url("../images/logo.gif") no-repeat;
}

#navcolumn ul {
	margin: 0;
	padding: 0;
	font-size: 85%;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}

#navcolumn ul li {
	border-top: 1px solid #2F3E3E;
	padding: 0px 0px 0px 20px;
	list-style: none;
}

#navcolumn li a {
	height: 2em;
	display: block;
	color: #999;
	text-decoration: none;
}

#navcolumn li a:hover {
	color: #8F7400;
	text-decoration: none;
}

.selectednav {
	color: #FACF16;
}



h2 {
	margin: 0px 0px -0.75em 0px;
	padding: 0;
	font-size: 155%;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #FACF16;
	line-height: 1.75em;
	letter-spacing: 0em;
}

h3 {
	margin: -0.5em 0px -0.75em 0px;
	padding: 0;
	font-size: 125%;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #FACF16;
	line-height: 1.75em;
	letter-spacing: 0em;
}

.credit {
	margin: 1.5em 0px 0px 0px;
	padding: 0;
	font-size: 90%;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #8F7400;
	line-height: 1.75em;
	letter-spacing: 0em;
}


p {
	margin: 1.5em 0px 0px 0px;
	padding: 0;
	font-size: 90%;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", verdana, Arial, sans-serif;
	color: #E1E1E1;
	line-height: 1.75em;
	letter-spacing: 0em;
}





.contentlink a {
	color: #8F7400;
	text-decoration: none;
}

.contentlink a:hover {
	color: #FACF16;
	text-decoration: none;
	border-bottom: #8F7400 dotted 1px;
}






.blockhighlight {
	margin: 20px 0px 0px -5px;
	background-color: #303939;
	padding: 15px 15px 15px 15px;
}










.iconbox {
	float: left;
	background-color: #303939;
	margin-top: 15px;
}

.icon_pic {
	float: left;
	width: 125px;
	padding: 15px 15px 15px 15px;

}

.icon_text {
	width: 290px;
	float: left;
	margin: 20px 15px 0px 0px;
	background-color: transparent;
}


.clearboth {
	clear: both;
}



.clearleft {
	clear: left;
}







.list_text ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	font-size: 75%;
	
	font-family: "Lucida Sans Unicode", "Lucida Grande", verdana, Arial, sans-serif;
	color: #E1E1E1;
	line-height: 1.25em;
	letter-spacing: 0.05em;
	background-color: transparent;
}

.list_text ul li {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 10px;
	list-style-type: square;
	border-bottom: #0C2126 solid 1px;
}




.list_text_tight ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	font-size: 75%;
	
	font-family: "Lucida Sans Unicode", "Lucida Grande", verdana, Arial, sans-serif;
	color: #E1E1E1;
	line-height: 2.25em;
	
	background-color: transparent;
}

.list_text_tight ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: square;
	border-bottom: #0C2126 solid 1px;
}



.break {
	height: 125px;
}