/* CSS Document */

/* HEADING TAGS ################################################################################################### */
h1 {
	font-size: 120%;
	color: #808000;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	color: #666666;
	background-color: #ffffff;
	padding-top: 10px;
	margin: 0px;
}

h3 {
	font-size: 100%;
	color: #808000;
	background-color: #ffffff;
	padding-top: 10px;
	margin: 0px;
}

h4 {
	font-size: 120%;
	color: #ffffff;
	background-color: #b2b2b2;
	padding: 0px;
	margin: 0px;
}

/* PARAGRAPH TAG ################################################################################################### */

p {
	margin: 10px 0px 0px 0px; 
}

#annoucement p {
	text-align: left; 
}

/* LINK TAGS ################################################################################################### */

a:link, a:visited {
	color: #808000;
	background-color: #ffffff;
	text-decoration: none;
	outline:none;
}

a:hover, a:active {
	text-decoration: underline;
	background-color: #ffffff;
	color: #808000;
	outline:none;
}

#navlist a:link, #navlist a:visited {
	color: #f2f2f2;
	background-color: #f2f2f2;
	text-decoration: none;
	outline:none;
}

#navlist a:hover, #navlist a:active {
	text-decoration: none;
	background-color: #f2f2f2;
	color: #f2f2f2;
	outline:none;
}

#sitewrapper a:link, #sitewrapper a:visited {
	color: #666666;
	background-color: #b2b2b2;
	text-decoration: none;
	outline:none;
}

#sitewrapper a:hover, #sitewrapper a:active {
	text-decoration: none;
	background-color: #b2b2b2;
	color: #ffffff;
	outline:none;
}

#sitewrapper #active a {
	text-decoration: none;
	background-color: #b2b2b2;
	color: #ffffff;
	outline:none;
}

#sitewrapper .right a:link, #sitewrapper .right a:visited {
	color: #808000;
	background-color: #ffffff;
	text-decoration: none;
	outline:none;
}

#sitewrapper .right a:hover, #sitewrapper .right a:active {
	text-decoration: underline;
	background-color: #ffffff;
	color: #808000;
	outline:none;
}

#sitewrapper .right ul a:link, #sitewrapper .right ul a:visited {
	color: #666666;
	background-color: #ffffff;
	text-decoration: none;
	outline:none;
}

#sitewrapper .right ul a:hover, #sitewrapper .right ul a:active {
	text-decoration: underline;
	background-color: #ffffff;
	color: #666666;
	outline:none;
}

/* LIST TAGS ################################################################################################### */

.homeright ul {
	padding-left: 15px;
	padding-top: 10px;
	margin-top: 0px;
	margin-left:0px;
	color: #808000;
	background-color: #ffffff;
	font-size: 85%;
}

.homeright li {
	padding-bottom: 7px;
}

.content {
	padding: 2px 0px 3px 5px;
	margin: 2px 0px 3px 5px;
}

hr {
	border: none 0;
	border-top: 1px dashed #808000;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin: 10px 0px 10px 0px;
}	
