BODY {
    background-color: #3c90d0;
}
.contentHolder {
	padding: 5px 16px 20px;
}
.breadcrumbs, .breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs a:active {
	font-size: 10px;
	color: #aaa;
}
h1 {
	font-size: 14px;
	color: #008246;
	margin-top: 0;
}
.highlightAccepted {
	color: #018a27;
}
.highlightDefault {
	color: #277fc5;
}
.secondaryNav {
	margin-top: -18px;
	margin-bottom: 12px;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
}

.contentHolder .colLeft {
	width: 234px;
	float: left;
	margin-left: 0px;
}
.contentHolder .colRight {
	width: 700px;
	float: left;
	margin-left: 0px;
	}
.colRight .col1 {
	width: 339px;
	float: left;
	padding-top: 14px
}	

.colRight .col2 {
	width: 346px;
	float: left;
	margin-left: 13px; 
	}
.bottomContent {
	margin: 10px 0 0 0;
	padding: 0
}
.bottomContent .rtCol {
	width: 168px;
	float: left;
	}
.bottomContent h3 {
	font-size: 11px;
	color: #3c90d0;
	background-color: #FFFFFF;
	padding: 2px 6px;
	width: 150px;
}
.bottomContent ul {
	list-style-image: url(/images/arrow.gif);
	margin: 0 0 0 20px;
	padding: 0;
	
}
.bottomContent ul li {
	margin: 0;
	padding: 0;
}


.detailBox {
    background-color: #ffffff;
    border: solid 1px #000000;
    padding: 5px;
    z-index: 1;
}
.detailBox table {
    border-top: solid 1px #999999;
    border-right: solid 1px #999999;
}
.detailBox td, .detailBox th {
    padding: 4px;
    border-left: solid 1px #999999;
    border-bottom: solid 1px #999999;
    border-collapse: collapse;
}