html,body{
    background-color: #004185;
    height: 100%;
    margin: 0px;
}
div.main{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/dev/main_page.jpg);
    background-repeat: repeat-y;
}
div.topDesign{
    background-image: url(../images/dev/top_round.jpg);
    background-repeat: no-repeat;
    width:100%;
    min-height:200px;
}
div.logo{
    padding-left: 28px;
    padding-top: 15px;
    padding-bottom: 12px;
}
div.middleDesign{
    width:880px;
    _width:904px;
    padding-left:9px;
    padding-right: 15px;
}
div.bottomDesign{
    background-image: url(../images/dev/bottom_round.jpg);
    background-repeat: no-repeat;
    width:100%;
    height:40px;
    background-position: middle bottom;
}
div.mainContent{
    width:100%;
}
table.main td{
    border:1px solid #92623e;
}
table.topDesign{
    width:100%;
}
td#topRight{
    width:100%;
    text-align: right;
    padding-right:15px;
    vertical-align: bottom;
}
h2
{
	margin-top:0px;
	color:#004185;
}

