.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

body {
margin: 0px;
background-image: url('../images/backgrd_main.jpg');
background-repeat: repeat-x;
background-color: #B4CECA;
font-family: arial;
font-size: 13px;
}

a:hover {
text-decoration: underline;
color: #780C0E;
}

a {
text-decoration: none;
color: #003B84;
}

#container { 
}

#divFrame {
position: relative;
width: 750px;
}

#divHeader {
position: relative;
width: 750px;
height: 173px;
margin-top: 30px;
background-image: url('../images/header.jpg');
border: 1px solid #163966;
}

#divBodyFrame {
position: relative;
width: 750px;
border: 1px solid #163966;
border-top: none;
background-image: url('../images/backgrd_body.jpg');
}

#divFooter {
position: relative;
width: 750px;
height: 21px;
background-image: url('../images/footer.jpg');
border: 1px solid #217D72;
}

#divMenuLeft {
float: left;
width: 141px;
margin-top: 20px;
}

#divMenuLeft p {
font-size: 14px;
font-family: Tahoma, sans-serif;
line-height: 20px;
text-align: left;
margin-left: 15px;
}

#divBody {
position: relative;
float: right;
width: 567px;
margin-top: 20px;
margin-left: 20px;
margin-right: 10px;
text-align: left;
vertical-align: top;
}

.divMenuItem {
text-align: left;
padding-left: 18px;
padding-top: 4px;
padding-bottom: 4px;
}

h1 {
font-size: 17px;
font-family: arial;
}


