body {
    background-color: #000000;
    font-size: 25pt;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    margin: 0;
    padding: 0;
    background-repeat: repeat-x;
    color: #FFFFFF;
}

#header {
    clear: both;
    width: 720px;
    height: 373px;
    background-image: url(images/header2.gif);
    padding-top: auto;
    padding-right: auto;
    padding-left: auto;
    padding-bottom: auto;
}

#menu {
    width: 720px;
    height: 101px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}

#menu ul {
    float: left;
    margin-top: -4px;
	margin-left: 400px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 40px 320px 0px 40px;
    list-style: none;
    line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
    display: block;
    margin-left: 1px;
    padding: 7px 5px 7px 5px;
    letter-spacing: 0px;
    text-decoration: none;
    text-align: right;
    text-transform: uppercase;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

#menu a:hover, #menu .current_page_item a {
    text-decoration: underline;
    background-color: #318E6C;
    box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,.1);
    border-radius: 5px;
    color: #FFFFFF;
}


#page {
    width: 720px;
    /* [disabled]background-image:url(images/page.gif); */
    margin: auto;

}

#mainarea {
width:870px;
clear:both;
padding-left:210px;
	
}

#contentarea {
    width: 720px;
    padding-top: auto;
    padding-right: auto;
    padding-left: auto;
    padding-bottom: auto;
    float: none;
    line-height: 23pt;
	

}

#sidebar {
float:right;
width:170px;
line-height:14pt;
}

#sidebarl {
float:left;
width:170px;
line-height:14pt;
}

.widget {
padding-left:20px;
}

#footer {
    width: 720px;
    clear: both;
    height: 360px;
    padding: auto;
    text-align: center;
    line-height: 14pt;
    /* [disabled]background-image: url(images/footer.gif); */
    background-repeat: no-repeat;
    background-color: #000000;
}

h1, h1 a {
font-size:25pt;
color:#FFFFFF;
margin:0;
}

h2 {
    font-size: 15pt;
    color: #FFFFFF;
    padding-top: 6px;
}

.description {
font-size:14pt;
color:#FFFFFF;
margin:0;
}

a {
    color: #9B9BFF;
    text-decoration: none;
}

a:hover {
text-decoration:underline;
}
