BODY {
margin: 0px;
background: #000;
font-family: Lucida Sans, Helvetica, sans-serif;
}

/*Page Defaults */
a {
color:#cc3333;
}
a:hover {
text-decoration:underline;
}

h2 {
border-bottom:2px solid #ebebeb;
margin:0;
font-size:14pt;
color:#ccc;
text-align:center;
}
h3 {
font-size:12pt;
color:#58b4dd;
}

h4 {
font-size:10pt;
font-weight:bold;
text-decoration:underline;
color:#02a5e0;
margin:5px;
}

p {
font-size:10pt;
text-indent:15px;
}

#maincontainer {
width: 750px;
margin-left: auto;
margin-right: auto;
border: 0px;
}


/* header and logo area */

#header {
width: 750px;
height: 199px;
background: url('images/header_top.jpg') #fff;
}

#header .menu {
position: relative;
left: 210px;
top: 74px;
}

#header A {
font-size: 22px;
color: #000;
text-transform: uppercase;
text-decoration: none;
font-weight: bold;
padding: 10px 5px 10px 5px;
margin: 0px 5px 0px 0px;
letter-spacing: -1px;
}

#header A:hover {
font-size: 22px;
color: white;
background-color: black;
text-transform: uppercase;
text-decoration: none;
font-weight: bold;
padding: 10px 5px 10px 5px;
margin: 0px 5px 0px 0px;
letter-spacing: -1px;
}

#header .description {
font-size: 14px;
color: #fff;
font-weight: bold;
text-decoration: none;
position: relative;
top: 98px;
left: 280px;
width: 500px;
}

#welcomeback {
position:absolute;
top: 165px;
float:right;
width: 700px;
text-align:right;
font-size: 12pt;
}

#welcomeback a {
text-decoration: none;
font-weight: bold;
color: #000;
padding: 0px;
margin: 0px;
font-size: 12pt;
}

#welcomeback a:hover {
font-weight: bolder;
text-decoration: underline;
color: #000;
padding: 0px;
margin: 0px;
font-size: 12pt;
background-color: transparent;
}


/* main area */

#main {
width: 750px;
background: url('images/main_bg.jpg');
background-repeat: repeat-y;
padding-bottom:10px;
}

#content .bodytext {
padding: 5px;
}

/* footer */

#footer {
width: 750px;
height: 41px;
background: url('images/header_bottom.jpg') #000;
}

#footer .bottomlinks {
width: 200px;
margin-left: auto;
margin-right: auto;
position: relative;
top: 18px;
}

#footer A {
color: #fff;
text-decoration: none;
}

#footer A:hover {
color: #fff;
text-decoration: underline;
}
