﻿/* CSS layout */
.masthead 
{
	color: black;
	margin-left: 0px;
	font-size: x-large;

}
.site_title 
{
	 font-size: 170%;
}
.top_nav
{
    background-repeat:repeat-x;
    height: 10px;
    color: red;
    margin-top: 0;
    height: 30px;
}

#www {
	background-image: url('images/gradient1.png');
	background-repeat:repeat-x;
	color: white;
	height: 80px;
	font-size:x-large;
}

.indextableheader
{
	background-repeat:repeat-x;
	border:0;
}
#topover {
	background-image: url('images/gradient2.png'); 
	background-repeat:no-repeat;
	background-position: left top;
	height: 40px;
	width:100%
}
#div.menu {
	text-align: right;
	margin-right: 20px;
	color: blue;
}
#div.download_menu {
	text-align: right;
	margin-right: 10px;
	color: blue;
}

a.menu:link
{
	text-decoration: none;
	color: white;
}
a.menu:visited
{
	text-decoration: none;
	color: white;
}
a.menu:hover 
{
	text-decoration: underline;
	color: black;
}
a.menu:active:
{
	text-decoration: underline;
	color: black;
	background-color:Aqua;
}
#menu a:link
{
	text-decoration: none;
	color: white;
	background-color:Aqua;
}
#menu a:visited
{
	text-decoration: none;
	color: white;
	background-color:Aqua;
}
#menu a:hover 
{
	text-decoration: underline;
	color: black;
	background-color:Aqua;
}
#menu a:active:
{
	text-decoration: underline;
	color: black;
	background-color:Aqua;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none; 
	width: auto;
}

#menu ul li {
	float: left;
	display:inline;
	color: white;
	font-family:arial;
	text-transform:capitalize;
	padding-left: 15px; 
	padding-right: 15px;
}
#menu ul li A {text-decoration: none;}
#menu ul li A:link, #menu ul li A:active, #menu ul li A:visited {COLOR: #FFFFFF;}
#menu ul li A:hover {COLOR: #bfbfbf;}

#download_menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none; 
}

#download_menu ul li {
	float: left;
	display:inline;
	color: white;
	font-family:arial;
	text-transform:capitalize;
	padding-left: 15px; 
	padding-right: 15px;
}
#download_menu ul li {text-decoration: none;}
#download_menu ul li {COLOR: #bfbfbf;}
#download_menu ul li A:hover {COLOR: #bfbfbf;}

#body { font-family: "Times New Roman"; font-size: 12pt; background-color: #ffffff; color:#000000; text-align:left; }
td { font-family: "Times New Roman"; font-size: 12pt; color:#000000; text-align:left; }

a:hover { color: #ffffff; background: #000000;}
table {border: none; width:90%; text-align:center;}
.header {text-align:center; background-color: #2222cc; color:#ffffff; font-weight:bold;}
.odd {background-color: #ffffff;}
.even {background-color: #f0f0f0;}
.rite {text-align:right;}.icon {width:20px; height:20px; }
#copyright {
	padding-left: 70px;
	padding-top: 20px;
}
#page_content {
}
#footer {
}
.titlepath
{
	height:20px;
	font-size:large;
}

#div.titlepath 
{
	font-family: "Times New Roman"; font-size: 12pt; 
	left: 10px;
	text-align: left; 
	color: black;
}
#titlemenu {
	clip: rect(auto, 0px, auto, auto);
	color: white;
}

#empty_header 
{
	background-image:none;
}
#header 
{
	background-image: url('images/gradient1.png');
}
.h1 { font-family: Arial, sans-serif; font-size: 30px; color: #004080;}
.h2 { font-family: Arial, sans-serif; font-size: 18px; color: #004080;}

.indented 
{
	padding-left: 50px;
}
