body {
    
    margin: 15px 0px 0px 0px;
    padding: 0px;
    font-family: Arial, Sans-Serif;
    font-size: 62.5%;
    background-image: url(/images/bgtile.jpg);
    background-position: center;
    background-repeat: repeat-y;
    background-color: #D1D1D1;
}

#navtile {
 
    width: 100%;
    height: 95px;     
}

#navtileleft {
    
    width: 50%;
    height: 95px;   
    background-image: url(/images/bgtop_left.jpg);
    float: left;
    z-index: 0;
}

#navtileright {
    
    width: 50%;
    height: 95px;   
    background-image: url(/images/bgtop_right.jpg);
    float: left;
    z-index: 0;
}


#top {
    
    width: 100%;
    height: 106px;
    background-image: url(/images/bgtop.jpg);
    background-position: top;
}

#topholder {
 
    /*margin-left: 170px;*/
    padding-left: 100px;
    width: 758px;
    height: 106px;
    margin-left: auto;
    margin-right: auto;  
}

#toptitle {
 
    width: 500px;
    height: 70px;   
    line-height: 90px;
    font-size: 2em;
    font-family: Times New Roman, Serif;
    font-style: italic;
    font-weight: bold;
    overflow: hidden;
    float: left;
}

#topbuttons {
 
    width: 258px;
    height: 70px;
    float: left;
    line-height: 90px;
    overflow: hidden;
}

#topbuttons a {
    
    color: #C41300;
    text-decoration: none;   
}

#topbuttons a:hover {
    
    text-decoration: underline;   
}

#nav {
    
    width: 750px;
    height: 18px;
    line-height: 18px;
}

#nav ul {
    
    padding: 0px;
    margin: 0px;
}

#nav li {
    
    border-right: solid 1px #CF5560;
    float: left;
    list-style: none;
    text-align: center;
}

#nav a {
 
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.1em;   
}

#nav a:hover {

    text-decoration: underline;
}

#container {

    width: 850px;
    /*height: 459px;*/
    margin-left: auto;
    margin-right: auto;  
	background-image: url(/images/containerbg.jpg);
	background-repeat: repeat-y;
	background-position: 66px 0px;
}

#seal {
 
    width: 84px;
    height: 260px;
    float: left;
    background-image: url(/images/seal_left.jpg);   
    float: left;
}


.morelink {
    
    font-size: 1.1em;
    font-weight: bold;
}

.morelink a {
    
    color: #C41300;   
    text-decoration: none;
}

.morelink a:hover {
    
    text-decoration: underline;
}



#footer {
    border-top: solid 4px #C41300;
    /*border-bottom: solid 1px #CCCCCC;*/
    margin-left: 65px;
    width: 785px;
    height: 28px;
    line-height: 28px;
	clear: both;
	background-image: url(/images/footerbg.jpg);
	background-repeat: no-repeat;
}

#footer ul {
    
    padding: 0px;
    margin: 0px;
    float: right;   
}

#footer li {
 
    border-right: solid 1px #CCCCCC;
    float: left;
    display: inherit;
    list-style: none;   
    text-align: center;
}

#footer a {
    
    color: #888888;
    text-decoration: none;   
}

#footertext {
    
    float: left;
}