/* CSS Document */
a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;}
a:link {
	color: #1F588A;
	text-decoration: none;}
a:visited {
	text-decoration: none;
	color: #1F588A;}
a:hover {
	text-decoration: underline;
	color: #1F588A;}
a:active {
	text-decoration: none;
	color: #1F588A;}
body {
	background-image: url(/images/bck_blue.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	clear: left;
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	line-height: 16px;	}
H1 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	letter-spacing: 2pt;
	font-weight:normal;
	text-align:right;
	text-transform: uppercase;
	line-height:1;
	padding:0;
	margin:0;}
H2,H3,H4, .Heading {	
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: normal;
	text-align:left;
	text-transform: uppercase;
	line-height:1;
	padding:0;
	margin:0;}
.Heading {
	font-size: 13px;
}
/*Not Used*/
.Caption {
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 9px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;}
.Body1 {
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 1.5;}

.sideNav, .sideListing, .sideHeading {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	font-weight: bold;	
	margin: 0;
	padding: 0;}
.sideNav {
	line-height: 3;
	list-style: square inside none;}
.sideHeading {
	color: #FF0000;
	font-size: 14px;	
	margin-top: 5px;
	margin-bottom: 5px;	
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;}
.sideListing { 
	color: #FF0000;
	line-height: 1.25;
	list-style: disc inside none;}

#navigationJustify {
	position: relative;
	width: 700px;
	height: 23px;
	margin-left: 12px;
	margin-right: 12px;
	background-color: white;}
ul#nav, 
ul#nav ul{
	padding: 0;
	margin:0;
	list-style: none;
	line-height: 2;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;}
ul#nav a {
	text-align: center;
	display: block;
	width: 100px;
	color: #333333;
	text-decoration: none;}
ul#nav a:visited {
	color: #333333;
	text-decoration: none;}
ul#nav a.daddy {
	background: url(/images/arrow-right3.gif) center right no-repeat;}
ul#nav li {
	float: left;
	width: 100px;}
ul#nav li ul {
	position: absolute;
	background: white;
	width: 150px;
	left: -999em;
    margin-right: 1px;
	border: 1px solid #CCCCCC;
	height: auto;
	font-weight:normal;}
ul#nav li li {
	width: 150px;
	line-height: 1.75;	
/*	height: 1.5em;*/}
ul#nav li ul a {
	text-align: left;
	margin: 1px 1px 0 1px;
	letter-spacing: normal;
	width: 150px;}
ul#nav li ul ul {
	margin: -20px 0 0 150px;}
ul#nav li:hover ul ul,
ul#nav li.sfhover ul ul {
	left: -999em;}
ul#nav li:hover ul, 
ul#nav li li:hover ul, 
ul#nav li.sfhover ul, 
ul#nav li li.sfhover ul {
	left: auto;}
ul#nav li a:hover {
	text-decoration: underline;
	color: #1F588A;}
ul#nav li:hover, 
ul#nav li.sfhover {
	background: #CCCCCC;}
.on {
	color: #000033;
	text-decoration: none;}	
.menuBackground {
margin-left: 25px;
margin-right: 25px;}

.brightLink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;}
.brightLink:link {
	color: #0000FF;
	text-decoration: none;}
.brightLink:visited {
	text-decoration: none;
	color: #0000FF;}
.brightLink:hover {
	text-decoration: underline;
	color: #0000FF;}
.brightLink:active {
	text-decoration: none;
	color: #0000FF;}
