
body{
	background-color : #1b222c;
	margin-top: 30px;
	font-family : arial, verdana;
	font-size : 12px;
}

a:link{
	color : #19447b;
	text-decoration : none;
	font-weight: bold;
}

a:visited{
	color : #19447b;
	text-decoration : none;
	font-weight: bold;
}

a:hover{
	color : #000000;
	text-decoration : underline;
	font-weight: bold;
}

a:active{
	color : #19447b;
	text-decoration : none;
	font-weight: bold;
}

.titletext{
	padding-top: 7px;
	color : #224a80;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

.menubartext{
	color : #ffffff;
	font-size: 11px;
	text-decoration: none;
	
	font-weight: bold;
	padding-top: 10px;
}

.navtext{
	color : #ffffff;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

.boxes{
padding-left: 2px;
}















/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: 12px Arial;
width: 100%;
border: 1px solid #15519f;
border-width: 1px 0;
background: black url("i/blockdefault.gif") center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 6px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url("i/blockactive.gif") center center repeat-x;
}



