/* Global formatting */
body {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px;
}

img{
	border: none;
}
a, a:active, a:link, a:visited {
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a:focus, a:hover{
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
.pageheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ff0000;
	background-color: #e4e4e4;
    font-weight: bold;
}
/* Form Field Formatting */
.button {
   font-family: Arial, Helvetica, sans-serif;
	background-color: #336699;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	border: 1px solid #ffffff;
        cursor: hand;
}
.input {
   font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	border: 1px solid #000000;
}

/* Product Menu formatting */

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-bottom: 1px solid #efefef;
	background-color:  #C8C8C8;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	background-color: #C8C8C8;
	border-bottom: 1px solid #efefef;
	font-weight: bold;
	text-decoration: none;
}



/* Main Display formatting */
.page{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.page h3{
	font: bold 120% Arial,sans-serif;
	color: #000000;
	padding: 5px 0px 5px 0px;
}

.page img{
	float: left;
	padding: 0px 10px 0px 0px;
}
.errtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0000;
	font-weight: bold;
}

/* Footer Formatting */
.footer {
background-color:#2F4B9D;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
height:47px;
text-align:center;
vertical-align:middle;
	}
.footer a, .footer a:link, .footer a:visited {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.footer a:hover, .footer a:focus {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}
.footer img {
	vertical-align: middle;
}

.red_background {
background-color:#CB0101;
border-bottom: 2px solid #fff;
}

.message {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-color: #ffffff;
	border: 0px solid #ffffff;
}
.message th {
	font-weight: bold;
	color: #ffffff;
	background-color: #336699;
}
.message td {
	background-color: #efefef;
}
.message a, a:active, a:link, a:visited, a:focus, a:hover {
        font-weight: bold;
}
.message li {
  	color: #336699;
}


/* New formatting */
.copytable{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	padding:5 5 5 5;
}
.tableheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #336699;
    font-weight: bold;
    padding:3 3 3 5;
}

a:link.menu, a:active.menu, a:visited.menu{
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
}
a:hover.menu{
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

/* Added  11/14/2008 By Mike Boardley - Sierra Bravo */
#header {
background-image:url(/images/slide_0.jpg);
background-repeat:no-repeat;
height:229px;
position:relative;
width:790px;
}

#header img {
left:0px;
padding:0px;
position:absolute;
top:0px;
}


