@font-face {
font-family: Dungeon;
src: url('fonts/dungeon.otf');
}

img, div, a, input, td, table, body { behavior: url(/scripts/pngFix/iepngfix.php) }

.body {
background-color:white;
background-image:url(images/background.png);
background-position:top left;
background-repeat:repeat-x;
color:white;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
}

.margin-left {
background-image:url(images/margin_left.png);
background-repeat:repeat-y;
background-position:right;
width:100px;
}

.margin-right {
background-image:url(images/margin_right.png);
background-repeat:repeat-y;
background-position:left;
width:100px;
}

.margin-top {
background-image:url(images/margin_top.png);
background-repeat:repeat-x;
background-position:bottom;
height:65px;
}

.margin-bottom {
background-image:url(images/margin_bottom.png);
background-repeat:repeat-x;
background-position:top;
height:65px;
}

.navMenu {
font-family:Dungeon, Helvetica, sans-serif;
color:white;
font-size:16px;
text-transform:uppercase;
text-decoration:none;
}

.navMenu a:link {
color:white;
text-decoration:none;
}

.navMenu a:visited {
color:white;
text-decoration:none;
}

.navMenu a:hover {
color:black;
text-decoration:none;
}

.off {
list-style:none;
float:left;
padding:5px;
width:40%;
text-transform:lowercase;
font-size:18px;
font-weight:bold;
text-align:center;
-moz-border-radius:5px;
cursor:pointer;
}

.on {
width:40%;
background-color:red;
color:black;
font-weight:bold;
font-size:18px;
text-transform:lowercase;
list-style:none;
float:left;
cursor:pointer;
text-align:center;
padding:5px;
-moz-border-radius:5px;
}

.tabs {
text-align:center;
}

.shortNav {
color:white;
text-decoration:none;
}

.shortNav a:link {
color:white;
text-decoration:none;
}

.shortNav a:visited {
color:white;
text-decoration:none;
}

.shortNav a:hover {
color:red;
text-decoration:none;
}

.loginField {
padding:5px;
-moz-border-radius:5px;
background-color:white;
border:none;
}

label.overTxtLabel {
font-style:italic;
font-family: helvetica, verdana;
font-size: 16px;
color: #999999;
}