/*Sets basic style of webpage*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
/*Sets width of webpage*/
#mainTable {
	width: 100%;
	/*/*/line-height: 1.5em; /* */
 }
 
 #mainTable td {
 	padding: 0px 10px;/*Pads each table cell in modern browsers*/
 }
 
 /*Style for content area of webpage*/
#maincontent {
	font-size: 14px;	/*/*/		    font-size: 100%; /* */
	text-align: left;
 }
 
/*Style for top navigation buttons*/
#navlist {
font-size: 11px;
margin: 0px;
background-color: #ffcc33;
font-family:Verdana, Arial, Helvetica, sans-serif;
/*/*/ 
	vertical-align: top;     	    font-size: 85%; /* */
}

.navlistlink {
float: left;
font-size: 11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#navlist a {
/*/*/padding: 3px 5px 3px 5px;
border: 1px solid #000;
border-color: #ddd #000 #000 #ddd;
background-color: #ffcc33;
text-decoration: none;/* */
}

#navlist a:link, #navlist a:visited {
color: #000;
}

#navlist a:hover, #navlist a:active,
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-color: #cc0000;
color: #fff;
border: 1px solid #000;
}

/*Style for sidebar buttons*/
#sidebar {
 	width: 140px;
	font-size: 11px;	/*/*/ 
	vertical-align: top; /* */
 }
 
 #sidebar a {
 	/*/*/padding: 3px;
 	display: block;
 	border: 2px solid #999;
 	text-decoration: none;
 	line-height: 1em;
 	width: 130px;
	background-color: #ffcc33; /* */
 }
 
 #sidebar a:link, #sidebar a:visited {
 	color: #333333;
 }
 
 #sidebar a:hover {
 	color: #FFFFFF;
 	background-color: #CC0000;
 	border: 2px solid #000;
 }
 
 #sidebar ul {
 	/*/*/padding-left: 1em;
 	margin-left: 0;
	margin-right: 1em;
	margin-top: 1em;
 	list-style-type: none; /* */
 }
 
 #sidebar li {
 	/*/*/margin: 0px 0px 6px 0px; /* */
 }

/*Use this to mark the page you are on*/ 
 #current a {
 	color: #FFFFFF !important;
 	/*/*/background-color:#CC0000 !important;
 	border: 2px solid #000 !important; /* */
 }
 
/*Style for top banner*/ 
 #header {
 	background-color: #cc0000;
 	color: #CCCCCC;
 }
 
/*Style for bottom footer*/ 
 #footer {
	background-color: #333333;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
 }

/*Sets font type for paragraphs, lists and tables*/
 td, p, ul, ol {
 	font-family: Georgia, "Times New Roman", Times, serif;
 }
 
 /*Styles for the header text*/
 h1:first-child {margin-top: 0;}/*starts first h1 in TD flush top*/
 h2:first-child {margin-top: 0;}/*starts first h2 in TD flush top*/
 
 h1 { font-size: 160%;
 	text-transform:uppercase;
	margin-bottom: 0px;
	color: #cc0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 
 h2 { font-size: 140%; 
 	text-transform:uppercase;
	margin-bottom: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 
h3 { font-size: 120%;
  	text-transform:uppercase;
	margin-bottom: 0px;
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 
 /* sets font style for photo caption */
.caption {
	font-size: 12px;
	font-style: italic;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 0px;
	margin: 0px;
}

/* smaller type style */
.small {font-size: 12px;}

/* sets font style for photo credit */
.credit {font-size: 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*adds border to all images by default */
 img {
	border: 2px groove #333333;
}

/*removes border from images */
.noborder {
	border: none;
}

/* sets colors for links on webpage*/
a:link {
	color: #cc9900;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #CC6600;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #d90000;
	font-weight: bold;
	text-decoration: underline;
}

/* sets colors for links on footer*/
a.footer:link {color: #FFCC33;}
a.footer:visited, a.footer:hover {color: #FFCCCC;}

/* sets style for back to top link*/ 
#top a {
	/*/*/padding: 3px;
	display: inline;
	border: none;
	text-decoration: none;
	line-height: normal;
	width: 130px;
	font-weight: bold;
	vertical-align: bottom;
	background-color: #FFFFFF;/* */
}

 #top a:link, #top a:visited {
 	/*/*/padding: 3px;
	display: inline;
	border: none;
	text-decoration: none;
	line-height: normal;
	width: 130px;
	font-weight: bold;
	color: #cc9900;
	vertical-align: bottom;
	background-color: #FFFFFF;/* */
 }
 
#top a:hover {
	/*/*/padding: 3px;
	display: inline;
	border: none;
	line-height: normal;
	width: 130px;
	font-weight: bold;
	vertical-align: bottom;
	background-color: #FFFFFF;
	color: #d90000;
	font-weight: bold;
	text-decoration: underline; /* */
}

