/* GLOBAL STYLES */

/* COLOR PALLETTE: 
	Dark Red:#990000
	Dark Blue: #00264D
	Light Blue: #F5F5F5
	Silver: #F5F5F5  
*/
	
body {
	margin: 0px;
	font-size: 62.5%;
 	text-align: center;
	}
	
p, td, li, dd, blockquote, dt{
	font-family: verdana;
	font-weight: normal;
	text-align:left;
	}

	/* Inline text hyperlinks */
a:link {
	font-family: verdana;
	font-weight: bold;
	font-size: 0.9em;
	color: #000000;
	text-decoration: underline;
	}
		
a:hover {
	font-family: verdana;
	font-weight: bold;
	font-size: 0.9em;
	color: #990000;
	text-decoration: underline;
	}

a:visited {
	font-family: verdana;
	font-weight: bold;
	font-size: 0.9em;
	color: #00264D;
	text-decoration: underline;
	}
		
/* ================================================================= */
/* Page Wrapper														 */
/* Required for app pages - directly inside the body tag			 */
/* ================================================================= */
#pageWrapper 
{
	width:1000px;
	padding:0px;
	background-color: #F5F5F5;
	margin-left: 0px;
	margin-right: 0px;
	horizontal-align:center;
}
	
/* ================================================================= */
/* Horizontal Navigation Section									 */
/* Required for app pages - not part of help pages					 */
/* Blue navigation bar beneath spotlight image.						 */
/* ================================================================= */
#horizNav 
{
	width:				1000px; 
	border:				solid #ffffff 1px 0px 0px 0px;
	height:				21px;
	background-color:	#ffffff;
	text-align:			left;
	padding:			0px;
}

#horizNav td 
{
	padding-top:		0px;
}
	
	
/* ================================================================= */
/* Footer Section													 */
/* Required - red bar at bottom of page.							 */
/* ================================================================= */
#footer {
	float:left; 
	background-color: #333399; 
	width:1000px; 
	padding: 0px;
	margin:0px; 
	border-top:solid 5px #F5F5F5;
	text-align:left;
	}
	
#footer td {
	color: #ffffff;
	font-size: 1em;
	font-weight:normal;
	padding-top: 0px;
	}
	
#footer a:hover {
	font-family: verdana;
	font-weight: normal;
	font-size: 0.9em;
	color: #ffffff;
	text-decoration: underline;
	padding-left: 5px;
	}
	
#footer a:visited {
	font-family: verdana;
	font-weight: normal;
	font-size: 0.9em;
	color: #ffffff;
	text-decoration: underline;
	padding-left: 5px;
	}
	
#footer a:link {
	font-family: verdana;
	font-weight: normal;
	font-size: 0.9em;
	color: #ffffff;
	text-decoration: underline;
	padding-left:5px;
	}
	


