body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0;
	margin: 0;
	line-height: normal;
}
a {
	color: #000000;

}
/*---------- Top Banner ----------*/
/*-- Background Colors --*/
.bgRedBrown {
	background-color: #3D1803; 
}
.bgBlack{
	background-color: #000000;
}
.bgDarkBlue{
	background-color: #0D173A;
}
.bgDarkGray{
	background-color: #262D38;
}
.bgNavyBlue {
	background-color: #00003F; 
}
.bgBrown {
	background-color: #392B24; 
}
/*-- Logo --*/
.logoBlock {
	padding: 10px;
	padding-left: 35px;
}

/*---------- Content ----------*/
#content {
	font-weight: normal;
	text-decoration: none;
	line-height: 1.5em;
	padding: 40px 35px 5px 120px;
	margin: 0;
	font-size: 1em;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	text-decoration: none;
}
.smallerfont{
	font-size: 0.90em;
}
.title h1,
.title img{
	margin: 0;
	margin-bottom: 0.2em;
	line-height: 1.4em;
}
.title img{
	margin-top: 0.4em;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 1.5em;
}
h3{
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
}

.biggerfont{
	font-size: 1.1em;
}
#content2 {
	font-weight: normal;
	text-decoration: none;
	line-height: 1.5em;
	margin: 0;
	padding: 10px 35px 30px 35px;
	font-size: 1em;
}

.copyright{
	font-size: 0.95em;
}

ul{
	margin: 0;
	margin-left: 16px;
	padding: 0;
}

ul li{
	margin: 0;
	padding: 0;
	list-style-type: disc;	
}

.doubleSpace li{
	padding-bottom: 1em;

}
.listsetback50px {
	margin-left: 50px;
}	
.referenceLine{
	display: block;
	width: 200px;
	height: 1px;
	line-height: 1px;
	border-bottom: 1px solid #999999;
}
.txblue{
	color: #1151AF;
}

/*---------- Bottom Banner ----------*/

.pbBottomRight{
	font-size: 1.8em;
	padding: 20px;
	padding-right: 35px;
}




