body, div, p, h1, h2, h3, h4, h5, h6, ul, li, a, form, img {
    margin: 0px;
    padding: 0px;
	 border: 0px;
}

body {
	border-top: 3px solid #ff9c00;
	background-color: #dbdbdb;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#calendar {
	background-image: url(../images/calendar.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 120px;
	font-size: 10px;
	color: Gray;
	padding: 5px 20px 5px 10px;
	position: absolute;
	top: 2px;
	left: 760px;
}

#container {
	background-image: url(../images/container_top.jpg);
	background-repeat: no-repeat;
	width: 1084px;
	height: 298px;	
	margin: 0px auto 20px auto;
}

#head {
	width: 886px;
	height: 138px;
	margin: 0px auto 0px auto;		
	padding: 27px 0px 0px 0px;
	position: relative;
}

#head a {
	position: absolute;
	display: block;
	left: 19px;
	top: 39px;	
	padding-right: 10px;
	border-right: 1px solid #67aa89; 
}

#title {
	position: absolute;
	display: block;
	left: 116px;
	top: 39px;	
	text-align: left;
	color: white;
}

#title h1 {
	font-size: 22px;
	color: #68f95a;
	font-family: "Myriad Pro", "Courier New", Courier, monospace;
	letter-spacing: -1px;
	
}

#flash {
	width: 880px;
	margin: 0px auto 0px auto;

}

#menu {
	list-style-type: none;
	margin: 0px 0px 10px 235px;
	height: 30px;
	font-family: "Myriad Pro", "Courier New", Courier, monospace;
}

#menu li {
	display: inline;
}

#menu li a {
	display: block;
	float: left;
	color: #88ae9b;
	font-size: 14px;
	font-weight: 100;
	text-decoration: none;
	margin-left: 10px;
	padding-bottom: 10px;
	letter-spacing: 1px;
}

#menu li a:hover, #menu li a.act {
	display: block;
	float: left;
	color: #0d7543;
	font-size: 14px;
	text-decoration: none;
	margin-left: 10px;
	background-image: url(../images/down_arrow.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;	
}



#content {
	width: 914px;
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
	background-position: 0px 90px;
	margin: 0px auto 0px auto;	
}

#foot {
	width: 874px;
	height: 100px;
	background-image: url(../images/foot.jpg);
	background-repeat: no-repeat;
	padding: 20px;
	margin: 0px auto 0px auto;

	font-size: 12px;
	color: white;
}

#foot a {
	color: white;
}

#col1 {
	width: 250px;
	padding-left: 10px;
	float: left;
	border-right: 1px solid silver;
}

#col2 {
	width: 600px;
	float: left;	
}

/* general styles */


.left {
	width: 45%;
	float: left;
	display: block;
	text-align: left;
}

.right {
	width: 45%;
	float: right;
	display: block;
	text-align: right;
}

h1 {
	font-size: 18px;
	color: #272727;
}

h2 {
	font-size: 14px;
	color: #165c3a;
	text-align: left;
}

h3 {
	font-size: 12px;
	text-align: left;
	padding-top: 5px;	
}

p {
	padding: 5px;
	text-align: justify;
	font-size: 12px;
}

ul {
	text-align: left;
	margin: 0px 0px 20px 40px;
	font-size: 12px;
	list-style-type: square;
}

p img, iframe {
	border: 1px solid #006633;
	margin: 0px 0px 0px 10px;
	padding: 5px;
}

a {
	color: #006633;
}

a:hover {
	color: #66CC00;
}

