html{
background: #130022;
}
body{
margin: 0;
padding: 0;
background: url("../images/bkg.jpg") no-repeat scroll center top #130022;
width: 100%;
min-width: 990px;
display: table;
font-family: Palatino Linotype, Book Antiqua, Palatino, Times serif;
font-size: 15px;
color: #291c01;
}
td{
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
th{
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
img{
border: none;
}

/* Headings */
h1, h2, h3, h4{
color: #322d7c;
margin-top: 4px;
margin-bottom: 6px;
}
h1{
font-size: 2.2em;
line-height: 1.05em;
background: url('../images/headlinebkg.png') no-repeat;
}
h2{
font-size: 1.5em;
}
h3{
color: #780025;
font-size: 1.2em;
}

/* Links */
a:link, a:visited{
text-decoration: none;
font-weight: bold;
color: #657806;
}
a:hover, a:active{
color: #780025;
}
#footerContentWrapper a:link, #footerContentWrapper a:visited{
color: #322d7c;
}
#footerContentWrapper a:hover, #footerContentWrapper a:active{
color: #201b60;
}

a.lightLink:link, a.lightLink:visited{
color: #e9d1ea;
}
a.lightLink:hover, a.lightLink:active{
color: #a6bd13;
}
a.lightLink2:link, a.lightLink2:visited{
color: #ffffff;
}
a.lightLink2:hover, a.lightLink2:active{
color: #a6bd13;
}

a.darkLink:link, a.darkLink:visited{
color: #780025;
}
a.darkLink:hover, a.darkLink:active{
color: #322d7c;
}

a.smallLink:link, a.smallLink:visited{
font-size: .8em;
}

label{
width: 150px;
text-align: right;
margin-right: 10px;
float: left;
display: block
}
input, select{
margin-bottom: 2px;
}
#loginFormWrapper label{
width: 60px;
}
#loginFormWrapper input.text{
font-size: 11px;
height: 16px;
padding: 0;
margin: 0;
border: 1px #581f61 solid;
margin-bottom: 2px;
}

