body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #F3E7DA;
}
a, a:hover, a:visited ,a:active {
	color: blue;
	text-decoration: none;
	
}
a:hover {
	color: blue;
	text-decoration: underline;
}

#navigation {
	font-size: 11px;
	height: 80px;
	background-color: #336666; 
	color: #FFFFFF;
	/*background-image: url(../img/bgr_top.jpg);
	background-repeat: repeat-x; */
}

#sideBar {
	margin: 0px;
	padding: 0px;
	width: 140px;
	float: left;
	background-color: #23277C;
	text-align: left;
	font-size: 12px;
	color: #CCCCCC;
	height: 740px;
}
#sideBar123 {
	margin: 0px;
	padding: 0px;
	width: 140px;
	float: left;
	background-color: #23277C;
	text-align: center;
	font-size: 12px;
	color: #CCCCCC;
	height: 640px;
}

#mainArea {
	float: left;
	width: 600px;
}
#content {
	padding: 20px;
}
.h1bg {
	color: #FFFFFF;
	background-color: #23287C;
}
#logoBox {
	margin: 0px;
	padding: 0px;
	height: 80px;
}
h1 {
	font-size: 18px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.h2bg {
	background-color: #FFFAF0;
}
h2 {
	font-size: 16px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.h2bg  a:visited, a:active {
	color: #333333;
	text-decoration: none;
}
.h2bg a:hover {
	color: #000000;
}
#container {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 100%;
}
.fullBreak {
	clear: both;
}
#navigation li {
	display: inline;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CBB8A3;
}
#navigation ul {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 12px;
	padding-left: 12px;
	font-weight: normal;
}
#navigation a:hover {
	color: #CCCCCC;
}

#footerNav {
	font-size: 10px;
	padding-top: 33px;
	text-align: center;
	color: #666666;
	clear: both;
}
#footerNav li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
#footerNav ul {
	margin: 0px;
	padding: 0px;
}
#footerNav a {
	text-decoration: none;
	color: #336666;
	font-weight: normal;
}
#footerNav a:hover {
	color: #23287C;
	text-decoration: underline;
}
.txt_red {
	color: red;
}
.txt_small {
	font-size: 10px;
}
.txt_small a {
	color: #666666;
	text-decoration: none;
}
.txt_small a:hover {
	color: #000000;
	text-decoration: underline;
}
.txt_small a:visited,a:active{
	color: #666666;
}
.box_pale {
	background-color: #F3E7DA;
}
.ul-float {
	float: right;
}
.contentImage_left {
	float: left;
}
.contentImage_right {
	float: right;
}

/* Customer Service CSS */

#sideBar ul {
	margin-left: 0px;
	padding-left: 0px;
	padding:4px;
}

#sideBar ul li {
	list-style-type: none;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	line-height: 140%;
}

#sideBar ul ul {
	padding-left: 13px;
}
div#sideBarMenu {
	margin-left: 20px;
	padding-top: 0px;
}
#sideBarMenu a {
	color: white;
}
.actbl {
	border: solid 1px white; 
}
.brltbg
{
    COLOR: #000000;
    BACKGROUND-COLOR: white;
}
.invisible {visibility: hidden}

fieldset{
	border: 0;
	margin: 0;
}
fieldset.border{
	border: 1px solid black;
	margin: 1em 0.25em 0.25em 0.25em;
	padding: 0.5em;	
}
fieldset textarea, fieldset input , fieldset select {
	font-size:11px;
}

legend{
	height: 1px;
}

legend.yellow-border{
	color: black;
	background-color:#FFCC33;
	margin: 0;
	padding: 0 .25em 0 .25em;
	border: 1px solid black;
}

label {
	cursor: pointer;
	left: 0em;
}

.button-container{
	clear: both;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
.submitcontainer{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.resetcontainer{
	display: block;
	margin: 0;
	padding: 0;
	margin-left: 3em;
}


input#submit, input#reset, input#submit-search, input#advanced-submit{
	width: 5em;
}

div.h2bg{
	padding-left:12px;
	color:#299B5B;
	font-size:13px;
	font-weight:bold;
}
div.infobox{
	margin: 3px;
	background-color:#FFE189;
	float: right;
	width:360px;
	padding:6px;
	color: #204260;
}
table.downloadsSummary {
	border-collapse:collapse;
	background-color:#FFE189;
	text-align:left;
}
table.downloadsSummary th{
	border-bottom:1px solid gray;
	border-right:1px solid gray;
	padding: 3px;
	font-size:10px;
}
table.downloadsSummary td{
	font-size:10px;
	padding: 3px;
}
div.sidebarHeading{
	color:#299B5B;
	background-color:#D6D6D6;
	text-align:center;
}

div.FileFormatRow{
  float:left;
  width:210px;
}

div.currentdownloads{
	position: absolute;
	top:130px;
	right: 2px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	margin:0px 8px 0px 6px;
	width:135px;
}
