/* CSS Document */
body {
	margin:0px;
	background-color:#011d31;
	background-image:url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top:115px;
}
#topbar{
	position:absolute;
	top:0px;
	left:0px;
	background-color:#FFFFFF;
	background-image:url(../img/headerbg.jpg);
	background-repeat: repeat-x;
	width:100%;
	height:105px;
	padding:0px;
	z-index:1
}


#topbarimg{
	height:105px;
	margin:0;
	background-position:center;
	background-repeat:no-repeat;
	text-align: center;
}
#wrapper {
	position:relative;
	margin:auto;
	border:0;
	width: 890px;
	height:auto;
	background-color:#032741;
	padding:5px;
	overflow: auto;
	z-index:0
}

#leftwrap{
	position:relative;
	width:210px;
	float:left;
	height: 100%;
}
/* Bottom Links */
#bottomlinks{
	position:relative;
	padding:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:18px;
	color:#0099FF;
	text-align:center;
}


#bottomlinks a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0099FF;
}

#bottomlinks a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#003399;
}

/* Text */
.titles{
	font-size:25px;
	font-weight: bold;
	color: #005089;
}

.titlessmaller{
	font-size:19px;
	font-weight: bold;
	color: #005089;
	line-height: 30px;
}

.titlecolor{
	font-size:13px;
	font-weight: bold;
	color: #1b496a;
	line-height: 20px;
}

.titles3{
	font-size:14px;
	font-weight: bold;
	color: #005089;
}
.bold{
	font-weight:bold;
}

/*Links*/
a:link {
	font-weight:normal;
	text-decoration: none;
	color: #005089;
}
a:hover {
	font-weight:normal;
	text-decoration: underline;
	color:#333333;
}
a:active {
	font-weight:normal;
	text-decoration: none;
	color: #005089;
}
a:visited {
	font-weight:normal;
	text-decoration: none;
	color: #005089;
}


/* -------------------- Tabulated Data ------------------- */

th strong
{
color: #fff;
}

table
{
border-collapse: collapse;
width: 82%;
margin-left: 2px;
}

th
{
background: #fff;
height: 28px;
padding-left: 11px;
padding-right: 11px;
color: #005089;
text-align: left;
border-left: solid 0px #c5c3c5;
border-bottom: solid 2px #ffffff;
}

tr
{
height: 30px;
}

td
{
padding-left: 11px;
padding-right: 11px;
border-left: solid 1px #c5c3c5;
border-bottom: solid 1px #ffffff;
}

td.first,th.first
{
border-left: 0px;
}

tr.rowA
{
background: #efefef;
}

tr.rowB
{
background: #fff;
}
