body {
background:black;
background-image:url(media/design/website-bg.jpg);
background-position:top center;
background-repeat:no-repeat;
color:white;
font-family:Helvetica,arial,sans-serif;
font-size:14px;
margin-top:80px;
color:#333;
}
a {
color:#000066;
}
h1 {
font-size:36px;
color:#000066;
font-weight:normal;
}
h2 {
font-size:16px;
color:#000066;
}
h3 {
font-size:16px;
color:#000066;
margin-top:0;
}
#page {
width:800px;
margin:0 auto;
padding:20px;
padding-bottom:20px;
background-image:url(media/design/transparent.png);
background-repeat:repeat;
}
#innerpage {
width:800px;
margin:0;
padding:0;
padding-bottom:20px;
background:#fff;
color:#333;
}
ul {
padding-left:15px;
}
.banner {
position:relative;
width:800px;
min-height:342px;
}
.logo {
position:absolute;
top:-100px;
left:75px;
z-index:999;
}
.topnav {
background:#000066;
color:#fff;
}
.topnav table {
background:#000066;
text-align:center;
}
.topnav table td {
position:relative;
}
.topnav .intd {
line-height:25px;
}
.topnav .intd > a {
text-decoration:none;
font-size:14px;
font-weight:bold;
color:#fff;
display:block;
}
.topnav .antd {
background:#0099ff;
}
.topnav .antd >a {
text-decoration:none;
font-size:14px;
font-weight:bold;
color:#fff;
line-height:25px;
display:block;
}
.content {
padding:20px 75px 20px 75px;
width:650px;
line-height:20px;
}
.footer {
width:800px;
margin:0 auto;
}
.footer .text {
color:white;
text-align:center;
font-size:12px;
margin:10px;
}
.footer .text > a {
color:#00ccff;
text-decoration:none;
}
.bottomnav {
text-align:center;
margin-top:20px;
color:#666;
}
.bottomnav ul {
list-style-type:none;
margin:0;
padding:0;
}
.bottomnav ul li {
display:inline-block;
padding:5px;
}
.bottomnav .intd, .bottomnav .intd > a {
font-size:13px;
color:#666;
text-decoration:none;
}
.bottomnav .antd, .bottomnav .antd > a {
font-size:13px;
color:#00ccff;
text-decoration:none;
}
.clear {clear:both;}
.subnavigation {
position:absolute;
width:200px;
background:#0099ff;
}
.subnavigation .antd2>a {
text-decoration:none;
color:#000066;
display:block;
}
.subnavigation .intd2>a {
text-decoration:none;
color:#fff;
display:block;
}
.subnavigation ul {
list-style-type:none;
margin:0;
padding:0;
}
.subnavigation ul li {
padding:2px 10px 2px 10px;
border-bottom:1px solid #fff;
text-align:left;
}
/* form css */
.inputblock {padding:5px;margin-left:10px;}
.inputlabel {display:block;font-weight:bold;}
.inputdescription {display:block;font-size:0.8em;font-style:italic;}
.inputtextsmall {width:100px;}
.inputtextmedium {width:250px;}
.inputtextlarge {width:500px;}
.inputtextarea {width:500px;height:100px;}
/* end form css */