body
{
    background-color:#fff;
    background-image:url('img/bodybg.jpg');
    background-repeat:repeat-x;
    margin:0px auto 0px auto;
    width:900px;
    font-family:verdana;
    color:#000;
}

a {
    text-decoration:none;
}

img {
    border-style:none;
}

#header
{
    background-image:url('img/header.jpg');
    width:901px;
    height:197px;
}

#subhead
{
    background-image:url('img/subhead.jpg');
    width:901px;
    height:92px;
}

#main
{
    background-image:url('img/main.jpg');
    width:901px;
}

#footer
{
    color:#fff;
    clear:both;
    background-color:#1e424c;
    width:899px;
    height:13px;
    border:#1e424c 1px solid;
    text-align:center;
    padding-top:2px;
    font-size:9px;
    letter-spacing:1px;
}

#menu {
    float:left;
    width:199px;
    margin-left:1px;
    padding-bottom:20px;
}

.menu {
    margin-bottom:20px;  
}

.menu a, .menu span {
    padding:4px 0px 4px 15px;
    font-size:13px;
    letter-spacing:1px;
    color:#fff;
    display:block;
    background-image:url('img/menuline.jpg');
    background-repeat:no-repeat;
    background-position:bottom left;
}

.menu a:hover, .menu span, .menu .selected {
    color:#1e424c;
}

#content {
    float:right;
    width:660px;
    padding-bottom:30px;
}

h1, h2 {
    color:#fff;
    font-size:24px; 
    font-weight:normal;
    padding:0px;
    margin:0px;
    letter-spacing:1px;
}

h2 {
    font-size:18px; 
}

.subh {
    font-size:9px;
    color:#0f2227;
    display:block;
    padding:0px 0px 6px 0px;
    margin:0px;
    background-image:url('img/hr.jpg');
    background-repeat:no-repeat;
    background-position:bottom left;
}

p {
    font-size:12px;
    text-align:justify;
    margin-right:40px;
}

.xcontent {
    border:#0f2227 1px solid;
    margin-top:10px;
    width:624px;
    padding:4px 0px 4px 6px;
}

.xcontent img {
    margin:4px 4px 0px 0px;
}

table {
    font-size:12px;
}
