@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;
    font-weight: bold;
    display: block;
    float: left;
    height: 2em;
    line-height: 2.5em;
    padding-right: 13px;
    text-decoration: none;
    font-size: 14px;
}

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-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-top: 0px;
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	color: #202020;
	background-color: #FFFFFF;
}

.mainContainer {
	width: 826px;
	overflow: hidden;
	margin: 0 auto;
}

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

.logo {
	width: 216px;
	height: 125px;
	padding-top: 50px;
	text-align: center;
}

.navBar {
	display: inline-block;
	width: 826px;
	height: 40px;
	float: left;
}

.contentLeft {
	width: 220px;
	float: left;
	overflow: hidden;
}

.contentRight {
	width: 606px;
	float: right;
	overflow: hidden;
}

.topLeftDiv {
	width: 220px;
	border-bottom: 1px solid #ccdeec;
	background-color: #FFFFFF;
	padding-top: 10px;
}

.topLeftDivOther {
	width: 220px;
	background-color: #FFFFFF;
	padding-top: 10px;
}

.topRightDiv {
	width: 584px;
	border: 1px solid #ccdeec;
	background-color: #f2f2f2;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 9.5px;
}

.topRightDivOther {
	width: 584px;
	border: 1px solid #ccdeec;
	background-color: #f2f2f2;
	padding: 10px;
}

.topRightDivForm {
	width: 584px;
	border: 1px solid #ccdeec;
	background-color: #FFFFFF;
	padding: 10px;
}

.bottomLeftDiv {
	height: 194px;
	background-color: #f2f2f2;
	width: 220px;
}

.bottomRightDiv {
	height: 194px;
	background-color: #FFFFFF;
	border-left: 1px solid #ccdeec;
	width: 603px;
}

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

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

.footerMain {
	width: 826px;
	overflow: hidden;
	margin: 0 auto;
	background-image: url(../images/footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 15px;
	font-size: 10px;
	color: #202020;
	padding-top: 30px;
}

.footerMain a{color: #141414;}
.footerMain a:hover {color: #454545}
