* {
	margin: 0;
	padding: 0;
}

body {
	background: #ccf3f8 url(images/blue_gradient_bg.jpg) repeat-x;
	color: black;
	font: 90%/1.4em Helvetica, Verdana, Arial, Geneva, sans-serif;
}

li {
	margin-top: 0.3em;
	margin-bottom: 0.4em;
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0% 2px;
	padding-left: 22px;
	font: 90%/2.0em
}

a {
	color: #005c72;
	font-weight: bold;
}

p {
	margin: 1.8em 0;
}

h2 {
	font-size: 160%;
	color: #508F0E;
	padding-bottom: 0.5em;
}

span.green_u {
	border-bottom: 1px solid #508F0E;
}

#main_wrapper {
	width: 760px;
	margin: 30px auto;
}

#main {
	background: #F9FFF3 url(images/green_gradient_bg.jpg) repeat-x;
}

#headpic {
	display: block;
	height: 210px;
	background: white url('images/head.jpg') no-repeat;
}

#content {
	margin: 20px 30px;
}

#bottompic {
	display: block;
	height: 10px;
	background: white url('images/bottom.jpg') no-repeat;
}

#footer {
	color: #005c72;
	margin-top: 20px;
	text-align: center;
	font-size: 50%;
}

#footer a{
 font-weight: normal;
 text-decoration: none;
}
#footer a:hover{
 text-decoration: underline;
}

/* My Comment */