@charset "utf-8";

/* CSS Document */





body {

	background-image: url(BG.jpg);

	margin:0;

    padding:0;

    height:100%;

}



a:link{

	color:#900;

}



a:visited{

	color:#C00;

}







/* Don't apply padding here (offsetWidth will differ in IE)

If you need padding add it to the child anchor */

#menu {

	float:left;

	width:100%;

	height: 40px;

	background-color:#060;

	padding: 0px;

}



#menu ul {

	margin: 0px;

	padding: 10px 0px 0px 0px;

	list-style: none;

}



#menu li {

	display: inline;

	color: #000;

}



#menu ul li a.active,

#menu ul li a.active:hover {

	/*border-bottom: 5px solid #FFFFFF; SINCHAN ORIGINAL*/
	border-bottom: 5px solid #FC0; /*MY EDIT*/

}	



#menu a {

	

	float: left;

	border-bottom:5px solid;

	margin-left: 20px;

	text-decoration: none;

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 10pt;

	font-weight:bold;

	color: #FFFFFF;

	/*border-bottom-color: #000000; SINCHAN ORIGINAL*/
	border-bottom-color: #FFF; /*MY EDIT */



}



#menu a:hover, .active a {

	/*border-bottom: 5px solid #FFFFFF; SINCHAN ORIGINAL*/
	border-bottom: 5px solid #FC0; /*MY EDIT*/

}



#bodyText {

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size:12pt;

	font-weight:bold;

	color:#000;

	padding: 20px;

	text-align: left;

	

}

#container {

   min-height:100%;

   position:relative;

   width:700px;

   border:#FC0 solid 15px;

}

.BottomText {

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 9pt;

	color:#000;

	/*position:absolute;

    bottom:0;

    width:100%;

    height:20px;   /* Height of the footer */*/

}

.announcement {

	font-size: 20pt;

	text-align: center;

}



.aboutText{

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size:11pt;

	font-weight:bold;

	color:#000;

	padding: 20px;

}

.header {

	font-size: 16pt;

	font-weight: bold;
	
	text-decoration: underline;

}

.subheader {

	font-size: 14pt;

	font-weight: bold;
	
	text-decoration: underline;

}


.itemText{

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size:11pt;

	font-weight:bold;

	color:#000;
}



#container #bodyText h2 {

	font-style: italic;

}

.highlightRed { /*MY EDIT*/
	color: #C00;
}

