/*************************************************************
***** Colors used in this style sheet *****

#1E8035 : dark green		: main area
#000040 : dark blue			: head background & some links
#B5C6DB : light light blue	: links in the menu, text
#FFA500 : orange			: headings, hover and active links

*************************************************************/

body {
    background-color: #617834;
    margin: 0px;
    padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

/*** LINKS *******************************************/

a:link { color: #B5C6DB; text-decoration: none;}
a:active { color: #FFA500; text-decoration: underline}
a:visited { color: #B5C6DB; text-decoration: none}
a:hover { color: #FFA500; text-decoration: underline}

.content a:link { color: #FDEE03;}
.content a:active { color: #FFA500;}
.content a:visited { color: #FDEE03;}
.content a:hover { color: #FFA500; text-decoration: underline;}

/*** COMMON *******************************************/

.border { border: 5px solid #FFFFFF;}
.b { font-weight: bold;}
.c { text-align: center;}


.title {
	text-align: center;
}

.poster2007 {
	text-align: center;
}

.text {
	text-align: justify;
}

.date {
	font-weight: bold;
	color: #fdee03;
}

.bigbox {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.content {
	width: 500px;
	min-height: 400px;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
}

#footer {
    width: 100%;
    clear: both;
	background-color: #1E8050;
   	height: 25px;
    border-top: 1px solid #000040;
    border-bottom: 1px solid #000040;
}

#buttons{
    padding-left: 10px;
    width: 100%;
}

.button {
    margin-bottom: 2px;
}

.footer_button {
    float: left;
    clear: none;
    margin-left: 5px;
}


h1 {

	font-size: 16px;
	color: #FFA500;
	margin-top: 20px;
	margin-bottom: 20px;
}

h2 {
	font-size: 10px;
	color: #FDEE03;
}

h3 {
	font-size: 10px;
	color: #000040;
	margin-bottom: 0px;
	padding-left: 10px;
	background: url("../images/menu_square.gif") no-repeat top left;
}

.content ul {
	list-style-image: url("../images/menu_square.gif"); 
}

.booklet {
	border: 1px solid #FFA500;
	margin: 2px;
}

/*** MENU *******************************************/

