@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #2A457A;
	text-align: left;
}
p {
	color: #999999;
	font-size: 11px;
}
h1 {
	font-size: 16px;
	color: #FFFFFF;
	text-transform: capitalize;
}
h4 {
	color: #009DDC;
	font-size: 12px;
	line-height: 2px;
}
a {
	color: #558ED5;
}

.footer {
	color: #558ED5;
}

.thumb {
	padding: 0px 33px 0px 0px;
}

/* navigation */

#navbox {
	position: absolute;
	left: 288px;
	width: 516px;
	top: 3px;
	text-align: left;
}
#navbox p {
	color:#FFFFFF;
}
#navbox a {
	color: #FFFFFF;
	font-weight: bold;
}

/* body */

#wrap {
	width: 799px;
	min-height: 555px;
	background:#FFFFFF;
    position: absolute;
    left: 50%;
    margin-left: -399px;
}
#leftcolumn {
	width: 283px;
	float: left;
}
#content {
	border-left: dashed #7FCEED 1px;
	float:left;
	padding: 0px 7px 0px 3px;
	width: 505px;
	text-align: left;
	line-height: 20px;
}
#content strong {
	color: #0A4158;
}
#content ul li {
	color: #999999;
	font-size: 11px;
}
#news {
	border-top: dashed #7FCEED 1px;
}
.clearboth {
	clear: both;
}
.largetext {
	font-size: 14px;
}
.dividedpara {
	border-top: dashed #7FCEED 1px;
	padding: 5px 0px 0px 0px;
}
.goldtext {
	font-weight: bold;
	color: #D4A32C;
}

#column1 {
	float: left;
	width: 252px;
}
#column2 {
	float: left;
	width: 252px;
}
/* footer */

#footer {
	float:left;
	text-align: left;
	width: 799px;
	height: 90px;
	background-color: #02457C;
}
#footer p {
	color:#FFFFFF;
}
#footer a {
	color: #0A4158;
}
#leftfooter {
	width: 278px;
	float: left;
	margin-left: 5px;
}
#rightfooter a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.leftfloat {
	float: left;
	padding: 0px 5px 0px 0px;
}