html 
{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}
	
body 
{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-color:#BDBDBD;
}

form 
{
	margin:0px;
	padding:0px;
}

.page
{
    margin-left:auto;
    margin-right:auto;
    padding:0px;
    width:730px;
    position:relative;
}

.menu
{
    text-align:right;
    padding-top:50px;
    padding-right:30px;
}

.content
{
    background-color:#CCCCCC;
    width:730px;
    position:relative;
}

.contentTable
{
    height:100%;
}

.contentPane
{
    padding:10px 10px 10px 10px;
    height:520px;
    overflow:auto;
}

.border
{
    background-color:#4F7A93;
}

.leftColumn
{
    width:231px;
    height:100%;
    vertical-align:top;
    background-color:#636363;
}

.rightColumn
{
    width:465px;
    height:100%;
    vertical-align:top;
    background-color:#FFFFFF;
}

.copyright
{
    position:relative;
    text-align:right;
    width:730px;
    top:5px;
    right:10px;
    color:#FFFFFF;
    font-family:Tahoma;
    font-size:11px;
}

.footer
{
    display:none;
}
