body {
	background-color: #0A273A;
	color: rgb(255,255,255);
	font-family: arial, sans-serif;
	font-size: 95%;
	text-align: justify;
}

a {
	color: #2180BC;
	text-decoration: none;
}
a:hover {
	color: #88ac0b;
}

#header a, #menu a, #sidebar a, #footer a {
	color: rgb(255,255,255);
}

#header {
	background: url(../img/template/header.png) repeat-x 0 0;
	height: 100px;
}
#header h1 {
	font-weight: bold;
	font-size: 1.3em;
}

#wrapper {
	background-color: #237FBE;
}
#content {
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}


#sidebar .block {
	background: #FFFFFF;
	color: rgb(0,0,0);
}
.block {
	border-color: rgb(0,0,0);
}
.block .header, .block .header a {
	color: rgb(255,255,255);
	background: #237FBE;
	border-color: rgb(0,0,0);
	font-size: 110%;
	font-weight: bold;
}
#sidebar .block a {
	color: #2180BC;
}

#footer {
	background: url(../img/template/footer.png) repeat-x 0 0;
}

#menu {
	background: url(../img/template/menu.png) repeat-x 0 0;
	font-weight: bold;
	line-height: 37px;
}
#menu ul li a {
	text-decoration: none;
}
#menu ul li a:hover {
	color: #D4E59F;	
}
#menu ul li#current a {	
	color: #D4E59F;
}

th a {
	color: #000;
}
