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


img {

	padding: 0px;
	margin: 0px;
	border: 0px;

}


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;
}




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

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





div.TABLE {
	display: table;
	background-color: white;
	color: black;
}

div.THEAD {
	display: table-header-group;
	border: 0px;
	background-color: white;
	color: black;
}

div.HEADER-CELL{
	display: table-cell;
	text-align: center;
	background-color: #000066;
	color: white;
	font-size: 1.1em;
	padding: 5px;
	border: 1px solid black;
}
div.TR {
	display: table-row;
}

div.TD {
	display: table-cell;
	border: 1px solid black;
}

div.TD_LABEL{
	display: table-cell;
}

div.TD-NOBORDER {
	display: table-cell;
	vertical-align: top;
	padding: 1px 10px 1px 0px;
}

div#CenterText {
	vertical-align: middle; 
	text-align: center;
    font-size: 22px;
    font-family: Verdana;
	font-weight: bold;
    color: #806257; 
	border: 1px solid black;
	text-decoration: underline;
	text-transform: uppercase;
}

a#CenterTextLnk {
	margin-top: auto;
	margin-bottom: auto;

}

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





/*_________ LOGO _____________*/

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

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

img#Logo {
	position: relative;
	left: 25%;
}

div.TitleBlock {
	margin: 0px 1px 0px 1px;
    background-color: white;
}

/*____________________________*/




/*_________ FOOTER ___________*/

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

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

div.Footer {
	background-color: white;
	font-family: arial;
	margin: 0px 1px 0px 1px;
}

div#FooterCenter {
	padding-left: 31%;
}

/*___________________________*/




