/* CSS Document */

html, body, ul, li {margin: 0; padding: 0; border: 0;}

ul.list, li.list {
	padding-left:30px; color:#000000; font-size: .9em;
}

body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	background-color:#FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#main_wrapper {
	width:900px; /* widths of columns will change proportionately as this width is changed */
	margin-top:20px;
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	margin-bottom: 5px;
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	background-color: #FFFFFF;
	height:auto;
	border:#A39161;
	border-style:solid;
	border-width:1px;
	padding-bottom:5px;
}

div#logo{
	padding-top:5px;
	height:auto; width:318px;
	float:left;
}

div#flash{
	background-image:url(../images/graphics/topbar.gif);
	height:143px;
	width: 582px;
	float:right;
	background-repeat:no-repeat;
	vertical-align: top;
}

div#leftcolome{
	width:218px; height:auto;
	float:left; border-right-color:#A39161; border-right-width: 1px; border-right-style:solid;
}

div#nav{
	width:218px; height:auto; 
	background-color:#FFFFFF;
	border-bottom:#A39161; border-bottom-style:solid; border-bottom-width:1px; float:left;
}

div#belownav{
	width:218px;
	text-align:center;
	padding-bottom:30px; float:left;
}

div#content{
	float:right;
	background-color:#FFFFFF;
	width:680px; height:auto;
}

div#copy{
	width: 600px; padding-left: 40px; padding-right: 40px;

}

div#content_left{
	background-color:#FFFFFF;
	width:310px;
	float:left;
	padding-left:40px;
	padding-top:0px;
	padding-right:10px;
	border-right-style:none;
	border-right-width:1px;
}
div#content_right{
	background-color:#FFFFFF;
	width:195px;
	float:left;
	padding-left:20px;
	padding-top:0px;
	padding-right:20px;
}

div#footer{
	background-image:url(../images/graphics/9pixsolidline.png);
	background-repeat: no-repeat;
	width:800px; height:9px;
}
div#clear_both{
	clear:both; width:auto; height:0px;
}
div#copyright{
	margin: 10px; 
	color: #555; 
	font-size: .8em;
	text-align: center;
}

h1,h2,h3,h4,.highlight {color:#000000; font-family: Verdana, Arial, Helvetica, sans-serif; margin: .6em 0px;}
h1 {font-size: 1.5em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.1em; margin-bottom: -5px; margin-top:15px;}
h4 {font-size: 0.9em; margin-left:0px;}
h5 {font-size: 0.9em; color:#000000; margin-left:0px;}
h6 {font-size: 0.7em; font-weight:normal;}
h7 {font-size: 0.5em; font-weight:normal;}
p {color:#000000; font-size: .9em; margin: .9em 0px; line-height: 1.3em;}
p-1 {color:#000000; font-size: .8em; margin: .6em 10px; line-height: 1.3em;}
