body {
font: 16px Arial, Helvetica, sans-serif;
color: #000000;
background-color: #373737;
background-image: url(images/bg.jpg);
background-repeat: repeat-y;
background-position: center;
margin: 0px; }

a {
color: #000000;
text-decoration: underline; }

a:hover {
color: #000000;
text-decoration: underline; }

a:active {
color: #000000;
text-decoration: underline; }

#container {
width: 750px;
margin: 0px auto;
padding: 0px;
text-align: center;
background-color: #fff;
border-left: 2px solid #fff;
border-right: 2px solid #fff; }

#header {
height: 100px;
background-image: url(images/headerbg.jpg) }

#header .text {
display: none; }

#navbar {
height: 30px;
border-top: 3px solid #1f49bf;
border-bottom: 3px solid #7e9beb;
background-image: url(images/navbg.jpg) }

#content {
font: 16px Arial, Helvetica, sans-serif;
text-align: justify;
margin-left: 50px;
margin-right: 50px;
padding-bottom: 20px; }

h1 {
font-size: 24px;
font-family: Georgia, "Times New Roman", Times, serif;
border-bottom: 3px double #dedede;
font-weight: normal;
margin-top: 30px; }

#content .title {
font-size: 24px;
font-family: Georgia, "Times New Roman", Times, serif;
border-bottom: 3px double #dedede; }

#footer {
font: 16px Arial, Helvetica, sans-serif;
width: 650px;
margin-top: 40px;
border-top: 1px solid #dedede; }

#footer a {
color: #dedede;
text-decoration: none; }

.req {
color: #ff6666; }

img {
margin: 0px;
border: none; }

