/* CSS Document */

body {
	background-color: FEFEFE;
	}

.main {
	width: 750px;
	border: 1px solid black;
	}
.toptop {
	height: 16px;
	width: 750px;
	background-color: black;
	font-size: 10pt;
	color: 00CC00;
	font-weight: bold;
	font-family: verdana;
	}
.toptop2 {
	height: 16px;
	width: 750px;
	background-color: black;
	font-size: 10pt;
	color: 009600;
	font-family: verdana;
	}
.top {
	width: 750px;
	height: 100px;
	}
	
.links {
	height: 16px;
	width: 750px;
	background-color: black;
	font-size: 10pt;
	color: 00CC00;
	font-weight: bold;
	font-family: verdana;
	}
	
.index {
	width: 37px;
	height: 20px;
	border: 1px solid FFDD00;
	}
	
.side {
	width: 198;
	background-color: EEEEEE;
	font-size: 10pt;
	color: black;
	font-weight: bold;
	font-family: verdana;
	}
	
.sideright {
	border: 0px solid black;
	width: 550px;
	background-color: EEE7D5;
	font-size: 10pt;
	color: black;
	font-weight: bold;
	font-family: verdana;
	}
.content {
	font-size: 10pt;
	color: black;
	font-weight: bold;
	font-family: verdana;
	}
.caption {
	border: 1px solid black;
	background-color: EEE7D5;
	font-size: 10pt;
	color: black;
	font-weight: bold;
	font-family: verdana;
	}
a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: blue;
 	text-decoration: none;
}
a:active {
	color: 009600;
}
a:hover {
	color: 009600;
}
.green_text a:link {
	color: #00CC00;
	text-decoration: none;
 }
 
.green_text a:visited {
	color: #00CC00;
 	text-decoration: none;
}
 
.green_text a:active {
	color: #00CC00;
}
 
.green_text a:hover {
	color: #FFDD00;
}
#left_menu {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.side a:link {
	color: #000000;
	text-decoration: none;
 }
 
.side a:visited {
	color: #000000;
 	text-decoration: none;
}
 
.side a:active {
	color: #000000;
}
 
.side a:hover {
	color: #000000;
	background-color: #CCCCCC;
	width: 198px;
}
.top a {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.black_thinborders {
	border: thin solid #000000;
}
.announcement {
	background-image: url(graphics/lightgreen-shadowed_bkg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

