#body {
width: 996px;
background-color: #005087;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
text-align: center;
margin: 0px auto;
line-height: 140%;
}

p {
padding: 0px;
margin: 0px;
}

.footer_image {
float: right;
padding-left: 10px;
}

#container {
width: 996px;
background-image: url(images/container_bg.gif);
background-repeat: repeat-y;
border-bottom: 3px solid #f4e4b8;
}

ul {
padding: 0px;
margin: 0px;
}

li {
padding: 0px;
margin: 0px;
}

#row1 {
width: 996px;
height: 281px;
}

#row1_left {
width: 487px;
height: 281px;
float: left;
}

#row1_right {
width: 509px;
height: 281px;
float: left;
}

#row2 {
width: 996px;
height: 30px;
clear: left;
}

#row2_left {
width: 151px;
height: 30px;
float: left;
}

#row2_right {
width: 845px;
height: 30px;
float: left;
background-image: url(images/menu_bg.gif);
background-repeat: repeat-x;
line-height: 100%;
}

#dnn_contentpane {
width: 896px;
padding: 20px 50px 20px 50px;
clear: left;
text-align: left;
}

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

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

#footer {
width: 896px;
height: 63px;
padding: 20px 50px 20px 50px;
}

#footer_left {
width: 15px;
height: 40px;
float: left;
}

#footer_center {
width: 790px;
height: 40px;
float: left;
background-image: url(images/footer_bg.jpg);
background-repeat: repeat-x;
text-align: right;
padding-top: 0px;
padding-right: 10px;
color: #FFF;
}

#footer_right {
width: 15px;
height: 40px;
float: left;
}

/* Menu */

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: #444444;
padding: 7px 11px;
text-decoration: none;
border-right: 1px solid white;
background: transparent url(images/blockdefault.gif) center center repeat-x;

}

.solidblockmenu li a:visited{
color: #444444;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: #444444;
background: transparent url(images/blockactive.gif) center center repeat-x;
}


