/*  MAIN FONT STYLES  */
body {
	background-attachment: scroll;
	margin: 0px 0px;
	background-image: url(../images/bg_scanTile.gif);
	}

body, p, caption, td, li, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #737387;
	line-height: 1.2em;
	}
	
h2 {
	color: #0B2347;
	font-size: 13px;
	margin-top: 1.5em;
	margin-bottom: -8px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	}
	
strong {
	color: #455569;
	}
	
	
/*  MISC CLASSES  */
.padding-right {
	padding-right: 8px;
	}
	
#content {
	border-left: solid #0B2347 1px;
	border-right: solid #0B2347 1px;
	}
.bottomBorder {
	border-bottom: solid #0B2347 1px;
	}
.topBorder {
	border-top: solid #0B2347 1px;
	}
	
	
/*  FOOTER STYLES  */		
#foot {
	margin-top: 8px;
}		
#foot p{
	text-align: center;
	font-family: "Trebuchet ms", Arial, Helvetica, Verdana, sans-serif;
	margin: 0 0;
	line-height: 1.5em;
	}

#copyright {
	font-size: 10px;
	color: #455569;
	padding-top: 8px;
	}

.footDivider {
	color: #0B2347;
	}
	
	
/*  FOOTER LINK STYLES  */	
.footCategory {
	font-weight: bold;
	color: #11346B;
	}
.footCategory a:link {
	color: #11346B;
	text-decoration:none;
	}
.footCategory a:visited {
	color: #11346B;
	text-decoration:none;
	}
.footCategory a:hover {
	color: #0B2347;
	text-decoration: underline;
	}
.footCategory a:active {
	color: #11346B;
	text-decoration: none;
	}
	
.footPage {
	color: #737387;
	padding: 0 4px 0 0;
	}
.footPage a:link {
	color: #737387;
	text-decoration: none;
	}
.footPage a:visited {
	color: #737387;
	text-decoration: none;
	}
.footPage a:hover {
	color: #5879E4;
	text-decoration: underline;
	}
.footPage a:active {
	color: #737387;
	text-decoration: none;
	}
