/* CSS Document */

#nav_top
{
display:none;
}

#wrapper, #content {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none;
	}


/*from general.css */
body {
background-color: #FFFFFF;
color: #787878;
font-family:  Arial, Helvetica, sans-serif;
font-size: 10pt;
margin: 0;
padding: 0;
text-align: left;
}



#content
{
margin-left:210px;
}

a
{
color:#C58B05;
text-decoration:none;
}

a:hover  {
text-decoration:underline;
}

 #content li
{
	margin-left:35px;
	list-style-type: square;
}

h1,  h2{
margin: 10px;
color; #A2A2A2;
}

h1{
font-size: 110%;
}

h2{
font-size: 100%;
}

.imageleft{
float: left;
margin: 10px 5px 5px 5px;
border:0;
padding:0;
}

.image_right{
float: right;
margin: 0 0 20px 15px;
border: 0px solid #000000;
}

.image_center{
margin: 0 0 0 0;
border: 0px solid #000000;
}

#banner_section {
height: 38px;
background-repeat: no-repeat;
background-image:url(../images/banner_section_bg.jpg);
font-size:130%;
font-weight:bold;
margin: 10px 0 0 210px;
padding: 7px 0 0  0px;
}

.banner_box {
height: 38px;
background-repeat: no-repeat;
background-image:url(../images/banner_box_bg.jpg);
font-size:130%;
font-weight:bold;
margin: 10px 0 0 10px;
padding: 5px 0 0 0px;
}

#content hr
{
	color:#A2A2A2;
	width:97%;
	margin: 0 10px 0 10px;
	line-height:1px;
}

 .box
{
border: 2px solid #CCCCCC;
text-align:left;
padding: 5px;
margin: 7px 0 0 0;
}

.box ul li, #content .box ul li
{
margin-left:5px;
list-style-image:url(../images/bullet_yellow.jpg);
}

ul
{
margin-left:5px;
}


/* from left_col.css */

#leftcol
{
width:190px;
float:left;
margin-top:10px;
}
