body		{	font-family: verdana, arial, sans-serif;
			font-size: 62.5%;
			color: #000;
			text-align: center;
			background-color: #fff;
			background-image: url('/images/body_bg.gif');
			background-repeat: repeat;
		}
* 		{	margin: 0;
			padding: 0;
		}
td		{	padding: 2px;
		}
div#container	{	margin: 20px auto 0 auto;
			width: 860px;
			text-align: left;
			background-color: #fff;
			border: 1px solid #000;
			background-image: url('/images/nav_bg.gif');
			background-repeat: repeat-y;
			background-position: left;
		}
div#top		{	background-color: #000;
			color: #fff;
			text-align: right;
			padding: .5em;
		}
div#header	{	width: 100%;
			overflow: hidden;
			height: 200px;
			background-color: #0D73C8;
			color: #fff;
			background-image: url('/images/top_header_bg.gif');
			background-repeat: no-repeat;
			background-position: left top;
		}
div#header h1	{	font-size: 5em;
			margin-left: 24px;
			font-weight: normal;
			padding-top: 3px;
		}
div#header h2	{	font-size: 2.2em;
			margin-top: 35px;
			clear: both;
			text-align: right;
			padding-right: 40px;
			font-weight: normal;
		}
div#header h3	{	font-size: 1.5em;
			font-weight: bold;
			text-align: right;
			padding-right: 40px;
			padding-top: 6px;
		}
div#header h6	{	font-size: .85em;
			border-top: 2px solid #fff;
			padding-top: 4px;
			clear: left;
			float: left;	
			margin-left: 24px;		
		}
div#header div#h6container {
			border: 0;
			overflow: hidden;
		}
div.topspacer	{	background-color: #000;
			height: 8px;
			clear: both;

		}
div.spacer	{	background-color: #c3c3c3;
			height: 8px;
			clear: both;

		}
/* STYLES FOR NAVBAR LIST FLYOUTS */

div#navbar		{	width: 190px;
				float: left;
			}

div#navbar_inner 	{	padding: 0;
				font-size: 1.1em;
				margin-right: 10px;
				margin-left: 10px;
				margin-top: 15px;
			}
div#navbar_inner ul {		padding: 0;
				margin-top: 10px;
				list-style-type: none;
				border-top: 1px solid #fff;
				background-color: #0D73C8;
			}
div#navbar_inner ul li 	{	position: relative;			
				text-indent: 10px;
				list-style-type: none;
				border-right: 1px solid #fff;
				border-left: 1px solid #fff;
				border-bottom: 1px solid #fff;
				padding: .5em 0
			}
div#navbar_inner ul li:hover {	background-color: #68A9E4;
			}
div#navbar_inner a	{	display: block; 
				text-decoration: none;
			}
div#navbar_inner a:link, 
div#navbar_inner a:visited {			
				color: #fff;	
			}
div#navbar_inner a:hover {	color: #000;
				text-decoration: underline;
			}

/* hide the sub menus */

div#navbar_inner ul li ul {	visibility: hidden;
				position: absolute;
				top: -10px;
				left: 168px;
				width: 100%;
				z-index: 10;
				background-color: #348FDB;
				border-top: #fff;

			}
div#navbar_inner ul li ul li  { position: relative;	
			 }
div#navbar_inner ul li ul li:hover {
				background-color: #B3D6F6;
			}

/* make the sub menu visible on hover */

div#navbar_inner ul li:hover ul { visibility:visible;
			}
div#navbar_inner ul > a:hover ul { visibility:visible;
			
			}
/* END STYLES FOR NAVBAR LIST FLYOUTS */

div#navbar_inner img	{	border: 0;
				margin-top: 20px;
			}	

div#content 	{	margin-left: 200px; 
			font-size: 1.1em;
			line-height: 1.5em;

		}
div#content_inner {	padding: 10px;
			min-height: 350px;
		}
div#content h1	{	margin-bottom: .5em; 	
			font-size: 3em;
			color: #06c;		
		}
div#content h1.call {	clear: right;
			margin-top: 1em;
		}

div#content h2	{	margin: 20px 0 0 0; 	
			font-size: 1.5em;
			color: #06c;		
		}
div#content h3	{	margin: 1em 0 .5em 0; 	
			font-size: 1.2em;
			color: #06c;		
		}
div#content p 	{	margin: 1em 0; 	
			font-size: 1.1em;		
		}
img.imgRight	{	float: right;
			border: 0;
			margin: 0 0 5px 5px;
		}
div#footer	{	clear: both;
                       	margin: 0;
			padding: 8px;
			text-align: center;
			background-color: #0D73C8;
			color: #fff;
		}
div#footer p 	{	font-size: 1.1em;
			margin: .25em 0;
		}

div#content div#listContainer { border-top: 1px dotted #000;
				margin-top: 1em;
				margin-bottom: 2em;
			}
div#content div.listBox {	padding: 4px;
				margin-top: 2px;
				overflow: hidden;
				border-bottom: 1px dotted #000;
				font-size: 1.1em;
			}
div#content div.listBox div {  	padding: 0 0 .2em 0; 
				margin: 0 0 0 120px;				
			}
div#content div.listBox div.title {
				font-weight: bold;
			}
div#content div.listBox span {
				display: block;
				font-size: 90%;
				padding-top: .5em;
				margin: 0 0 0 120px;
			}
div#content div.listBox img { float: left;	
			}
/*clearing options */

.clearfloat	{	width: 98%;
			overflow: hidden;
		}
div#footer	{	height: 40px;	
			clear: both;
			padding-top: 10px;
			background-image: url("/images/footer_bg.gif");
			background-repeat: repeat-x;
			text-align: center;
		}
div#footer h3	{	font-size: 1.2em;	
		}
div#footer p	{	font-size: 1em;
		}
div#sub_footer	{	
			overflow: hidden;
			margin: 0 auto 20px auto;
			padding: .5em 0;
			width: 860px;
		}
div#sub_footer ul {	float: left;
		}
div#sub_footer ul li {	float: left;
			list-style-type: none;
			padding-right: 10px;
			padding-left: 10px;
			border-left: 1px solid #fff;
		}
div#sub_footer li:first-child {
			/* removes left border from first link */
			border-left: none;
		}
div#sub_footer a:link {	color: #fff;
		}	
div#sub_footer a:visited { color: #ccc;
		}
div#sub_footer a:hover { color: #ff0000;
		}
div#sub_footer a {	color: #fff;
		}

/* database page image styles */
.Style2		{	float: left;
			margin: 0 10px 10px 0;
		}
.Style1		{	float: right;
			margin: 0 0 10px 10px;
		}


