﻿body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #80AFC9;
	color: #000000;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
}
/*===============indicates no border around any image ============*/
body img {
	border: 0px;
	text-decoration: none;
}
/* ============ margins auto center the container on the page ==========*/
#container {
	margin: 10px auto;
	padding: 20px;
	background-color: #ffffff;
	width: 90%;
}
/*=================== styles for top banner ========================*/
#banner {
	background-position: left;
	padding: 5px;
	background-color: #FFFFFF;
	background-image: url('../images/banner.gif');
	height: 120px;
	background-repeat: no-repeat;
	color: #000000;
}
/*=================== styles for top menu ======================*/
#topmenu {
	background-color: #FFFFFF;
	text-align: center;
	font-size: .90em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 2px solid #0075a8;
	border-bottom: 2px solid #0075a8;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}
/*==============all site links==============*/
a:link {
	font-weight: bold;
	color: #066193;
	background: transparent;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #993300;
	background: transparent;
	padding: 0px;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #666666;
	color: #000000;
}
a:active {
	font-weight: bold;
	text-decoration : underline;
	background: #999999;
	color: #000000;
}
/*====================== styles for main content area =========================*/
#content {
	margin-left: 180px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
/*===========content area list items==============*/
#content ul li {
	list-style-image: url('../images/pink-bullet-bg.gif');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('../images/pink-bullet-sm.gif');
	padding: 2px 0;
}
/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#vertmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 160px;
	padding: 5px;
	margin: 10px 0px 0px 0px;
	float: left;
}
#vertmenu .heading {
	display: block;
	background-color: #0075a8;
	font-size: 90%;
	font-weight: bold;
	padding: 2px 0px 3px 3px;
	border: 1px #0075a8 solid;
	color: #ffffff;
	margin: 0px;
	width: 150px;
}
#vertmenu ul {
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}
#vertmenu ul li {
	margin: 0px;
	padding: 0px;
}
#vertmenu ul li a {
	font-size: 80%;
	display: block; /*border-bottom: 1px dashed #825252;*/;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #666666;
	width: 160px;
}
#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	color: #000000;
	background-color: #666666;
}
#vertmenu .greenbox a:link {
	background: #FFFFFF;
	color: #1534B3;
	font-weight: bold;
	text-decoration: none;
}
#vertmenu  .sidebox a:visited {
	background: #FFFFFF;
	color: #1534B3;
	font-weight: bold;
	text-decoration: none;
}
#vertmenu  .sidebox a:hover {
	background: #FFFFFF;
	color: #CC9900;
	font-weight: bold;
	text-decoration: underline;
}
#vertmenu  .sidebox a:active {
	background: #FFFFFF;
	color: #1534B3;
	font-weight: bold;
	text-decoration: none;
}
/* left-hand menu - colored box - green */
.sidebox {
	border: 2px solid #AD6E6D;
	margin: 0px 5px 3px 5px;
	padding: 0px 3px 15px 3px;
	background: #f8faef;
	color: #000000;
	font-size: 85%;
}
/* left-hand menu - colored box - green heading */
.sideboxheading {
	background: #AC6E6C;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 3px;
	padding: 2px;
}
/* left-hand menu - table */
.year-menu {
    font-size: 80%;
}

.year-menu td {
    padding: 4px;
}

.year-menu a {
    text-decoration: none;
    color: #666666;}
        
.year-menu      a:visited {
     background: #FFFFFF;
     color: #1534B3;
     font-weight: bold;
     text-decoration: none;
}
        
.year-menu a:hover {
	color: #000000;
	background-color: #666666;
}
/*============== Styles for footer ===================*/
#footer {
	border-top: 2px #0075a8 solid;
	clear: both;
	padding: 5px;
	background-color: rgb(255, 255, 255);
	text-align: center;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== general styles =================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #542331;
	height: 5px;
}
/* =================Styles for heading tags =============== */
h1, h2, h3, h4 {
	color: #333333;
	background-color: inherit;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: .9em;
}
h4 {
	font-size: .9em;
}
/*================used to center anything==============*/
.center {
	text-align: center;
}
/* ============floats images to right or left ============*/
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 7px;
}
.smtxt {
	font-size: small;
}


#tzcd {
	font-family: sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF6600;
	border-style: outset;
}


.imgcap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	padding: 7px;
	float: right;
}
