*{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
}

html {
    background-color: #3E2E1F;
}

body{
    font-family: verdana,arial;
    font-size: 11px;
    color: #000;
    background-color: #3e2e1f;
    margin:0px auto;
}

h1 {
    font-family: verdana,arial;
    color:#3e2e1f;
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: normal;
}

h1.white {
    color:#f1eec7;
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: normal;
}

#navtop{
    color: #ffffff;
    font-family:verdana,arial;
    padding:6px 17px 6px 0px;
    text-align: right;
}

A.navtop {
    text-decoration:none;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
}

A.navtop:hover {
    text-decoration:underline
}


#nav{
    color: #fff;
    padding:45px 0px 6px 17px;
}

a.nav {
    text-decoration:none;
    font-size: 16px;
    text-transform: uppercase;
    color: #3e2e1f;
}

a.nav:hover {
    text-decoration:underline
}

#navtopLeft{
    color: #fff;
    padding:6px 0px 6px 17px;
}

a.navtopLeft {
    text-decoration:none;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

A.navtopLeft:hover {
    text-decoration:underline
}

#header {
/*    background: #fff url(../images/header-bkg.gif) 0 0 repeat;*/
/*    background: transparent url(../images/header-bkg.gif) 0 0 repeat;
    width:800px;*/
    height:429px;
    background-color: #ffffff;
    text-align:left;
    padding:17px;
}

#intheader {
    height:600px;
    overflow:auto;
    background-color: #ffffff;
    text-align:left;
    padding:17px;
}

.logo {
    margin: 25px 0 16px 0;
}

.headImages {
    width: 750px;
    height: 330px;
    overflow: hidden;
}

#body {
    float:left;
    clear:both;
    display:block;
    color:#f1eec7;
    font-family:verdana,arial;
}

#bodyLeft {
    padding:17px;
    float:left;
    right:296px;
    display:block;
}

#bodyRight {
    padding:17px;
    width:296px;
    /*height:200px; use this for optional 3rd col: bodyRightBelow */
  /*  height:589px;/* use this for NO 3rd col */
    float:left;
    right:0px;
    display:block;
}

#prebody {
    float:left;
    clear:both;
    display:block;
    color:#000;
    font-family:verdana,arial;
    width:100%;
}

#prebodyLeft {
    padding:17px;
}


/*#bodyRightBelow {
    width:500px;
    height:389px;
    right:0px;
    display:block;
    background: #ccc url(../images/bodyrightbelow.gif) 0 0 repeat-x;
}*/

a.body {
    text-decoration: none;
    color:#f1eec7;
}

A.body:hover {
    text-decoration: underline;
}

#footer {
    border-top:1px solid #fff;
    height: 34px;
    display:block;
    clear:both;
    color: #fff;
    padding-top:15px;
}

a.footer {
    font-family: Verdana, arial;
    font-size:11px;
    color: #fff;
    text-decoration: none;
}

a.footer:hover {
    text-decoration: underline;
}

ul {
    margin-bottom:20px;
}

li {
    margin-left:20px;
}
