BODY
{
	margin:0;
	font-family: Arial, Helvetica, sans-serif;

}

.MainContent
{
padding: 10px;
height:450px;
width:600px;
overflow:auto
}

.LeftNav
{
    background-position: left top;
    background-image: url(Images/LeftMenu.jpg);
    background-repeat: no-repeat;
	height: 480px;
	width: 100px;
}
.Header {
	background-image: url(Images/HeaderFile.jpg);
	background-repeat: no-repeat;
	background-color:#000099;
	width: 800px;
	height: 84px;
}

.LeftCorner {
	background-image: url(Images/CornerLeft.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 100px;
}

.TopMenu {
	background-image:url(Images/MenuBar.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 700px;
}

.RightCol
{
    background-color: silver;
	height: 500px;
	width: 100px;
}
.FooterRow
{
border-top:  1px solid #000066
}

.BorderBox {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}

a:hover
{
	color: #000099;
}

.MenuBarText {
	cursor:hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: oblique;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.style2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14pt;
        color: #000066;
}

.style4 {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000066; }
.style11 {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000099; }
.style12 {font-family: Arial, Helvetica, sans-serif;}
.TitleText {font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #000099; }