/* CSS Document */
body {
		text-align: left;
		font-family: "Garamond", serif;
		background-color: #003399;
		color: black;
		width: 100%;
		height: 100%;
		margin: 0px, 0px, 0px, 0px;
		padding: 0px;
		z-index: 0;
		}
		
li {
		padding-top: 5px;
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 5px;
		margin: 0px, 0px, 0px, 0px;
		}

ul {
		padding-top: 5px;
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 5px;
		margin: 0px, 0px, 0px, 0px;
		}

.mainBody {
		padding-top: 21px;
		padding-right: 0px;
		padding-left: 25px;
		padding-bottom: 0px;
		position: absolute;
		top: 0%;
		left: 0%;
		width: 100%;
		height: 100%;
		text-align: left;
		font-family: "Garamond", serif;
		background-color: white;
		color: black;
		border-left-style: solid;
		border-left-width: 0px;
		border-left-color: #000000;
		margin: 0px, 0px, 0px, 0px;
		z-index: 2;
		}

.navigationLeft {
		display: none;
		padding-top: 25px;
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 25px;
		position: absolute;
		top: 0%;
		left: 0%;
		height: 100%;
		width: 23%;
		background-color: #003399;
		text-align: left;
		font-family: "Garamond", serif;
		color: white;
		margin: 0px, 0px, 0px, 0px;
		z-index: 1;
		}
				
a {
		text-align: left;
		color: #003399;
		font-weight: bold;
		text-decoration: underline;
		padding-top: 0px;
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 0px;
		margin: 0px, 0px, 0px, 0px;
		z-index: 3;
		}

a:hover {
		color: #AAAAAA;
		}
		
a.navigationLink {
		text-align: left;
		font-size: 16pt;
		font-family: "Garamond", serif;
		color: white;
		font-weight: bold;
		text-decoration: underline;
		padding-top: 0px;
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 0px;
		margin: 0px, 0px, 0px, 0px;
		z-index: 3;
		}

a.navigationLink:hover {
		color: #AAAAAA;
		}
		
.topMarquee {
		display: none;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		position: absolute;
		top: 0%;
		left: 23%;
		height: 200px;
		width: 77%;
		background-color: #FFFFFF;
		text-align: center;
		font-family: "Garamond", serif;
		border-left-style: solid;
		border-left-width: 5px;
		border-left-color: #000000;
		margin: 0px, 0px, 0px, 0px;
		z-index: 2;
		}
		
img.bordered {
		border-width: 3px;
		border-style: solid;
		border-color: #003399;
		}
		
p.paragraph {
		text-indent: 0.5in;
		padding-right: 10px;
		}