/*
Name: Annual Activities Style Sheet
*/


/*-------------------- body --------------------*/
body {
	/*background-image: url(resource/bground_1.jpg);*/
	background-color: ffffff;
}


/*-------------------- container --------------------*/
div#container {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}


/*-------------------- logo --------------------*/
div#header {
	text-align:center;
	color:#003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
} 


/*-------------------- simple navigation --------------------*/
div#header a:link, #header a:visited {	
	color: #A52A2A;
}

div#header a:hover {	
	color: #f63526;
	text-decoration: underline;
}


/*-------------------- main text --------------------*/
div#main {
	text-align: justify;
	margin-left: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 25px;
	color: #00154E;
	margin-right: 10px;
	position: relative;
	width: 770px;
}

div#main img {
	float: left; 
	vertical-align: text-bottom;
	margin-right: 10px;
	margin-top: 10px;
}


/*-------------------- footer --------------------*/
div#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1C2643;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #660033;
	font-style: normal;
}


/*-------------------- other class declaration --------------------*/
.texttitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #00154E;
	background-color: #A2AEC8;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.backtop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #660033;
}