body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0; margin:0;		/* necesarry for the raster to fill the screen */
	height:100%; width:100%;
	
	color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}

#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%; width:100%;	/* Make the new body fill the screen */
	/* background: url('images/background.jpg'); /* this is just a fancy raster, you can remove it; I kinda like it though */
}


			a:link {
				text-decoration: none;
				/* font-weight:bold; */
				color: #FF0000;
			}
			a:hover {
				text-decoration: none;
				color: #15395B;
			}
			h1 {
				margin: 0px;
				font-size: 16px;
				font-weight: bold;
				text-transform: uppercase;
				color: #118CC1;
			}
			h2 {
				margin: 0px;
				font-size: 14px;
				font-weight: normal;
				text-transform: none;
				color: #118CC1;
			}
			h3 {
				margin: 0px;
				font-size: 14px;
				font-weight: normal;
				text-transform: none;
				color: #000000;
			}
			h4 {
				margin: 0px;
				font-size: 11px;
				font-style: italic;
				font-weight: normal;
				text-transform: none;
				color: #000000;
			}
			ul, li {
				color: #000000;
				font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
				font-size: 12px;
				list-style: disc;
			}
			input, textarea {
				font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
				color: #000000;
				font-size: 12px;
				background-color: #F8F8F8;
				border: 1px solid #ADADAD;
				padding-left: 5px;
				padding-right: 5px;
			}
			img {
				border: none;
			}

			/* Menu */
			#MenuDIV {
            	width: 720px;
				background-color: #15395B;
				padding: 10px;0
	            font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	            font-size: 21px;	
			}
			#MenuDIV a {
				color: #FFFFFF;
				text-decoration: none;
	            font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	            font-size: 14px;					
			}
			#MenuDIV a:hover {
				color: #3183CF;
				text-decoration: none;
			}
			/* Item */
			#ItemDIV {
				width: 680px;
				background-color: #F8F8F8;
				border-bottom: 1px solid #ADADAD;
				padding-top: 5px;
			}
			#ItemDIV a {
				color: #000066;
				font-style: italic;
			}
			#ItemDIV a:hover {
				color: #CC0000;
				font-style: italic;
			}
			
			/* eMailForm */
			#eMailForm {
				width: 720px;
				height: 200px;
			}
			#eMailForm .leftSide {
				width: 200px;
				text-align: left;
				padding-left: 20px;
				padding-right: 20px;
				float: left;
			}
			#eMailForm .rightSide {
				width: 450px;
				text-align: left;
				padding-left: 20px;
				float: right;
				border-left: 1px solid #ADADAD;
			}
			#TitleText {
				padding: 0px;
				text-align: center;
				margin: 0px;
				font-size: 10px;
				font-weight: bold;
				color: #FFFF99;
				background: #000000;
			}
			.style1 {
				font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
				font-weight: normal;
				font-size: 12px;
				text-decoration: none;
				color: #FFFFFF;
			}
			.style9 {
				font-size: 12px;
			    color: #FFFFFF;				
			}
			.top {
				font-size: 10px;
				color: #000066;
				/* padding-bottom: 10px; */
			}
			.buttonstyle {
				font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
				color: #000000;
				font-size: 12px;
				text-decoration: none;
				background-color: #F8F8F8;
				border: 1px solid #ADADAD;
				padding-left: 5px;
				padding-right: 5px;
			}
			.required {
				font-style: italic;
				color: #CC3300;
			}

