
body 
{
	/* Default Text Styles */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #3b4954;
	letter-spacing:normal;
	
	/* BG Layout & Settings */
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	
	/* Any Other Defaults */
	list-style-type: disc;
}

div 
{
	border:		0;
	padding:	0;
	margin:		0;
	text-align:	left;
}

div#wrapper
{
	width:		761px;
	margin:		auto;
	background-color:#A1AAAA;
}

div#header
{
	width:			701px;
	height:			45px;
	padding-left:	60px;
	background:		url(header.jpg) #035783 top left no-repeat;
}
div#header img 
{
	height:	45px;
	width:	286px;
	border:	0;
}

div#footer
{
	clear:			both;
	width:			711px;
	height:			23px;
	padding-left:	50px;
	background:		url(footer.jpg) #EDEFEF top left no-repeat;
}
div#footer img
{	
	height:	23px;
	width:	180px;
}

div#main
{
	width:				761px;
	background-color:	#A1AAAA;
}

div.left_nav	/* Restyle with IDs for perpage formatting */
{
	float:				left;
	width:				211px;
	font-size:			0px;
	line-height:		0px;
	background-color:	#A1AAAA;
}

div.copy		/* Restyle with IDs for perpage formatting */
{
	float:				left;
}

div#print, div#print_footer, div#print_header /* text that will display only when printing - used to print out image text without images */
{
	display: none;
	padding: 0 !important;
	maring: 0 !important;
}

div#main_clear
{
	height:		0px;
	clear:		both;
	width:		761px;
	font-size:	0px;
	line-height:0px;
	display:none;
}

/* Titles */
h1
{
	font-weight:	bold;
	font-size:		14px !important;
	font-size:		14px;
	line-height: 	14px !important;
	line-height:	17px;
	padding:		0;
	margin:			0;
	padding-bottom:	9px !important;
	text-transform:	uppercase;
	letter-spacing:	2px;
	color:			#dfe1e3;
}
h1.second
{
	padding-top:7px !important;
	padding-top:9px;
	padding-bottom:	9px !important;
	padding-bottom:3px;
	line-height:17px !important;
	line-height:13px;
}

h2
{
	font-weight:	bold;
	font-size:		12px !important;
	font-size:		13px;
	line-height:	17px;
	padding:		0;
	margin:			0;
	padding-bottom:	9px !important;
	padding-bottom:	13px;
}

p
{
	font-weight:400;
	letter-spacing:normal;
	padding-top:0;
	margin-top:0;
	margin-bottom:1em !important;
}	