/* =GENERAL STYLES
----------------------------------------------- */
/* zero out margin and padding */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td { 		
	margin: 0; 
	padding: 0; 
}
/* turn off list styles by default
----------------------------------------------- */
li { list-style: none; }

/* body
----------------------------------------------- */
body {
	background: url(images/nubg.gif) repeat-x top left;
	color: #5F5E5E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	width: 100%;
	}
	
	
	
	
	
	
	
/* links
----------------------------------------------- */
a:link { color: #072372; text-decoration: underline;}
a:visited { color: #072372; text-decoration: underline; }
a:hover { color: #888888; text-decoration: none;}
a:active { color: #4FA800; text-decoration: none;}
i { font-style: italic;}
b { font-weight: bold;}
/* print logo
----------------------------------------------- */
#printLogo { display: none; }
/* clear fixes
----------------------------------------------- */
.clearIt {
	clear:both;
	height:0;
	margin:0;
	padding:0;
	font-size:0.05px;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1%;
}

.copy {
	color: #5F5E5E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 73%;
	}
	
.copy2 {
	color: #5F5E5E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 93%;
	}
.title {
	color: #5F5E5E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	}
	
.header {
	color: #800000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	}



.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	list-style-type: square;
}
.footer A
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;

}
.footer A:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}
.footer A:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;

}
.footer A:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;


	}