html, body {
	margin:0;
	padding:0;
	border:0;
	font-family:"Bell Gothic STD", Calibri, "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#FFF;
	color:#FFF;
}

.shell {
	width:806px;
	margin:auto;
	padding:10px 0;
}

.banner {
	height:178px;
	background-image:url(images/banner.gif);
	background-repeat:no-repeat;
}

.main {
	background-color:#678ea1;
	background-image:url(images/btm.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:20px;
}

.nav {
	height:35px;
	line-height:35px;
	padding-left:45px;
	background-image:url(images/top.gif);
}

.nav ul {
	padding:0;
	margin:0;
	list-style:none;
}
.nav ul li:first-child {
	background-image:none;
}
.nav li {
	padding:0;
	margin:0;
	float:left;
	background-image:url(images/home_navdivider.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.nav li a {
	color:#FFF;
	text-decoration:none;
	padding:10px;
}
.nav li a:hover {
	color:#cac0ab;
}
.content {
	padding:15px;
}
/* CONTENT DIVISIONS */
.col {
	float:left;
}
.c100 {
	width:100%;
}
.c70 {
	width:70%;
}
.c30 {
	width:30%;
}
.c60 {
	width:60%;
}
.c40 {
	width:40%;
}
.tacenter {
	text-align:center;
}
.clear {
	clear:both;
}
.pdfbox {
	width:132px;
	background-color:#729cb0;
	margin:5px;
	float:left;
	padding-left:50px;
	background-image:url(images/pdficon.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:60px;
	border:1px solid #09F;
}
.pdfbox:hover {
	border-color:#06F;
	cursor:pointer;
	cursor:hand;
}
a .pdfbox, .pdfbox, .pdfbox a {
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}
a {
	text-decoration:none;
}
/* END CONTENT DIVISIONS */
/* FOOTER */
.footer {
	height:20px;
	text-align:center;
	color:#678ea1;
}
/* END FOOTER */

h1, h2, h3, h4, h5, p {
	margin:0;
}
h1, p {
	padding-bottom:15px;
}
h2, h3, h4, h5 {
	padding-top:8px;
}
h2 {
	font-size:18px;
}
/* regular dl styles */
dl { width:100%; margin:0; padding-bottom:4px;}
dt { width:30%; float:left;}
dd { width:69%; margin-left:31%;}
/* end regular dl styles */
.inputwidth {
	width:155px;
}
img { border:none;}
a.normaltext { text-decoration:none; color:#FFF;}
