/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font: normal 12px/135% Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../pix/bg_strip.jpg) repeat-x;
	color: #333333;
}

#mainContainer {
	width: 940px;
	padding: 0px;
	margin: 0 auto;
}

#topPanel {
	height: 123px;
}

#topPanelLeft {
	float: left;
	width: 361px;
}

#topPanelRight {
	float: right;
	width: 468px;
}

#botPanel {
}

#linkBar {
	background: #CA2639 url(../pix/linkbar_bk.jpg) repeat-x;
	height: 29px;
}

#botPanelLeft {
	float: left;
	width: 86px;
}

#botPanelRight {
	float: right;
	width: 840px;
}

#contentOuter {
	margin-top: 15px;
}

#conentLeftBox {
	float: left;
	width: 620px;
}

#conentRightBox {
	float: right;
	width: 200px;
}

#content200Left {
	float: left;
	width: 160px;
}

#content400Right {
	float: right;
	width: 440px;
}

#topBanner img {
	margin-top: 15px;
}

#topLinksBox {
	padding-top: 10px;
}

#searchBox {
	float: left;
}

#topLinks {
	float: right;
	margin-top: 3px;
}

#footer {
	padding-top: 4px;
	border-top: 1px dotted #999999;
	margin-top: 8px;
}


#navTab {
	margin:0;
	padding:2px 2px 2px 0;
	
	}

#navTab li {
	margin:0;
	padding:0;
	display:block;
	list-style-type:none;
	}

#navTab a:link, #navPyra a:visited {
	/* font-size:11px;
	line-height:16px;
	font-weight:bold; */
	padding:0 0px 6px 10px;
	text-decoration:none;
	border: 0px 0px 0px 0px;
	color:#104E93;
	}

#navTab a:link.active, #navTab a:visited.active, #navTab a:hover {
	color: #333;
	background:url(../pix/tab_red.gif) no-repeat left top; 
	}
.BoxBeige h3 {
	font-size: 14px;
	font-weight: normal;
	color: #000066;
	margin-bottom: 3px;
	margin-top: 8px;
	margin-left: 10px;
}

#navTab a:visited { 
color:#617891;
}

.BoxBeige8pad {
	background: #F9F7E4;
	border: 1px dotted #A4AFC3;
	padding: 8px;
}

.BoxBeige {
	background: #F9F7E4;
	border: 1px dotted #A4AFC3;
}

.BoxGrey {
	background: #F8F8FA;
	border: 1px dotted #A4AFC3;
	padding: 8px 8px 0px;
	margin-bottom: 18px;
}

a:link {
	color: #901B27;
	text-decoration: none;
}

a:visited {
	color: #901B27;
	text-decoration: none;
}

a:hover {
	color: #901B27;
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	font-weight: normal;
	color: #000066;
	margin-top: 0px;
	margin-bottom: 6px;
	border-bottom: 1px dotted #666666;
	padding-bottom: 2px;
}
p {
	margin-top: 0px;
	margin-bottom: 8px;
}

.black {
color: #000000;
}

.dkblue {
color: #000066;
}

.red {
	color: #901B27;
}

.redbold {
	color: #901B27;
	font-weight: bold;
}

.dkblueUnderline {
	font-size: 13px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}

#rightCol p {
	margin-top: 10px;
	font-size: 11px;
	line-height: 14px;
}

hr {
	border-top: 1px dotted #999999;
	height: 1px;
	text-align: left;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
}

.yelBg { /* used on forrm fields */
	background-color: #FFFFCC;
	border: 1px solid #CCCCCC;
	padding: 3px;
	color: #333333;
	font-size: 11px;
}

.clearit {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}
