body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFFF;
	background-color: #0b104a;
}

a { text-decoration: none; color: #ccccff; }
a:hover { text-decoration: underline; }

#wrapper {
	width: 780px;
	margin: 0 auto 0 auto;
	border-left: solid 1px #121877;
	border-right: solid 1px #121877;
}
#tbl_header {
	position: relative;
}
#banner {
	position:absolute;
	width:745;
	height:180px;
	left: 17px;
	top: 10px;
}
.main {
	background: url(images/bg_main.jpg) left top no-repeat;
	background-color:#142064;
}
.footer {
	background: url(images/bg_footer.jpg) left top repeat-x;
	background-color:#141f65;
	text-align: right;
	padding: 5px 10px 5px 10px;
	font-size: .85em;
}
.leader_title {
	line-height: 150%;
	font-weight: bold;
	font-size: 1.1em;
	color: #F6DD11;
}
.subtitle {
	line-height: 150%;
	font-weight: bold;
	font-size: 1em;
	border-top: solid 1px #3c48b8;
	padding: 0 0 5px 0;
	margin:20px 0 5px 0;
}
.subtext {
	padding-left: 25px;
}
.img_border {
	border: solid 1px #CCCCCC;
}
.tbl_profile {
	border-top: solid 1px #3c48b8;
	padding: 0 0 20px 0;
}

