html {
	height: 100%;
	}
body {
	background: #ccc url(../images/style/pagebg.jpg) center top repeat-y;
	color: #333;
	font: 12px Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	}
dd, dt, li, p {
	line-height: 150%;
	}
table, td, tr {
	margin: 0;
	padding: 0;
	}
table tr td img {
	display: block;
	}

/* #nav a.text {
	border-right: solid 1px #fff;
	color: #fff;
	display: block;
	font: .8em arial, helvetica, sans-serif;
	height: 11px;
	padding: 40px 0 8px 6px;
	text-decoration: none;
	width: 108px;
	} */
	
#container {
	background: #fff url(../images/style/container_bg.jpg) repeat-x 0 70px;
	display: block;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 930px;
	z-index: 0;
	}

#header {
	background: #fff url(../images/style/top.jpg) no-repeat;
	padding-top: 31px;
	}

#logo {
	background: url(../images/style/logo_bg.jpg) repeat-x;
	display: inline;
	height: 61px;
	width: 301px;
	}

#drop1 a, #drop2 a, #drop3 a, #drop4 a {
	height: 21px;
	margin: 0;
	padding: 0;
	}

#quicklinks {
	padding-top: 30px;
	width: 301px;
	}
#quicklinks a:link {
	background: #fff;
	color: #666;
	text-decoration: none;
	}
#quicklinks a:visited {
	background: #fff;
	color: #888;
	text-decoration: none;
	}
#quicklinks a:hover {
	background: #fff;
	color: #c00;
	text-decoration: none;
	}
#quicklinks a:active {
	background: #fff;
	color: #666;
	text-decoration: none;
	}
#quicklinks h2 {
	color: #c00;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 0 0 5px 30px;
	}
#quicklinks ul {
	list-style: none;
	margin: 0 0 10px 50px;
	padding: 0;
	}
#quicklinks li {
	margin: 0 0 5px 0;
	}
#content {
	padding: 30px 0 50px 15px;
	width: 509px;
	}
	
#footer {
	background: #fff url(../images/style/top.jpg) no-repeat;
	bottom: 0;
	clear: both;
	display: block;
	height: 31px;
	margin: 0;
	padding: 0 0 0 308px;
	position: absolute;
	width: 622px;
	z-index: 999;
	}
#footer p {
	font-size: 10px;
	margin-top: 7px;
	}
.bodytext {
	margin: 12px 40px 12px 0 !important;
}
.main {
	font-size: 12px;
	line-height: 150%;
}
.main a {
	color: #00f;
}
.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	list-style-image: url(../images/bullet_red.gif);
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #c00;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #c00;
}