/* Generic Page information */


body {
font-family: arial, helvetica, sans-serif; background-color: #F7F7E5}

h2 {font-family: Georgia, "Times New Roman", Times, serif; color: #000000;}
a:link {
	text-decoration: none;
	
}

p {
	font-family: Arial, Helvetica, sans-serif;

}

/* What the Links will look like */
a:visited {
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	text-decoration: underline overline;
}
/* Information about the banner */
 #banner {
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#banner img {
	margin-bottom: 3px;
	padding-bottom: 3px;
}
 


/* Styles for Left Navigation */
#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 185px;
}

/* This gives it the grey line under the link */

#navlist li
{
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}

/* This gives the navigation links its font, color  and underline */


#navlist a:link {text-decoration: none;font-family: arial, helvetica, sans-serif;}
#navlist a {text-decoration: none;font-family: arial, helvetica, sans-serif; font-size: 85%;}
#navlist a:hover {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}


/* This style makes the navigation flush right and not have any bullets */

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}


#navcontainer {
	margin-right: 5px;
	padding-right: 5px;
}

/* This gives the skip navigation its size*/

#skip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}


/* This gives the footer its size*/
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	border-top-width: 2px;
	border-top-style: ridge;
	border-top-color: #999999;
	margin-top: 5px;
	padding-top: 5px;
}

#disclaimer {font-family: Arial, Helvetica, sans-serif;	font-size: 85%; color: #ff0000; font-style:italic;}li {
	font-family: Arial, Helvetica, sans-serif;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
dd {
	font-family: Arial, Helvetica, sans-serif;
}
dt {
	font-family: Arial, Helvetica, sans-serif;
}
