html,
body,
#main {
	height: 100%;
}

body,
div,
form,
table {
	margin: 0;
	padding: 0;
}

body {
	font: 13px Arial;
	color: #000;
	background: #026038 url(../images/background.png) top repeat-x;
}

h1 {
	font-size: 19px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 14px;
}

a {
	outline: none;
	color: #008EA8;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.icon {
	margin: 0 1em 1em 0;
	float: left;
}

img.left {
	float: left;
	padding: 0 15px 15px 0;
}

img.center {
	margin: 0 auto 0 auto;
	display: block;
}

p {
	text-indent: 30px;
	text-align: justify;
}

input[type=text],
input[type=password],
textarea {
	border: solid #026038 1px;
	font-family: "Courier New", Courier, monospace;
}


input[type=button],
input[type=reset],
input[type=submit] {
	background-color: #3fe47e;
}

ul li {
	list-style-type: square;
}

ul.noliststyle li {
	list-style-type: none;
}

#main {
	width: 1000px;
	margin: 0 auto;
}

#header {
	height: 267px;
	background: url(../images/background_header.png) top left no-repeat;
}

a#logo {
	display: block;
	width: 252px;
	height: 83px;
	float: left;
}

#language {
	float: right;
	height: 20px;
	margin: 10px 35px 0 0;
	width: 713px;
	text-align: right;
}

#menu {
	float: right;
	height: 20px;
	margin: 8px 35px 0 0;
	width: 713px;
	text-align: right;
}

#menu a,
#language a {
	font-size: 110%;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-left: 2em;
}

#menu a.active,
#menu a:hover,
#language a.active,
#language a:hover,
#menu_years a.active,
#menu_years a:hover {
	color: #000;
}

#menu_years {
	float: right;
	height: 30px;
	margin: 40px 35px 0 0;
}

#menu_years a {
	font-size: 150%;
	color: #fff;
	font-weight: bolder;
	text-decoration: underline;
	margin-left: 1em;
	font-family: Verdana, Geneva, sans-serif;
}

#menu_years a.active,
#menu_years a:hover {
	text-decoration: none;
}

#countdown {
	clear: both;
	text-align: right;
	font-size: 14px;
	color: #fff;
	padding: 10px 30px 0 0;
}

#countdown table {
	float: right;
}

#countdown table td {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
}

#countdown table td span {
	color: #008ea8;
	background: #fff;
	margin: 1px;
	padding: 2px 2px 0 3px;
}

#countdown table td.title {
	text-align: right;
	font-size: 12px;
	padding-bottom: 5px;
	font-family: Verdana, Geneva, sans-serif;
}

#countdown table th {
	font-size: 70%;
	text-align: center;
	text-transform: lowercase;
}

#body {
	background: #fff url(../images/background_body.png) repeat-x;
	border-collapse: collapse;
	border-spacing: 0px;
}

#content {
	width: 796px;
	padding: 10px;
}

#right {
	width: 184px;
	background: url(../images/background_sub_menu.png) #fff no-repeat;
}

#sub_menu {
	width: 184px;
	height: 291px;
}

#sub_menu a {
	margin-left: 15px;
	margin-bottom: 5px;
	display: block;
	color: #000;
	text-decoration: none;
	line-height: 23px;
	text-indent: 15px;
}

#sub_menu a.active,
#sub_menu a:hover {
	border-top: 1px solid #d8c2a4;
	border-bottom: 1px solid #a79174;
	line-height: 21px;
}

#sub_menu h3 {
	margin: -25px 0 15px 0;
	padding: 0 0 0 30px;
}

#banners a img {
	display: block;
	margin: 10px auto 10px auto;
}

#banners h5,
#banners h3 {
	text-align: center;
}

#banners h3 {
	font-size: 15px;
	margin: 0;
	padding: 10px 0 0 0;
}

#footer {
	clear: both;
	height: 30px;
	background: url(../images/background_footer.png) #fff repeat-x;
	padding: 20px 20px 0 20px;
	font-size: 90%;
}

#footer a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#footer_left {
	width: 200px;
	float: left;
}

#footer_right {
	width: 200px;
	float: right;
	text-align: right;
}

img.banner {
	display: block;
	margin: 2em auto 2em auto;
}

table.grid,
table.top,
table.table {
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.grid th,
table.grid td {
	border: solid #026038 1px;
	vertical-align: middle;
	padding: 4px 8px;
}

table.grid td.center,
table.grid tr.center td {
	text-align: center;
}

tr.top,
td.top,
td#right {
	vertical-align: top;
}

table.table th {
	padding: 20px 10px 5px 10px;
}

table.table td {
	padding: 6px 4px;
}

table.table tr.row1 {
	background: #F5F6D0;
}

#videoContent {
	width:320px;
	height:265px;
	margin: 2em auto;
	display: block;
}

.alert {
	color: #f00;
}

span.alert {
	padding: 0 5px;
}

/* News & Articles */

.news_list,
.news_items {
	clear: both;
}

.news_list {
	height: 250px;
}

.news_list img.icon,
.news_items img.icon {
	float: left;
	margin-right: 10px;
}

.news_list h2,
.news_items h2 {
	margin-top: 0;
}

.news_list h2 .more {
	text-transform: lowercase;
	display: none;
}

.news_list h2 span,
.news_items h2 span {
	color: #777;
	margin: 0 10px;
}

.news_list .news_data {
	float: right;
	background: #e8f2c3;
	padding: 4px 10px;
}

/* Calendar Block */

table.calendar_month {
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 20px auto;
}

table.calendar_month tbody th,
table.calendar_month tbody td {
	border: #026038 1px solid;
	text-align: center;
	height: 18px;
	line-height: 18px;
	width: 18px;
}

table.calendar_month thead th {
	padding: 4px 2px;
}

table.calendar_month td.calendar_today {
	background-color: #026038;
	color: #fff;
}

table.calendar_month td.calendar_link {
	background-color: #d8c2a4;
}

table.calendar_month td.calendar_current,
table.calendar_month td.calendar_link:hover {
	background-color: #a79174;
}

table.calendar_month td.calendar_link:hover a,
table.calendar_month td.calendar_current a,
table.calendar_month td.calendar_link a:hover {
	text-decoration: none;
	color: #fff;
}

table.calendar_month td a {
	display: block;
	height: 100%;
	width: 100%;
}

.display_none {
	display: none;
}

.nowrap {
	white-space: nowrap;
}

#login_form {

}

#login_form a {
	color: #000;
}

#login_form label {
	background-color: #3fe47e;
	padding: 2px;
	width: 80px;
	display: inline-block;
	margin: 0;
}

#login_form {
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 50px 10px 10px 10px;
}

#login_form td {
	padding: 3px 2px;
}

#login_form td.label {
	padding: 3px 0;
}

#login_form .top {
	background-color: #ebeccd;
}

#contributions span {
	margin: 0 10px;
	font-weight: bold;
	font-size: 16px;
	color: #026038;
}
