* {
	margin: 0;
	padding: 0;
}
* body {
	margin: 40px 0 0 20px;
	background: white url(../images/bg.jpg) repeat-x;
	font: .8em Arial, Sans-Serif;
	color: #666666;
}
h1 {
	margin-bottom: 5px;
	color: #4c4834;
	font-size: 1.2em;
	float: left;
}
h1 a {
	text-decoration: none;
}
h2 {
	text-transform: uppercase;
	font-size: 1em;
	color: #4c4834;
	font-weight: bold;
	margin: 0 0 .8em;
}
h2 a {
	color: #4c4834;
	text-decoration: none;
}
h2 a:hover {
	color: #4c4834;
	text-decoration: none;
}
h3 {
	margin-bottom: 5px;
	color: #4c4834;
	font-size: 1em;
	float: left;
}
h7 {
	margin-bottom: 10px;
	float: left;
}
h7 a {
	padding-left:5px;
}
p {
	margin: 0 0 2em 0;
	line-height: 1.4em;
}
em {
	border-bottom: 1px dotted #fff;
	cursor: pointer;
}
a {
	color: #00baed;
	text-decoration: underline;
}
*html hr {
	margin-top: 15px;
	margin-bottom: 15px;
	border: none;
	border-top: 1px thin #D3D3D3;
}
hr {
	margin-top: 15px;
	margin-bottom: 15px;
	border: none;
	border-top: 1px solid #D3D3D3;
}
a:hover {
	color: #bad024;
	text-decoration:underline;
}
img {
	border: 0;
}
#bullets {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(../images/icons/blueAndPointy.gif);
	padding-left : 0px;
	margin-top: -20px;
}
#links {
	display: block;
	list-style-position: outside;
	list-style-type: none;
	padding-left : 0px;
	margin-top: -20px;
	cursor: pointer;
}
#links a {
	padding-left: 20px;
	background: transparent url(../images/icons/linked.gif) no-repeat;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color:#666666;
}
#links a:hover {
	font-style: normal;
	color: #42b8e9;
	font-weight: normal;
	text-decoration: none;
}
#pdf {
	list-style-position: outside;
	list-style-type: none;
	padding-left : 0px;
}
#pdf a {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding-left: 20px;
	background: transparent url(../images/icons/0161_pdf.png) no-repeat;
	color: #666666;
}
#pdf a:hover {
	color: #42b8e9;
}
#body_bullets {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(../images/icons/blueAndPointy.gif);
	padding-left : 0px;
}
#arrow_bullets {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(../images/icons/0099_sosimple.png);
	padding-left : 0px;
}
#pdf_body {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(../images/icons/0161_pdf.png);
	padding-left : 0px;
}
* html ul li {
	list-style-type: none;
	line-height: 1.9em;
}
ul li {
	list-style-type: none;
	line-height: 1.8em;
}
#wrap {
	width: 800px;
	margin: 0 auto;
}
#header {
	width: 800px;
	height: 80px;
	margin: 0 auto;
}
.logo {
	padding-top: 10px;
}
#user {
	color: white;
	float: right;
	width:300px;
	position: relative;
	top: 0px;
}
#nav {
	width: 800px;
	height: 55px;
	margin: 0 auto;
}
#menu {
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 0;
	padding-top: 12px;
	float: left;
	list-style: none;
}
*html #menu {
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 0;
	padding-top: 10px;
	float: left;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	margin-right: 50px;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
}
#menu a:hover {
	color: #bad024;
	font-weight:normal;
}
#menu .active a {
	font-weight:bold;
	color: #00baed;
}
#banner {
	clear: both;
	height: 265px;
	padding-bottom: 35px;
	width: 800px;
	margin: 0 auto;
}
*html #internal_banner {
	clear: both;
	padding-bottom: 30px;
	height: 150px;
	width: 800px;
	margin: 0 auto;
}
#internal_banner {
	clear: both;
	padding-bottom: 45px;
	height: 150px;
	width: 800px;
	margin: 0 auto;
}
.objects {
	float: left;
	height: 0px;
	width: 0px;
	color: #999999;
	padding: 15px 0 0;
}
.welcome {
	padding-bottom: 10px;
	height: 27px;
	width: 485px;
}
.titles {
	float: left;
	padding-top: 7px;
	padding-bottom: 17px;
	height: 27px;
	width: 300px;
}

.three_col {
	margin-left: 0;
	margin-bottom: 16px;
	margin-right: 0px;
	margin-top: 0;
	padding-top: 0px;
	float: left;
	width: 370px;
	padding-bottom: 25px;
}
.four_col {
	margin: 0 16px 0 0;
	padding-top: 0px;
	float: left;
	width: 470px;
	padding-bottom: 25px;
}
#left_col {
	margin: 0 16px 0 0;
	padding-top: 0px;
	float: left;
	padding-bottom: 25px;
}
.pd_right {
	margin-right: 30px;
}
.pd_left {
	margin-left: 10px;
}
.gray-box {
	background-color: #ffffff;
	padding-top: 10px;
	float: left;
	margin: 0 0 25px;
}
.box {
	background-color: #f5f5f5;
	padding-top: 10px;
	float: left;
	margin: 0 0 25px;
	background: url(../images/sectional.gif) repeat-x right top;
	border: 1px solid #e0e0e0;
	color:#999999;
}
.three {
	background-color: #f5f5f5;
	width: 248px;
}
.four {
	background-color: #f5f5f5;
	width: 350px;
}
.sectional_title {
	padding-top: 1px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.sectional_text {
	padding-top: 30px;
	padding-right: 5px;
	color: #666666;
	padding-left: 10px;
}
.info {
	border: 1px solid #e0e0e0;
	background: #f4f4f4;
	padding: 7px;
}
#footer {
	padding-left: 15px;
	padding-bottom: 20px;
	padding-right: 15px;
	padding-top: 5px;
	font-size: 11px;
	clear: both;
	width: 800px;
	border-top: 1px solid #D3D3D3;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
.bug {
	background: #fff url(../images/bug.gif) no-repeat;
	height: 30px;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0px;
	margin-top: 5px;
}
.copyright {
	padding-left: 40px;
	padding-top: 7px;
}

