body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

a {
	color: #3366CC;
	text-decoration: none;
}

p {
	padding: 0px 0px 5px 0px;
	margin: 5px 10px 5px 0px;
}

img {
        text-align: left;
}

h1 {
	padding: 0px 0px 5px 0px;
	margin: 15px 10px 5px 0px;
	text-align: right;
	font-size: 2.7em;
	color: White;
}

h2 {
	padding: 0px 0px 5px 0px;
	margin: 15px 10px 5px 10px;
	text-align: left;
	font-size: 2.0em;
	/*color: #2263A1;*/
    color: Gray;
}

h3 {
	padding: 0px 0px 5px 0px;
	margin: 15px 10px 5px 10px;
	text-align: left;
	font-size: 1.5em;
	color: #2263A1;
}

h4 {
	padding: 0px 0px 5px 0px;
	margin: 15px 10px 5px 10px;
	text-align: left;
	font-size: 1.2em;
	color: Gray;
}

.head {
	background-color: #2263A1; 
	border: 2px solid #2263A1;
	margin: auto;
	margin-top: 30px;
	height: 148px;
	width: 800px;
}

.head p {
	text-align: right;
	color: White;
        font-size: 1.2em;
        margin: 0px 10px 0px 0px;
}

.nav {
	width: 800px;
        height: 22px;
	padding-top: 10px;
	padding-bottom: 8px;
	/*padding-right: 8px; */
	background-color: #DDDDDD; 
	border: 2px solid #2263A1; 
	border-top: none; 
	text-align: right;
	margin: auto;
}

/*.nav a {
	color: #2263A1;
	color: Black;
	font-size: 1.3em;
	font-weight: bold;
	margin-right: 10px;
}

.nav a:hover {
	text-decoration: none;
	color: #2263A1;
}
*/

.nav ul, .nav ul li {
        text-align: right;
        display: inline;
        padding: 0px;
        margin: 0px;
}

.nav ul li a {
        border: 0px solid #2263A1;
        padding: 10px 10px 10px 10px;
        margin: 0px;
        background-color: #DDDDDD;
        /*height: 10px;*/
        width: 198px;
        text-align: center;
        font-size: 1.3em;
	font-weight: bold;
        color: Black;
        /*display: block;*/
}

.nav ul li a:hover {
        /*background-color: #999999;*/
        border-bottom: 5px solid #999999;
        padding-bottom: 5px;
        /*font-size: 1.3em;*/
}

.body {
	width: 800px; 
	height: 490px;
	border: 2px solid #2263A1;
	border-top:none; 
	border-bottom:none; 
	background-color:#ffffff;
	margin: auto;
}

.body .content {
	overflow: auto;
	height: 490px;
}

.body .content ul {
        margin-top: 0px;
        padding-top: 0px;
}


.body .content p, .body .content ul li, .body .content td, th {
	/*text-align: justify;*/
        text-align: left;
	margin: 0px 10px 10px 10px;
        padding: 0px;
/*	line-height: 200%;*/
        font-size: 110%;
}

.body .content p.small {
    font-size: 80%;
}

.body .content table.superNav {
	border: none;
	margin: 0px 10px 0px 10px;

	width: 500px;
}

.body .content table.superNav tr td {
	background-color: #D4D6D9;
	border: 1px solid #2263A1;
	margin: 0px;
	padding: 0px;
	text-align: center;
    vertical-align: top;
	width: 115px;
}

.body .content table.form {
    border: none;
    margin: 0px 10px 0px 10px;
}

.body .content table.form tr td {
    border: none;
    margin:0px;
    padding: 0px;
	vertical-align: top;
/*	text-align: center;*/
}

.body .content table.form tr td a img {
	/*display: block;*/
}

.body .content table {
        border: solid 1px #2263A1;
        border-right: none;
        margin: 5px 10px 5px 10px;
        padding: 0px;
}

.body .content table tr th {
        background-color: #DDDDDD;
        border-bottom: solid 1px #2263A1;
        border-right: solid 1px #2263A1;
        padding: 5px;
        margin: 0px;
}

.body .content table tr td {
        /*background-color: #DDDDDD;*/
        border-bottom: solid 1px #2263A1;
        border-right: solid 1px #2263A1;
        padding: 5px;
        margin: 0px;
}

.body .content table.blank {
        border: none;
        margin: 5px 10px 5px 10px;
        padding: 0px;
}

.body .content table.blank tr th {
        background-color: White;
        border: none;
        padding: 5px;
        margin: 0px;
}

.body .content table.blank tr td {
        background-color: White;
        border: none;
        padding: 5px;
        margin: 0px;
}

.body .content a {
        color: #2263A1;
}

.body .content a:hover {
        text-decoration: underline;
}

.body .content p a.list {
        border: solid 2px #2263A1;
        background-color: #DDDDDD;
        color: Black;
        display: block;
        padding: 5px 0px 5px 5px;
        margin: 0px 0px 2px 0px;
        width: 300px;
}        

.body .content a.button {
    background-color: #2263A1;
    /*border: solid 2px Red;*/
    color: White;
    displday: Block;
    font-weight: bold;
    margin-top: 10spx;
    padding: 5px;/* 10px 10px 10px;*/
    text-decoration: none;
    vertical-align: middle;/*
    height: 50px;*/
    width: 200px;
}

.body .content a.button:hover {
    background-color: Green;
    /*border: solid 2px Green;*/
    text-decoration: none;
}

.body .content fieldset.todo {
    background-color: Red;
    border: 1px solid #2263A1;
    color: White;
    margin: 10px;
    padding: 10px;
}

.body .content fieldset.todo legend {
    background-color: #2263A1;
    border: 1px solid #2263A1;
    color: White;
    font-weight: bold;
    letter-spacing: 12px;
}

.body .sidenav {
	background-color: #2263A1;
	color: White;
	float: left;
	height: 490px;
	width: 200px; 
	text-align: left;
}

.body .sidenav ul, .body .sidenav ul li {
        margin: 0px;
        padding: 0px;
}

.body .sidenav ul li { 
        margin-bottom: 2px;
}

.body .sidenav ul li a {
        padding-top: 10px;
        /*padding-left: 10px;*/
        background-color: #DDDDDD;
        display: block;
        height: 30px;
        width: 198px;
        text-align: center;
        font-size: 1.3em;
	font-weight: bold;
        color: Black;
        text-align: left;
}

.body .sidenav ul li a#active {
        background-color: #999999;
}

.body .sidenav ul li a:hover {
        background-color: #999999;
        /*color: #FFFFFF;*/
}

.body .sidenav ul li a.sub {
        /*text-align: left;*/
        background-color: #2263A1;
        font-size: 0.9em;
        list-style: none;
	margin: 0px 0px 0px 10px;
        padding: 0px;
        display: inline;
	font-weight: normal;
	color: White;
        /*height: auto;
        width: auto;*/
}

.body .sidenav ul li a.sub:hover {
        background-color: #2263A1;
        text-decoration: underline;
}

.foot {
	width: 800px;
	height:28px;
	background-color:#DDDDDD;
	border:2px solid #2263A1;
	border-top:none;
	margin: auto;
}

.foot p {
        margin: 0px;
        padding: 5px;
        float: left;
        /*color: White;*/
}

.foot p.right {
        margin: 0px;
        padding: 5px;
        float: right;
        /*color: White;*/
}

.foot p a {
        color: #2263A1;
}

.links p {
    width: 800px;
    margin: 150px auto 0 auto;
    font-size: 8px;
}

.links p a {
    color: Gray;
}

