* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-attachment: scroll;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat;
	background-position: left top;
}
#wrapper { 
 margin: 0 auto;
 width: 845px;
}
#header {
	width: 845px;
	color: #333;
	height: 150px;
	background: url(images/header.png) no-repeat;
	margin-top: 10px;
}
.logo_area {
	float: left;
	height: 82px;
	width: 450px;
	margin-top: 13px;
	margin-left: 20px;
}

.contact_area {
	float: right;
	height: 95px;
	width: 351px;
	margin-top: 13px;
	margin-right: 20px;
}

#content {
	width: 805px;
	color: #333;
	background: url(images/mid_bg.png) repeat-y left top;
	padding-right: 20px;
	padding-left: 20px;
}
#content a {
	text-decoration: none;
	font-weight: bold;
	color: #0066FF;
}


#content a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

h1 {
	font-size: 12pt;
	color: #0066CC;
}
.right_col {
	float: right;
	width: 260px;
	font-size: 9pt;
	padding: 5px;
	background-image: url(images/right_col_div.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 10px;
}
.right_col h1 {
	font-size: 10pt;
	color: #0066CC;
}
#footer {
	color: #999999;
	width: 845px;
	background: url(images/bot_bg.png);
	height: 44px;
	text-align: center;
	padding-top: 20px;
	font-size: 7pt;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #0066FF;
}


#footer a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

ul {
	line-height: 1.5em;
	margin-left: 25px;
	list-style-position: outside;
	list-style-type:none;
	position: static;

}
li {
	background-image: url(images/bullet.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom:3px;
	}
