body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 60%;
	line-height: 140%;		
	color: #462E16;
	text-align: left;
}

/* positioning */
.floatLeft {
	display: inline;
	float: left;
}
.floatRight {
	display: inline;
	float: right;
}

.clearAll {
	clear: both;
	float: none;
}

.mTop5 {
	margin-top: 5px;
}

.mTop10 {
	margin-top: 5px;
}
/* lists */
ul,li {
    margin: 0px;
    padding: 0px;
/*	list-style: none;*/
}

.accessText {
	display: none;
}

img{
	border: none;
}

.masthead {
	width: 100%;
}

#primaryNav {
	background-color: #D38835;
}

#primaryNav ul li {
	float: left;
	border: 1px solid #000;
	margin-right: 2px;
}

.logoText {
	padding-top: 28px;
}

.logo {
	padding-bottom: 5px;
}

.dottedSpacer {
	border-top: 1px	dashed #D38835;
	margin: 20px 0px 20px 0px;
}

.panelColor {
	background-color: #7D3F0E;
	color: #fff;
}

ul.bulletList  li {
	list-style-type: disc;
	list-style: disc;	
	margin: 0px 0px 0px 15px;
	color: #860000;
	boder: 1px solid #000;
	padding: 3px;
}

ul.subBulletList  li {
	list-style-type: circle;
	list-style: circle;	
	margin: 5px 0px 5px 15px;
	color: #860000;
	boder: 1px solid #000;
}