/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: white;
}

a, a:visited {
	color: #82C277;
	text-decoration: none;
}

a:hover, a.active {
	color: red;
}

a img {
	border: 0px;
}

form, fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#main {
	width: 950px;
	margin: 22px auto;
	clear: both;
	background-color: #144B97;
}

#header {
	background-image: url(images/background_header.gif);
	background-repeat: repeat-y;
	background-position: center;
	height: 188px;
	overflow: hidden;
}

#nav {
	color: white;
	height: 28px;
	overflow: hidden;
	letter-spacing: 0.1em;
	text-align: center;
}


#nav .menuitem {
	display: inline;
}

#nav .menuitem a {
	color: white;
	font-size: 16px;
	font-weight: bold;
}

#nav .menuitem a:hover, #nav .menuitem a.active {
	color: #82C277;
}

/***** MINI-NAV STYLES *****/

#mininav {
	height: 20px;
	padding-top: 2px;
	margin-top: 105px;
	margin-left: 100px;
	color: white;
}

#mininav .menuitem {
	display: inline;
}

#mininav .menuitem a {
	color: white;
}

#mininav .menuitem a:hover, #mininav .menuitem a.active {
	color: #82C277;
}



#content {

}

#footer {

}

#footer a {
	color: #82C277
}

#footer a:hover {
	color: white;
}


/***** COMMON CLASSES *****/
.box24 {
	height: 24px;
	overflow: hidden;
}

.box85 {
	height: 85px;
	overflow: hidden;
}

.box300 {
	height: 250px;
	overflow: hidden;
}

.col150 {
	width: 150px;
}

.col200 {
	width: 200px;
}

.col250 {
	width: 250px;
}

.col300 {
	width: 300px;
}

.col335 {
	width: 335px;
}

.col350 {
	width: 350px;
}

.col400 {
	width: 400px;
}

.col500 {
	width: 500px;
}

.col550 {
	width: 550px;
}

.col600 {
	width: 600px;
}

.box100 {
	height: 100px;
	overflow: hidden;
}

.padding5x10 {
	padding: 5px 10px;
}

.padding42 {
	padding: 42px;
}

.lineheight16 {
	line-height: 16px;
}

.lineheight18 {
	line-height: 24px;
}

.bordercdggreen1 {
	border: 1px solid #82C277;
}

.borderdarkblue1 {
	border: 1px solid #036;
}

.bg_darkblue {
	background-color: #036;
}

.bg_cdggreen {
	background-color: #82C277;
}

.cdggreen {
	color: #82C277;
}

.paddingbottom5 {
	padding-bottom: 5px;
}

.biographies {
	height: 600px;
	overflow: auto;
	padding: 5px;
}

a.slide {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #CCC;
}

.data {
	font-family: "Courier New", Courier, monospace;
	background-color: #999;
}

.data .odd {
	background-color: #CCC;
}
