body{
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	background-color: #cccccc;
}

img { border: none; }


/*ul { padding-left: 0px; } needed for Netscape Navigator to act like IE with List Items */
p  { margin: 0px; }		  /*needed for FireFox */

.orangeFont	   { color: #E4481F; }
.darkBlueFont  { color: #000066; }
.lightBlueFont { color: #8fa8d9; }

h1 {
	color: #000080;
	font-size: 20px; 
	font-weight: bold;
	text-decoration: none;
}
h2 {
	color: #000000;
	font-size: 16px;  
	text-decoration: underline;
	font-weight: bold;
}
h3 {
	color: #494947;
	font-size: 14px; 
	text-decoration: underline;
	font-weight: bold;
}
h4 {
	color: #F24F00;
	font-size: 12px;  
	font-weight: bold;
	text-decoration: underline;
}
h5 {
	color: #000080;
	font-size: 12px;  
	font-weight: bold;
	text-decoration: underline;
}

/******* hyperlink tag styles *******/
/* No Default Hyperlink Styles.  Controlled per Div section */

/**************************************/
/*        BANNER Styles               */
/**************************************/
#Wrapper 
{
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

#Banner
{
	background-position: url('../../images/banner/banner_bg.gif');
	width: 100%;
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #b7bcbf;
	z-index: 100;
	background: url('../../images/banner/banner_bg.gif');
	background-repeat: repeat-x;
}

#Banner_print { display: none; }

/****************************************/
/*           MENU Bar                   */
/****************************************/
#Banner_Bar
{
	position: relative;
	display: block;
	width: 100%;
	height: 20px;
	background-color: #000066;
	padding: 0px;
	margin: 0px;
	text-align: left;
	border-bottom: solid 1px #000066;
	z-index: 101;
	font-size: 8pt;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
}

/****************************************/
/*           CONTENT Styles             */
/****************************************/
#Content 
{
	width: 100%;
	position: relative;
	display: block;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	z-index: 100;
}

#Content a {
	color: #000066;
	text-decoration: none;
}
#Content a:link {
	color: #000066;
	text-decoration: none;
}
#Content a:visited {
	color: #000066;
	text-decoration: none;
}
#Content a:hover{
	color: #E4481F;
	text-decoration: underline;
}
#Content a:active {
	color: #000066;
	text-decoration: underline;
}


/****************************************/
/*           FOOTER Styles              */
/****************************************/
#Footer
{
	position: relative;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	text-align: center;
	color: #CCCCCC;
	float: none;
	clear: both;	
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #000066;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#Footer a 
{
	color: #CCCCCC;
	text-decoration: none;
}
#Footer a:link 
{
	color: #CCCCCC;
	text-decoration: none;
}
#Footer a:visited 
{
	color: #CCCCCC;
	text-decoration: none;
}
#Footer a:hover 
{
	color: #E4471F;
	text-decoration: underline;
}
#Footer a:active 
{
	color: #E4471F;
	text-decoration: underline;
}
#Footer hr 
{ /* ALL THE FOLLOWING SETTINGS ARE REQUIRED FOR MAC */
	width: 95%;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom: #cccccc 2px solid;
	/*text-align:center;*/ /* this setting is not recognized in Safari/MAC */
}

