body {
    background-color: #000033;
    padding-left: 25%;
    padding-right: 25%;
}

li {
    border-style: solid;
    border-color: #004182;
    border-top-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    background-color: #000033;
    color: white;
    font-family: verdana;
    list-style-type: none;
    text-align: right;
    padding-right: 10px;
    font-size: 0.95em;
    text-decoration: none;
}

a {
    display: inline;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    background-color: inherit;
    color: inherit;
}


a:link {    
    text-decoration: none;
    color: inherit;
    background-color: inherit;

}

a.cell {
	display: inherit;
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-decoration: none;
	background-color: inherit;
	color: inherit;
}

li.disabled {
	display: none;
	color: red;
	font-style: italic;
	text-decoration: line-through;
}




li:hover, li#LastLI:hover {
    background-color: inherit;
    color: white;
    list-style-type: none;
    border-right: 5px solid #C01111;
    border-left: 5px solid #C01111;
    padding-right: 5px;
}


li#LastLI {
    color: white;
    background-color: inherit;
    border-bottom-width: 1px;
}

div.NavBar {
    display: inline;
    position: absolute;
    width: 200px;
    top: 100px;
    left: 250px;
}

div.ContentContainer {
    margin-top: 5px;
    position: absolute;
    left: 451px;
}

div.TitleBlock {
    background-color: white;
    width: 628px;
    margin-left: 2px;
}

div#CenterText {
    font-size: 1.2em;
    font-family: Arial;
    color: black; 
	width: 416px;
	margin-left: 1px;
	margin-top: 1px;
}

div#Row1 {
	position: absolute;
	top: 102px;
	background-color: white;
	
}

div#Row2 {
	position: absolute;
	top: 348px;
	background-color: white;
}

div#Row3 {
	position: absolute;
	top: 593px;
	background-color: white;
}

div#Footer {
	position: absolute;
	top: 841px;
	background-color: white;
	width: 628px;
	margin-left: 2px;
}

div#FooterCenter {
	display: inline;
	margin-left: 179px;
	background-color: white;
	font-family: arial;
}


img.leftcell {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 208px;
	height: 244px; 
}

img.centercell {
	position: absolute;
	top: 0px;
	left: 210px;
	width: 208px;
	height: 244px;
	background-color: white;
}


img.rightcell {
	position: absolute;
	top: 0px;
	left: 420px;
	width: 208px;
	height: 244px;
	background-color: white;
}


div#R2C2 {
	position: absolute;
	top: 2px;
	left: 211px;
	width: 208px;
	height: 244px;
	background-color: white;
	font-family: Arial;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}



img#Logo {
    margin-left: 140px;
}

img#Round-Corner-Upper-Left {
     float: left;
}

img#Round-Corner-Upper-Right {
    float: right; 
}

img#Round-Corner-Lower-Left {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

img#Round-Corner-Lower-Right{
	position: absolute;
	right: 0px;
	bottom: 0px;
}