body {
 margin: 0px;
 padding: 10px;
 font-family: Georgia, Sans-Serif;
 color: #444444;
 background-color: #ffffff;
 margin: 0px 0px 0px 10px;
 width: 750px;
 font-size:14px;
}

h1 {
 font-size:30px;
 margin:20px 20px 40px 20px;
 text-align:center;
}

h2 {
 font-size:16px;
}

a {
 color: #444444;
}

a:link {
 text-decoration: underline;
}

a:visited {
 text-decoration: underline;
}

a:hover {
 text-decoration: underline;
}

a:active {
 text-decoration: underline;
}

img {
 border: 0;
}

.header{
 font-family: arial, helvetica, verdana;
 float:left;
 width:750px;
 height:60px;
 background-image:url(/img/header.gif);
 margin-bottom:5px;
}

.home {
 display: block;
 float: left;
 width: 280px;
 height: 60px;
}

.top_menu {
 float: right;
 margin: 28px 25px;
}


.footer_left {
 margin: 10px;
 float: left;
}

.footer_right {
 margin: 10px;
 float: right;
}

.footer{
 font-family: arial, helvetica, verdana;
 float: left;
 width: 750px;
 height: 33px;
 background-image: url("/img/footer.gif");
 text-align: center;
 margin-bottom: 5px;
 font-size: 11px;
}

.header, .footer, .header a, .footer a, .header a:visited, .footer a:visited {
 color:#666666;
}

.nbody{
 float: left;
 width: 708px;
 padding: 25px 20px 10px 20px;
 min-height: 270px;
 background: #FFFFFF;
 background-image: url(/img/bodybg.gif);
 background-position: bottom;
 background-repeat:repeat-x;
 margin-bottom: 5px;
 border:1px solid #e2e2e2;
}

.topright {
 float:right;
}
.error, .labelerr {
 color:#FF0000;
}


