
body {
background-color: #0B3146;
background: url('./views/images/brspeck.jpg');
margin: 0;
padding: 0;
font-family: "Times New Roman", Times, Georgia;
}
.unselected_page a, .unselected_page a:visited {
background: url('./views/images/button_off.gif') no-repeat;
width: 123px;
display: block;
text-align: center;
padding: 9px 0px 0px 0px;
margin-left: 5px;
height: 37px;
color: #ffffff;
text-decoration: none;
}
.unselected_page a:hover, .unselected_page a:active {
margin-left: 5px;
background: url('./views/images/button_on.gif') no-repeat;
width: 123px;
padding: 8px 0px 0px 0px;
height: 37px;
display: block;
color: #ffffff;
}
#selected_page a {
margin-left: 5px;
background: url('./views/images/button_is.gif') no-repeat;
width: 123px;
display: block;
text-align: center;
padding: 11px 0px 0px 0px;
height: 37px;
color: #D65F0D;
text-decoration: none;
}
#header {
height: 129px;
margin: 0;
padding: 0;
width: 100%;
background: url('./views/images/top.bg.gif') top repeat-x;
}
#nav_bar {
background: url('./views/images/nav.bg.gif') repeat-x;
padding: 0px 15px 0px 0px;
}
#content {
background-color: #ffffff;
font-size: 110%;
text-align: justify;
padding: 10px 30px 25px 10px;
}

#side {
background: url('./views/images/side.bg.gif') repeat-y;
}

h1, h2, h3, h4 {
color: #0B3146;
letter-spacing: 1px;
}

h3 {
color: #D65F0D;
}

#adv {
padding: 0px 15px 10px 0px;
color: #ffffff;
font-size: 20px;
}

#home_link {
background: url("./views/images/left.side.top.gif") no-repeat;
height: 18px;
width: 134px;
padding: 19px 0px 0px 15px;
display: block;
color: #D65F0F;
}
#home_link a, #home_link:visited {
color: #ffffff;
border: 0;
text-decoration: none;
}
#home_link a:hover, #home_link:active {
color: #002337;
text-decoration: none;
}

a, a:visited {
color: #ffffff;
text-decoration: none;
}

a:hover, a:active {
color: #D65F0F;
}

#content a, #content a:visited {
border-bottom: 1px #D65F0F solid;
}

#content a:hover, #content a:active {
border-bottom: 1px #052B42 dashed;
}

.unselected_page a, .unselected_page a:visited,
#selected_page a, #selected_page a:visited {
border: 0;
}

input, textarea {
padding: 5px;
color: #0B3146;
font-size: 105%;
margin 5px;
background-color: #FFF5EF;
border: 1px #D65F0E solid;
}

input:focus, textarea:focus {
	background: #fff;
	color: #D65F0E;
	border: 1px solid #052B42;
}
.buttonfield {
color: #ffffff;
border: 0;
font-size: 105%;
background-color: #D65F0E;
}
#copyrightinfo {
font-size: 12px;
color: #ffffff;
width: 130px;
text-align: center;
}

#leaders {
text-align: center;
color: #052B42;
}

#leaders img {
border: 2px solid #D65F0D;
margin-bottom: 3px;
}

td.boxTest {
color: #ffffff;
text-align: justify;
}

a.blue, a.blue:visited {
color: #0B3146;
text-decoration: none;
}

a.blue:visited {
color: #d65f0f;
text-decoration: none;
}

.productListing a {
color: #052B42;
}

p {
	font-size: 12pt;
	color: #000000;
}

p.padded {padding-right: .5cm; padding-left: .5cm}
