body {
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	background-color: #262626;
	font-family: "Trebuchet MS", Arial, Helvetica, sabs-serif;
}

form {
	padding:0px;  margin:0px;
	}
	
hr {
	color: #fff; background-color: #fff; border: 1px dotted #CCCCCC; height:1px; width:100%; 
	}

/**********************************/
/* headers                        */
/**********************************/


h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight:normal;
}

h1{
	font-size: 20px;
	font-weight:normal;
	color: #fbec86;
	margin: 0px;
	padding-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
}

h2{
	font-size: 18px;
	font-weight:normal;
	color: #87aaa7;
	margin: 0px;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
}

h3{
	font-size: 16px;
	font-weight:normal;
	color: #87aaa7;
	margin: 0px;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
}

h4{
	font-size: 14px;
	font-weight:bold;
	color: #D8D8D8;
}

h5{
	font-size: 14px;
	font-weight:bold;
	color: #000000;
}


/**********************************/
/* Layout ID's                    */
/**********************************/

#full_wrapper {
	width:100%;
	position:relative;
	background-image:url(../images/image.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	padding:0px;
	margin: 0px;
}

#main_container {
	width:813px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}

#table_top {
	width:813px;
	height:102px;
	vertical-align:top;
}

#table_middle {
	width:799px;
	padding: 6px;
	border: 1px solid #93a6a5;
	background-repeat: repeat-y;
	min-height: 354px;
}

#table_bottom {
	width:813px;
	clear: both;
	text-align: right;
	font-size: 11px;
	color: #a9a9a9;
	padding-top: 15px;
}

#table_bottom a:link, #table_bottom a:visited {
	color:#3e594c;
	text-decoration:none;
}

#table_bottom a:hover {
	color:#BBBBBB;
}

#left_column {
	width:203px;
	margin: 0px;
	float: right;
	padding: 19px;
	background-image: url(../images/column_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	min-height:346px;
	color: #FFFFFF;
	font-size: 12px;
}

#left_column p{
	margin:0px;
}

#main_content {
	width: 502px;
	margin-left: 0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:247px;
	border:none;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 22px;
	padding: 25px;
}

#main_content p{
	margin:0px;
	padding-bottom: 14px;
	padding-top: 4px;
}

#content_wrapper {
	background-image:url(../images/content_tile.gif);
	background-repeat: repeat-y;
	background-position: right;
}

/* Hides from IE5-mac \*/
* html #left_column {margin-left:-3px;}
* html #main_content {
	margin-left:-3px;
	margin-right: 244px;
}
/* End hide from IE5-mac */

/**********************************/
/* Classes                        */
/**********************************/

.clearboth {
	clear:both
}

a.content_links:link, a.content_links:visited {
	color:#fbec86;
}

a.content_links:hover {
	color:#FFFFFF;
}

.pdf_list {
	list-style-position: outside;
	list-style-image: url(../images/icon_pdf.gif);
	list-style-type: none;
}

.yellow {
	color:#fbec86;
}

.blue {
	color:#87aaa7;
}

/**********************************/
/* Horizontal Navigation          */
/**********************************/

#navcontainer {
	padding:0px;
	text-align:center;
}

ul#navlist {
	margin: 0px;
	padding: 30px;
	margin-top:0px;
	white-space: nowrap;
}

#navlist li {
	display: inline;
	list-style-type: none;
	margin:0px;
}

#navlist a { 
	padding: 10px 20px;  /* top/bottom   left/right */
}

#navlist a:link, #navlist a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	background-color: #666;
	text-decoration: none;
}

#navlist a:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}

/**********************************/
/* Vertical   Navigation          */
/**********************************/

#v_navcontainer {
	width: 203px;
	font-size:12px;
	color: #FFFFFF;
}

#v_navcontainer ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-top: 6px;
}

#v_navcontainer a
{
	display: block;
	padding: 6px;
	width: 191px;
	border-bottom: 1px solid #b3b3b3;
	padding-top:4px;
	padding-bottom:4px;
}

#v_navcontainer a:link, #v_navlist a:visited
{
	color: #e8e8e8;
	text-decoration: none;
	font-size:12px;
}

#v_navcontainer a:hover
{
	color: #fbec86;
}

