/* ------------------------------------------------------- */
/* MAIN */
/* ------------------------------------------------------- */
body{
	font-family: Arial; font-size: 10pt;
}

a:link{
	color: #12660c;
}

a:visited{
	color: #567d53;
}

h2{
	font-size: 150%;
}

h3{
	font-size: 115%;
}

/* ------------------------------------------------------- */
/* PAGE */
/* ------------------------------------------------------- */
#page_container{
	width: 850px; margin: 0px auto;
	border: 1px solid #cde7cb;
	background: url(../images/bg_grad.png) repeat-y;
}

#page_heading{
	width: 750px; margin: 20px auto 30px auto;
	padding: 5px 0px 12px 0px;
	background-color: #56ba4e; border: 2px solid white;
	font-family: Comic Sans MS; font-size: 28pt; font-weight: bolder; color: white;
	text-align: center; text-decoration: underline;
}

/* ------------------------------------------------------- */
/* NAVIGATION */
/* ------------------------------------------------------- */
#page_navigation{
	display: inline;
	width: 180px; float: left; margin: 0px 0px 20px 50px;
}

.nav_button{
	display: block; height: 30px; margin-bottom: 10px;
	background: url(../images/button.png) left top no-repeat; color: black !important;
	text-decoration: none;
	line-height: 30px;
	text-align: center; font-weight: bolder;
}

#page_title{
	width: 400px; height: 55px; float: right; margin-right: 140px; display: inline;
	padding-top: 10px;
	background-color: #56ba4e; border: 2px solid white; color: white;
	text-align: center; font-family: Comic Sans MS; font-size: 20pt;
	text-decoration: underline;
}

/* ------------------------------------------------------- */
/* CONTENT */
/* ------------------------------------------------------- */
#page_content{
	width: 710px; margin: 0px auto; clear: both;
	padding: 25px 20px;
	background-color: #56ba4e; border: 2px solid white;
	color: white; font-family: Comic Sans MS; font-size: 15pt;
	text-align: center;
}

/* ------------------------------------------------------- */
/* PAGE */
/* ------------------------------------------------------- */
#page_footer{
	width: 500px; margin: 20px auto 10px auto; line-height: 20px;
	text-align: center; font-family: Comic Sans MS; font-weight: bold; color: white;
	background-color: #56ba4e; border: 2px solid white;
}

/* ------------------------------------------------------- */
/* OTHER */
/* ------------------------------------------------------- */
.bordered_image{
	padding: 20px;
	background-color: white; border: 4px solid black;
}

.whitebordered_image{
	border: 1px solid white;
}

.image_right{
	float: right; margin: 0px 0px 10px 10px;
}

.text_left{
	text-align: left !important;
}

.text_big{
	font-size: 20pt;
}

.info_box{
	margin: 0px 100px; padding: 6px;
	background-color: white; border: 3px solid black; color: black;
	font-size: 12pt;
}