 body { margin: 20px; padding: 0px; background-color: #d9daae; color: black; font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px; } 

a:link { text-decoration: none; background-color: transparent; color: #2f2c82 } 
a:visited { text-decoration: none;  background-color: transparent; color: #2f2c82 }
a:hover {} 
a:active { text-decoration: none; background-color: transparent; color: #309 } 

div#header { margin: auto; padding-top: 1em; width: 100%; background-color: white; color:
			#99C; text-align: center; } 
div#top-nav-bar { margin: auto; padding: 0.5em 0 .25em 0; background-color:
			rgb(140, 196, 220);; border-bottom: 1px solid #283A45; } 
div#top-nav-bar table { margin: auto; } div#main { width:
			100%; margin: 0 2em; font-size: 1em; text-align: left; } 
div#footer { width: 100%; margin: auto; padding: 4em; text-align: center; font-size: xx-small; }
			div#status { width: 100%; margin: auto; padding: 4em; font-size: xx-small; } .error { margin-top: 1em 10%; margin-bottom: 1em; padding: 1em; border: 1px solid black;
			background-color: #ffc; color: red; font-weight: bold; } 

.attention { color: black; } h1, h2, h3, h4, h5 { color: black; } 
.white-background {background-color: #FFF; } 
.grey-background { background-color: #e4e1d8; } 
.green-background { background-color: rgb(0,255,0); } 
.smaller-font { font-size:smaller; } 
.pageHeader { margin: auto; padding: 1em; text-align: center; } 
.gray-italic-text { font-style: italic; color: gray;} 
.italic-text { font-style: italic; } 

			.navcell {
				width:				90px; 
				text-align:			center; 
			}
			.navaltcell {
				width:				70px; 
				text-align:			center; 
			}
			.navcellouterdiv {
				position:			static;
				width:				100%;
				height:				27px;
				line-height:		27px;
				border-style:		solid;
				border:				0;
				cursor:				hand;
			}
			.navcellinnerdiv {
				height:				27px;
				border-style:		solid;
				border:				0;
				cursor:				hand;
			}
			.navlinktextstyle {
				text-decoration:	none;
				font-family:		Arial;
				font-weight:		800;
				text-align:			center;
				vertical-align:		middle;
				cursor:				hand;
			}
			.navaltlinktextstyle {
				text-decoration:	none;
				font-family:		Arial; 
				font-weight:		bold; 
				text-align:			center; 
				vertical-align:		middle;
				cursor:				hand;
			}
			td a.navlinktextstyle:link			{ color: #2f2c82; }
			td a.navlinktextstyle:visited		{ color: #2f2c82; }
			td a.navaltlinktextstyle:link		{ color: white; }
			td a.navaltlinktextstyle:visited	{ color: white; }

			.subnavcell { 
				width:				120px; 
				text-align:			center;
			} 
			.subnavcellouterdiv {
				position:			static;
				width:				100%;
				height:				21px;
				line-height:		21px;
				border-style:		solid;
				border:				0;
				cursor:				hand;
			}
			.subnavcellinnerdiv {
				height:				21px;
				border-style:		solid;
				border:				0;
				cursor:				hand;
			}
			.subnavlinktextstyle {
				color: 				243a88;
				text-decoration:	none;
				font-weight:		bold; 
				font-size:			8pt; 
				font-family:		Helvetica;
				text-align:			center;
				vertical-align:		middle;
				cursor:				hand;
			}
			td a.subnavlinktextstyle:link			{ color: #263088; }
			td a.subnavlinktextstyle:visited		{ color: #243a88; }

.floatleft { float: left;
			margin: 0 30px 10px 0; }
			
.floatright { float: right;
			margin: 0 0px 10px 30px; }
