body {
	margin: 0;
	background: #223b6c url(../images/bg.jpg) top center no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#wrapper {
	margin: 0 auto;
	width: 850px;
	background-color: #FFFFFF;
}

#header {
	width: 850px;
	height: 125px;
	margin-bottom: 15px;
	background: transparent url(../images/header.jpg) top left no-repeat;
}

#content {
	width: 850px;
	clear: both;
}

#leftcol {
	float: left;
	width: 175px;
	margin: 20px 15px 0 25px;
	text-align: right;
}

#rightcol {
	float: left;
	width: 550px;
	margin: 16px 20px;
}

#footer {
	width: 850px;
	clear: both;
	text-align: center;
}


#headlinks a {
	float: right;
	border: 0;
	padding: 0;
	margin-top: 80px;
}


#nav {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	font-weight: bold;
}


#nav li {
	padding: 10px 0;
}



img {
	border: 0;
}

a:link {
	color: #006fbe;
	text-decoration: none;
	}
a:visited { 
	color: #006fbe;
	text-decoration: none; 
	}
a:hover {
	color: #666666;
	text-decoration: underline;
	}
a:active { 
	color: #006fbe;
	text-decoration: underline; 
	}
	
.textVerd { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	line-height:14px;
	}
	
.textVerdBold { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color:#112269;
	line-height:14px;
	font-weight: bold;
	}
	
.textVerdBold2 { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color:#112269;
	line-height:14px;
	font-weight: bold;
	}

td.box4grey
{
	border-style: solid;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-top-color: #D5D5D5;
	border-right-width: 1px;
	border-right-color: #D5D5D5;
	border-left-width: 1px;
	border-left-color: #D5D5D5;
	border-bottom-width: 1px;
	border-bottom-color: #D5D5D5;
}

td.box4green
{
	border-style: solid;
	background-color:#D7E8A1;
	border-top-width: 1px;
	border-top-color: #B0D144;
	border-right-width: 1px;
	border-right-color: #B0D144;
	border-left-width: 1px;
	border-left-color: #B0D144;
	border-bottom-width: 1px;
	border-bottom-color: #B0D144;
}

td.boxBlack
{
	border-style: solid;
	background-color:#EEF7D0;
	border-top-width: 0px;
	border-top-color: #000000;
	border-right-width: 1px;
	border-right-color: #000000;
	border-left-width: 0px;
	border-left-color: #000000;
	border-bottom-width: 0px;
	border-bottom-color: #000000;
}


h1 {
	font-size: 1.6em;
	color: #006fbe;
}

h2 {
	font-size: 1.4em;
	color: #006fbe;
}
