
body {
padding : 0;
margin : 0;
font-size : 90%;
background-color : #c17f29;
font-family : Arial, Helvetica, sans-serif;
}
#wrapper {
width : 760px;
margin : 0 auto;
height : auto;
background-color : #ffffff;
}
#topHeader {
text-align : center;
color : #ffffff;
background-color : #63608b;
font-size : 12px;
padding-bottom : 3px;
}
#header {
width : 760px;
background-color : #ffffff;
height : 100px;
background : url(images/header.gif) no-repeat top left;
}
#globalNav {
background-color : #c17f29;
background : url(images/nav_bg.gif) no-repeat bottom left;
}
.menu {
font : 14px Arial;
width : 100%;
}
.menu ul {
margin : 0;
padding : 0;
float : left;
width : 80%;
border-width : 1px 0;
}
.menu ul li {
display : inline;
}
.menu ul li a {
float : left;
color : white;
padding : 5px 11px;
text-decoration : none;
border-right : 1px solid #666666;
border-left : 1px solid #cccccc;
}
.menu ul li a:visited {
color : white;
}
.menu ul li a:hover, .menu ul li .current {
color : white !important ;
padding-bottom : 5px;
background-color : #c17f29;
}
.menu ul ul {
width : 15em;
}
.menu ul li {
float : left;
height : 28px;
line-height : 15px;
list-style-type : none;
}
.menu table {
position : absolute;
left : 1px;
top : 0;
width : 0;
height : 0;
font-size : 1em;
z-index : 99;
}
.menu ul ul a, .menu ul ul a:visited {
display : block;
color : #000;
width : 12em;
height : 24px;
line-height : 24px;
border-right : 2px solid #000000;
background-color : #ffffff;
}
.menu ul :hover a.sub1 {
background : #c17f29;
}
.menu ul ul :hover a.sub2 {
background : #c17f29;
}
* html .menu ul ul a:hover {
position : relative;
z-index : 110;
color : #1e5694;
background-color : #c17f29;
}
.menu li:hover {
position : relative;
}
.menu ul ul li:hover {
position : relative;
}
.menu ul ul :hover > a {
color : #000000;
background-color : #c17f29;
}
.menu ul ul {
visibility : hidden;
position : absolute;
height : 0;
top : 28px;
left : 0;
width : 14em;
}
.menu ul :hover ul {
visibility : visible;
height : auto;
padding-bottom : 3em;
}
.menu ul :hover ul :hover ul ul {
visibility : hidden;
}
.menu ul :hover ul :hover ul {
visibility : visible;
}
.menu ul :hover ul :hover ul :hover ul {
visibility : visible;
}
.lastitem {
border-bottom : 1px solid #000000;
}
.Hseperator {
padding : 10px 0 5px 0;
}
.Vseperator {
width : 10px;
}
#pagecontent {
margin : 0;
padding : 0;
}
#leftColumn {
float : left;
top : 0;
width : 245px;
height : 520px;
text-align : center;
}
#leftColumn img {
border : 0;
margin : 0;
padding : 0;
}
#leftColumn img {
border : 0;
margin : 0;
padding : 0;
}
#rightColumn {
margin-left : 250px;
max-width : 36em;
padding : 0 0 0 1em;
}
#footer {
clear : both;
margin : 0;
padding : 0.2em;
color : #333;
background-color : #ddd;
border-top : 1px solid gray;
text-align : center;
font-size : 70%;
}
h5 {
padding : 2px 0 3px 3px;
margin : 0;
font-size : 100%;
background-color : #90412e;
color : #ffffff;
width : 480px;
font-family : Arial, Helvetica, sans-serif;
}
h4.red {
color : #ffffff;
background-color : #90412e;
text-align : center;
padding : 3px 0 3px 0;
margin : 0;
}
input.btn {
color : #ffffff;
width : 85px;
font-size : 75%;
font-weight : bold;
background-color : #666666;
border : 1px solid;
border-top-color : #696;
border-left-color : #696;
border-right-color : #363;
border-bottom-color : #363;
}
input.btnhov {
width : 85px;
background-color : #003366;
color : #ffffff;
border-top-color : #666666;
border-left-color : #666666;
border-right-color : #000000;
border-bottom-color : #000000;
}
.bdOrnge {
font-weight : bold;
color : #c17f29;
}
#pagecontent p {
font-family : Arial, Helvetica, sans-serif;
line-height : 1.5em;
font-size : 90%;
}
a:link {
color : #63608b;
}
a:visited {
color : #90412e;
}
a:hover {
color : #90412e;
}
a:active {
color : #90412e;
}
@media print {
body {
font-family : "Times New Roman", Times, serif;
}
h5 {
text-decoration : underline;
}
}
