HTML {   overflow: -moz-scrollbars-vertical;}

body { 
	margin: 0; 
	padding: 0; 
	background-color:#fff	
 }
 
/* this is for the top left navigation */
#nav {
	position:absolute;
	left:12px;
	top:40px;
	}
.nav {
	font-size: 8pt;
 	FONT-FAMILY: "Verdana", "Arial", "Helv", "Sans Serif";
 	text-transform: uppercase; 
}

a:link    {
	text-decoration: underline;
	font-size: 9pt;
	FONT-FAMILY: "Verdana", "Arial", "Helv", "Sans Serif";
	color: #00234d;
	}
a:visited {
	text-decoration: underline; 
	font-size: 9pt;
	FONT-FAMILY: "Verdana", "Arial", "Helv", "Sans Serif";
	color: #00234d;
	}
a:hover   {
	text-decoration: none; 
	font-size: 9pt;
	FONT-FAMILY: "Verdana", "Arial", "Helv", "Sans Serif";
	color: #df005b;
	}
a:active  {
	text-decoration: underline; 
	font-size: 9pt;
	FONT-FAMILY: "Verdana", "Arial", "Helv", "Sans Serif";
	color: #00234d;
	}

.nav a:link    {
	text-decoration: none; 
	color: #00234d;
	}
.nav a:visited {
	text-decoration: none; 
	color: #00234d;
	}
.nav a:hover   {
	text-decoration: none; 
	color: #df005b;
	}
.nav a:active  {
	text-decoration: none; 
	color: #00234d;
	}
#bottom_shad {
	position:absolute;
	top:275px;
	left:0px;
	width:100%;
	height:20px;
	background-image:url(images/bottom_shad.gif);
	z-index:2000;
	}

#top_shad {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:20px;
	background-image:url(images/bottom_shad.gif);
	z-index:2000;
	}
#left_banner {
	position:absolute;
	top:87px;
	left:0px;
	height:189px;
	width:640px;
	z-index:100;
	
}
/* this is the blue bar behind the graphic */

#mid_banner {
	position:absolute;
	top:87px;
	left:0px;
	background-image:url(images/banner-back.gif);
	height:189px;
	width:100%;
	z-index:90;
}

#mid_banner_child {
	position:absolute;
	top:77px;
	left:0px;
	background-color:#073372;
	height:20px;
	width:100%;
	z-index:90;
}

#topstripe {
	position:absolute;
	top:84px;
	left:0px;
	height:6px;
	width:100%;
	background-color:#df005b;
}

#topstripe_child {
	position:absolute;
	top:74px;
	left:0px;
	height:6px;
	width:100%;
	background-color:#df005b;
}

#logo {
	position:absolute;
	right:15px;
	top:15px;
	width:414px;
	height:48px;
	background-image:url(images/logo.gif);
	z-index:3110;
	}
/* this is the text pod in front of the main banner, home page */
	
#newspod {
	position:absolute;
	left:0px;
	top:76px;
	width:100%;
	z-index:300;
	}
	
.newspod a:link    {
	text-decoration: none; 
	}
.newspod a:visited {
	text-decoration: none; 
	}
.newspod a:hover   {
	text-decoration: underline; 
	}
.newspod a:active  {
	text-decoration: none; 
	}

.newspod {
	font-size: 9pt;
 	FONT-FAMILY: "Verdana", "Arial", "Helv", "Sans Serif";
 	color: #fff;
 	line-height:1.6;
}


#leftnav {
	position:absolute;
	left:5px;
	top:320px;
	}

#leftnav_child {
	position:absolute;
	left:5px;
	top:120px;
	}
	
#newsgif_child {
	position:absolute;
	right:140px;
	top:105px;
	}
#news_child {
	position:absolute;
	right:5px;
	top:140px;
	width:180px;
	}

/* top right bottom left */

#content {
	margin:300px 50px 0 180px;
	}

#content_child {
	margin:120px 200px 0 180px;
	}

.main {
	COLOR: #333;
 	font-size: 9pt;
 	FONT-FAMILY: "Verdana", "Arial", "Helv", "Sans Serif";
 	line-height: 1.5;
}

#horiz {
	margin-top:20px;
	background-image:url(images/ball.gif);
	width:95%;
	height:11px;
	background-repeat:repeat-x;
	}


.news a:link    {
	text-decoration: none; 
	color: #00234d;
	}
.news a:visited {
	text-decoration: none; 
	color: #00234d;
	}
.news a:hover   {
	text-decoration: none; 
	color: #df005b;
	}
.news a:active  {
	text-decoration: none; 
	color: #00234d;
	}

.small a:link    {
	text-decoration: none; 
	color: blue;
	}
.small a:visited {
	text-decoration: none; 
	color: #00234d;
	}
.small a:hover   {
	text-decoration: none; 
	color: #df005b;
	}
.small a:active  {
	text-decoration: none; 
	color: #00234d;
	}
	
h3 { 
	color:#df005b;
	font-size:11px;
	padding: 0;
	margin-bottom:0px;
	}

.news {
	font-size: 8pt;
 	FONT-FAMILY: "Verdana", "Arial", "Helv", "Sans Serif";
 	color: #e0e0e0;
 	line-height:1.4;
}

.small {
	COLOR: #333;
 	font-size: 8pt;
 	FONT-FAMILY: "Verdana", "Arial", "Helv", "Sans Serif";
 	line-height: 1.4;
}

.featured {
	COLOR: #00234d;
 	font-size: 8pt;
 	FONT-FAMILY: "Verdana", "Arial", "Helv", "Sans Serif";
 	line-height: 1.4;
}


h1 { 
	color:#00234d;
	font-size:14px;
	}
.footer {
	font-size: 11px;
}
	.footer a:link    {text-decoration: none; color: #00234d;}
	.footer a:visited {text-decoration: none; color: #00234d;}
	.footer a:hover   {text-decoration: none; color: #df005b;}
	.footer a:active  {text-decoration: none; color: #00234d;}

	

			
/* ################################################################################
THE FOLLOWING IS FOR THE First Mobile GPS Homepage, added by Michael Reda on 5/4/2009 
It is meant to modify the following file: "../gps/index.htm"                  
###################################################################################*/	
#linksGPS 	{float: right; 
			text-align: left;
			width: 17em; 
			font-weight: bold;
			background-color: FFFFCC; 
			border-style: outset; 
			border-width: 0.5em; 
			margin-top: -0.5em; 
			margin-right: 1em;
			padding: 2px 8px 2px 8px; 
			clear: left;
			}
			
#RightSideGPS 	{float: right; 
				width: 17em; 
				margin-top: 5em;
				margin-right: 4em;
				clear: left;
				font-size: 12px;
				}		
#RightSideGPS table 	{float: right; 
				width: 17em; 
				margin-top: 1em;  
				margin-left: 0em;
				margin-right: 0.5em;
				clear: left;
				font-size: 12px;
				}		
	
#leftSideGPS	{
	margin-left: 5em;
	margin-top: 5em;
			}

#leftSideGPS h5{
		line-height: 1.4em;
			}
#leftSideGPS h3{
		font-size: 16px;
			}

#content_child_3 {
	margin:10px auto 0 50px;
	white-space: nowrap;
	}
.main3 {
	COLOR: #333;
 	font-size: 11pt;
 	FONT-FAMILY: "Verdana", "Arial", "Helv", "Sans Serif";
 	line-height: 2.5;
	}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
