body {
margin:0 0 0 0;
padding: 0 0 0 0;
background:#c3c3c3 url(../images/bgnd.png) repeat-x;
font-family:"Trebuchet MS", Verdana;
}
a {text-decoration:none}
a:hover{text-decoration:underline}
.header {
height:83px;
margin:0 auto 0 auto;
width:800px;
padding:20px;
color:#ffffff;
}
.logo, .logo a {
color:#ffffff;
font-size:25px;
}
.slogan {
font-size:17px;
}
.wrapper {
width:990px;
background:#e5e5e5;
margin:0 auto 0 auto;
height:100%;
border:2px solid #002796;
}
#content{
padding:1%;
width:73%;
background:#ffffff;
float:left;
height:100%;
}
#rightColumn {
width:23%;
float:right;
padding:1%;
height:100%;
}
#leftForm{
padding:1%;
width:50%;
background:#ffffff;
float:left;
height:100%;
}
#rightForm{
padding:1%;
width:45%;
background:#ffffff;
float:right;
height:100%;
}
#nav {
background:url(../images/nav.png) repeat-x 0 0;
height:50px;
width:auto;
margin:0 auto 0;
padding:0 0 0 0;
}
#nav ul {
margin:0 0 0 0;
padding:0 0 0 0;
}
#nav ul li {
display:inline;
list-style-type : none;
}
#nav ul li a {
float:left;
height:38px;
padding:12px 20px 0 20px;
color:#d6d6d6;
text-decoration:none;
}
#nav ul li a:hover, .active {
color:#ffffff;
background:url(../images/nav.png) repeat-x 0 100%;
}
.copy {
color:#ebe9e9;
font-size:10px;
text-align:center;
width:820px;
margin-left:auto;
margin-right:auto;
}
.status, .status td{
border:solid 1px #ccc;
font-size:12px;
}
input{
padding:2px;
background:#f7f7f7;
border:solid 1px #ccc;
}
textarea{
padding:2px;
background:#f7f7f7;
border:solid 1px #ccc;
}