body {
	margin: 0px;
	background: url(/images/bodyBG.jpg) repeat-x;
	background-color: #dfdec9;
}

#branding {
	background: url(/images/headBG.jpg) repeat-x;
}

#branding.logoA h1 {
	text-indent: -9999px;
	width:360px;
	height:82px;
	background: url(/images/logo-AA.jpg) no-repeat 33px;
	padding:0;
	margin:0;
}

#branding.logoA {
	text-indent: -9999px;
	width:360px;
	height:82px;
	background: url(/images/logo-AA.jpg) no-repeat 33px;
	padding:0;
	margin:0;
}


#branding.logoB h1 {
	text-indent: -9999px;
	width:360px;
	height:82px;
	background: url(/images/logo-BB.jpg) no-repeat 33px;
	padding:0;
	margin:0;
}

#branding.logoC h1 {
	text-indent: -9999px;
	width:360px;
	height:82px;
	background: url(/images/logo-C.jpg) no-repeat 33px;
	padding:0;
	margin:0;
}

#branding.logoVid {
	text-indent: -9999px;
	width:360px;
	height:82px;
	background: url(/images/logo-Vid.jpg) no-repeat 33px;
	padding:0;
	margin:0;
}

#branding ul {
	margin: 39px 33px 0 0;
	padding: 0;
	list-style: none;
}

#branding ul li {
	background: url(/images/tab-right.jpg) no-repeat top right;
	float:left;
}

#branding li a {
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Arial;
	display: block;
	padding: 10px 13px 10px 13px;
	background: url(/images/tab-left.jpg) no-repeat top left;
	text-decoration: none;
	color: #000;
	float:left;
}

#branding a:hover {
	color: #e86f36;
}

#footer {
	font: 10px Arial, Helvetica, sans-serif;
	background: #dfdec9;
}

.introText {
	font: 16px/21px Georgia, "Times New Roman", Times, serif;
	padding:10px 10px 0 15px;
	background: #f2f3e1 url(/images/lowerPadBG.jpg) no-repeat;
}

.introTitle {
	font: bold 19px "Lucida Grande", "Trebuchet MS", Verdana, Arial;
	color: #003366;
}

.getStarted {
	font: bold 19px Georgia, "Times New Roman", Times, serif;
	color: #0066cc;
	text-align: right;
}

.padBG {
	background-color: #f2f3e1;
}

.iframeBG {
	background-color: #fff;
}

td {
	vertical-align: top;
}

#lowerPadLeft {
	background: url(/images/lowerPadLeftBG.jpg) repeat-y;
}

#lowerPadRight {
	background: url(/images/lowerPadRightBG.jpg) repeat-y;
}

#iframeLeft {

	background: url(/images/iFrameLeftBG.jpg) repeat-y;
}
#iframeRight {
	background: url(/images/iFrameRightBG.jpg) repeat-y;
}

.dotline { 
	width:700px;
	margin:0 auto 10px auto;
	text-align: center;
	color:#FFFFFF; 
	background-color:#dfdec8; 
	border-bottom: 1px dotted #fff;
}
/* below is legacy CSS */
.copyright {
	width:950px;
	background-color:#76ABCA; 
	color:#666666; 
	padding:4px; 
	vertical-align:bottom; 
	font-size:12px; 
	padding-top:10px; 
	padding-left:8px; 
	padding-bottom:8px; 
	text-align:center;
}

.footernav {
	padding:4px; 
	margin-top:0; 
	text-align:center; 
	color:#333333; 
	font-size:11px; 
	line-height:19px;
	text-align: center;
}
hr { 
	text-align: center;
	color:#FFFFFF; 
	background-color:#dfdec8; 
	border-bottom: 1px dotted #fff; 
	border-style: none none dotted none;
}
.fnav {
	color:#333333;

}
.copyright {
	background-color:#dfdec8; 
	color:#666666; 
	padding:10px; 
	font-size:12px; 
	text-align:center;
}
/* above is legacy CSS */