body,td,th,table {
	font: 11px Verdana,georgia,  Arial, Sans-Serif;
}
body {
	background-image: url(../images/back.jpg);
	background-color: #013300;
	background-repeat: repeat-x;
	margin-top:0;
	color:#fff;
}
html{
}

h1{
	color: #CCCC33;
	font-size: 15px;
	padding: 10px 0px 0px 0px;
	margin-top: 10px;
}

h3{
	color: #CCCC33;
	font-size: 13px;
	padding: 0px 0px 10px 0px;
	margin-top: 10px;
}


#main {	margin:auto;
width: 800px;
}

#header{
	height: 217px;
	width: 800px;
	background-image: url(../images/header.jpg); 
	}

#content{
margin-top: 20px;
	width: 820px;
	float: left;
	clear: both;
	font: 11px Verdana,georgia,  Arial, Sans-Serif;
		line-height: 17px;	
		
}

#content a{
	color: #99CC33;
	text-decoration: none;
	font-weight: normal;
}

.seccontent{
	float: left;
	margin-left:15px;
	padding: 0;
	width: 600px;
}

#content a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#footer{
	width: 800px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	font: 9px "tahoma";
	color: #668E00;
	padding-top: 25px;
	clear: both;
}
#footer a{
	color: #99CC33;
	text-decoration: none;
	font: 10px Verdana,georgia,  Arial, Sans-Serif;
}
#footer a:hover{
	color: #fff;
}

/* menu */
#menu {
	width: 800px;
	height: 30px;
	clear: both;
	background: #000;
	font: bolder 11px Tahoma, Verdana, Arial, Sans-Serif;		
}
#menu ul{
	margin: 0; 
}
#menu ul li {
	float: left;
	list-style: none;		
	border-right: 1px solid #384F00;
}
#menu ul li a  {
	display: block;
	text-decoration: none;	
	padding: 8px 15px 9px 15px;
	color: #989B1A;	
}


#menu ul li a:hover {
  	color: #fff;	
	background: url(../images/menu5.jpg) repeat-x;
}

.welcome{
	width: 220px;
	padding:5px;
	float: left;
	display: block;
	

	}
	.welcome h1{
	height: 40px;
	text-indent: -5000px;
background-image: url(../images/welcome.gif);
background-repeat: no-repeat;
background-position: top center;
}
.video{
background-image: url(../images/vid_back.jpg);
background-repeat: no-repeat;
background-position: center bottom;
width: 347px;
padding:5x;
float: left;
display: block;}

.video h1{
height: 40px;
text-indent: -5000px;
background-image: url(../images/video.gif);
background-repeat: no-repeat;
background-position: top center;

}
.latest{
	width: 220px;
	padding:5px;	float: left;
	display: block;
}
.latest h1{
	height: 40px;
text-indent: -5000px;
background-image: url(../images/latest_p.gif);
background-repeat: no-repeat;
background-position: top center;
}

/* sidebar */
#sidebar {
	float: left;
	width:180px; 
	margin: 0;	padding: 0; 
}

.completed {
padding: 10px 10px 0px 10px;
height: 10px; 
color: #999966; }

.ongoing {
padding: 10px 10px 0px 10px;
height: 10px;

color: #9A9B19; }

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 9px 0; padding: 0;
	text-decoration: none;	
}
#sidebar ul.sidemenu li {
border-bottom: 1px dotted #425601;
}

* html body #sidebar ul.sidemenu li { height: 1%;}

#sidebar ul.sidemenu li a {

font: 1.0em Verdana, georgia,  Arial, Sans-Serif;		
text-decoration: none;
display: block;
text-decoration: none;
color: #859B19;
padding: 2px 5px 2px 25px;
}

#sidebar ul.sidemenu li a:hover {
text-decoration: none;
display: block;
text-decoration: none;
color: #FFf;
font-size: 11px;
}
.image{
	background-image: url(../images/image_thumb.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 212px;
	height: 153px;
	float: left;
	margin: 5px;
}

/*gallery */

.gal img {
text-align: center;
margin-right: 5px;
margin-bottom:5px;
padding:2px;
background:#fff;
border:1px solid #CCCC33;
}
.gal img:hover {
	background: #99CC33;
	border: 1px solid #003300;
}

/* forms*/


textarea {
	width: 100%;
	background-color:#FFFFFF;
	font: 12px Verdana,georgia,  Arial, Sans-Serif;
	margin: 2px 5px 5px 0;
	border-width: 1px;
	border-style:  dotted;
	border-color:#4A575D;
	color:#003300;
	padding:1px 2px;
}
input {
	background-color:#FFFFFF;
	font: 12px Verdana,georgia,  Arial, Sans-Serif;
	margin: 2px 5px 5px 0;
	border-width: 1px;
	border-style:  dotted;
	border-color:#4A575D;
	color:#003300;
}

label {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 5px 0px 2px 0px;
	color:#99CC33;
	line-height: normal;}
		
input[type=submit]{
	background-color:#99CC33;
	color: #ffffff;
	margin:2px;
	border: 1px solid #003300;	
	font-weight: bold;
	height:25px;
	width:35%;
}

