
/* elements dealing with element overwrites */

body {
    background: #fff url('./images/tile.jpg') repeat;
    margin: 0px;
	font-family: arial;
}
        
a {
    color: #375281;
    text-decoration: none;
} 
     
a:hover {
    color: #00F;
    text-decoration: underline;
}

ul li  {
    font-family: arial;
    font-size: 12px;
}

LI a{
    margin-bottom:7px;
    font-weight: BOLD;
    font-size: 14px;
    color: #fff;
}

LI a:hover{
    color:#ffaaaa;
    text-decoration: none;
}

p {
	font-family: arial;
    font-size: 12px;
}

#maincontent {
    padding: 0px 10px 0px 20px;
}
        
#mainBody {
    margin-top: 25px;
    width: 724px;
    padding: 10px;
    border: 1px solid #375281;
    background-color: #FFFFFF;
}


        
#nav {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 0px 20px 0px 20px;
    background: #fff url('./images/nav.jpg') no-repeat;
}
     
#nav a {
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
    font-family: arial;
    font-size: 16px;
    font-weight: BOLD;
    text-decoration: none;
}

#nav a:hover {
    color:#000;
    text-decoration: underline;
}

#footer td {
    border-top: 1px solid #375281;
	font-family: arial;
    font-size: 10px;
    color: #375281;
}

#footer td a {
    color:#375281;
}


#bodysect {
    background: #fff url('./images/side.jpg') no-repeat;
}

#bodysect td {
    font-size: 12px;
    padding-top: 10px;
}

#bodysect td h1 {
    font-size: 22px;
    line-height: 18px;
    color: #375281;
    border-bottom: 1px solid #375281;
}
#bodysect td h2 {
    font-size: 18px;
    line-height: 16px;
    color: #375281;
    border-bottom: 1px solid #375281;
}
#bodysect td h3 {
    font-size: 16px;
    line-height: 14px;
    color: #375281;
}
#bodysect td h4 {
    font-size: 14px;
    line-height: 14px;
    border-bottom: 0px;
    margin-bottom: 10px;
    color: #375281;
}
        
#address td {
    color: #000000;
    padding: 0px;
    margin: 0px;
    font-size: 10px;
    
}

.menu {
    VISIBILITY: hidden;
    BACKGROUND-COLOR: #679;
    z-index: 10;
    padding: 3px;
    left: 0;
    top: 0;
    text-align: left;
}

.menu a {
    text-align: left;
}
    
#menu { position: relative; }
	
#menu1 {
    position: absolute;
    padding: 3px;
    top: 1em;
    left: 172px;
}
	
#menu2 {
    position: absolute;
    padding: 3px;
    top: 1em;
    left: 340px;
}
