@charset "utf-8";
/* tab styles */
ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc li {
    background: #A8C4D4 url(../images/tab.png);
    float: left;
    margin: 0 1px 0 0;
    padding-left: 10px;
}

ol#toc a {
    background: url(../images/tab.png) 100% 0;
    color: #464646;
    display: block;
    float: left;
    height: 2em;
    line-height: 2.5em;
    padding-right: 13px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

ol#toc li.current {
    background-color: #D5E4ED;
    background-position: 0 -60px;
}

ol#toc li.current a {
	outline: none;
    background-position: 100% -60px;
    color: #000;
    font-weight: bold;
}

div.content {
    border-top: #A8C4D4 solid 3px;
    clear: left;
    padding: 1em;
}

/* page styles */
.theBody {
	margin: 0;
	font-family: Arial;
	font-size: 12px;
	color: #202020;
	background-color: #015ba9;
}

.mainContainer {
	width: 800px;
	overflow: hidden;
	margin: 0 auto;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

.header {
	width: 800px;
	height: 271px;
	background-image: url(../images/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.headerLeft {
	width: 250px;
	height: 256px;
	padding-top: 15px;
	float: left;
}

.navBtn {
	width: 225px;
	height: 32px;
	background-image: url(../images/-spacer.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-top: 5px;
	font-weight: bold;
	color: #777777;
	padding-left: 25px;
}

.navBtn a:link {
	font-weight: bold;
	color: #777777;
	text-decoration: none;
}

.navBtn a:active {
	font-weight: bold;
	color: #777777;
	text-decoration: none;
}

.navBtn a:visited {
	font-weight: bold;
	color: #777777;
	text-decoration: none;
}

.navBtn a:hover {
	font-weight: bold;
	color: #8fcb4f;
	text-decoration: none;
}

.leftContainer {
	width: 250px;
	overflow: hidden;
	float: left;
	color: #777777;
	background-color: #FFFFFF;
	min-height: 350px;
}

.rightContainer {
	width: 500px;
	overflow: hidden;
	background-image: url(../images/content-rpt.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	float: right;
	background-color: #FFFFFF;
	min-height: 550px;
	padding-left: 25px;
	padding-right: 25px;
}

.mainFooter {
	width: 802px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0 auto;
	padding-top: 20px;
	font-size: 10px;
	color: #FFFFFF;
}

.mainFooter a:link {
	color: #141414;
	text-decoration: none;
}

.mainFooter a:visited {
	color: #141414;
	text-decoration: none;
}

.mainFooter a:active {
	color: #141414;
	text-decoration: none;
}

.mainFooter a:hover {
	color: #454545;
	text-decoration: none;
}

.bottomRightSecure {
	width: 201px;
	height: 150px;
	border-right: 1px solid #ccdeec;
	float: left;
	background-image: url(../images/orb-shield.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	
}

.bottomRightCheck {
	width: 186px;
	height: 150px;
	float: left;
	background-image: url(../images/orb-check.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-left: 15px;
}
