/* CSS Document */
/* CSS Document */

/* Normalizes browser display of type/padding/borders */

/* REMOVE PADDING AND MARGIN VALUES */
html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
input, textarea, fieldset, pre
{ margin: 0; padding: 0; font-size: 12px;}

/* NORMALIZE HEADER FONT SIZES */
h1, h2, h3, h4, h5 { font-size: 100%; }

/* REMOVE AUTOMATIC TOP/BOTTOM MARGINS ON NESTED LISTS AND REMOVES BULLET STYLING */
ul, ol, dl, ul ul, ul ol, ul dir, ul menu, ul dl,
ol ul, ol ol, ol dir, ol menu, ol dl,
dir ul, dir ol, dir dir, dir menu, dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl,
dl ul, dl ol, dl dir, dl menu, dl dl
{ margin-top: 0; margin-bottom: 0; list-style: none; padding: 0; }

/* SET FONT STYLE AND WEIGHT TO NORMAL */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* REMOVE BORDER FROM TABLES */
table
{ border-collapse: collapse; border-spacing: 0;}

/* REMOVE BORDERS FROM FIELDSET, IMG */
fieldset, img
{ border: 0; }

/* LEFT-ALIGN TEXT IN CAPTION AND TH */
caption, th
{ text-align: left; }

/* REMOVE QUOTE MARKS FROM Q */
q:before, q:after
{ content: ''; }

.clearfix:after {
	content: "."; /* This dot is the actual appended content */
	clear: both;
	height: 0px;
	visibility: hidden;
	display: block;
}



/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
/* End hide from IE-mac */ 

#wrapper {
	width: 775px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/wrapper_back.gif);
	padding: 0px;
	margin-bottom: 0px;
}
#footer {
	background-image: url(images/footer.gif);
	clear: left;
	height: 17px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
}

#header {
	background-image: url(images/gif_head.gif);
	height: 173px;
}
body {
	background-image: url(images/mainback.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper #left_column {
	float: left;
	width: 191px;
}
#content {
	float: left;
	width: 565px;
	margin-top: 10px;
	color: #232527;
}
#content p {
	font-size: 12px;
	padding-bottom: 8px;
}

#content p a:link, #content p a:visited {
	color: #A74E07;
	text-decoration: none;
}

#content p a:hover {
	text-decoration: underline;
}

#leftnav h2 {
	background-image: url(images/nav_header.gif);
	text-indent: -3000px;
	height: 24px;
}

#leftnav ul{
	background-image: url(images/tabfooter.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
}
#leftnav {
	width: 191px;
}
#content h1 {
	font-size: 16px;
	padding-bottom: 8px;
}
#content h2 {
	font-size: 15px;
	padding-bottom: 7px;
	color: #333333;
}
#content h3 {
	font-size: 15px;
	padding-bottom: 7px;
	color: #a74e07;
}
#content h4 {
	padding-bottom: 7px;
	font-size: 14px;
	color: #333333;
}
#content h5 {
	color: #333333;
	font-size: 13px;
	padding-bottom: 7px;
	padding-top: 5px;
}
#content h6 {
	font-size: 13px;
	color: #a74e07;
	padding-bottom: 7px;
}
.orange {
	color: #A74E07;
}
#content ul {
	padding-left: 0px;
	margin-left: 30px;
	padding-bottom: 7px;
}
#content ol {
	margin-left: 30px;
	padding-bottom: 7px;
}
#content ol li {
	list-style-type: decimal;
	font-size: 12px;
	padding-bottom: 6px;
}

.right {
	float: right;
}
#logos {
	height: 163px;
	background-image: url(images/logos.gif);
}

#content ul li {
	list-style-type: circle;
	font-size: 12px;
}



.subclass {
	font-style: italic;
}

#leftnav ul li{
	display: inline;
	padding: 0;
	margin: 0;
	background-image: url(images/buttonback.jpg);
}
#leftnav ul li a{
	text-decoration: none;
	font-size: 12px;
	display: block;
	background-image: url(images/button.gif);
	padding-top: 6px;
	padding-bottom: 6px;
	background-repeat: no-repeat;
	color: #333333;
	padding-left: 20px;
} 




#leftnav ul li a:hover, #leftnav ul li a:focus{
	color: #FFFFFF;
	background-image: url(images/button_over.gif);
}

.contentright {
	padding: 2px;
	border: 1px solid #CCCCCC;
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.contentleft {
	padding: 2px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}