html, body, form {
	font-family: Verdana;
	width : 100%;
	height : 100%;
	margin : 0px;
	padding : 0px;
	background-color : #F3F5F9;
	}
.tableHead
{
    letter-spacing:20px;
    font-size:larger;
    font-weight:bolder;
    color:#335A8A;
}
A  
{
    text-decoration:none;
    font-size:80%;
    font-weight:bold;
    color:#FF8B00;
}
#masthead { 
    width:100%;
    background-color:#335A8A;
}

#container {
	position:relative;
	width: 100%;
	}

#left_col {
	width: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color:#E0E3E3;
	height:100%;
}

#page_content {
	margin-left: 100px;
}

#footer 
{
    bottom:0px;
    text-align:right;
    font-size:80%;
    background-color:#2D89BE;
    color:White;
}

