		body
		{
			background-image: url(../Images/texture.gif);
			margin: 0;
			padding: 0;
			font-family: georgia, times, "times new roman", serif;
			color: #000;
			background-color: #fff;
		}

		a:link 
		{ 
			color: #036; 
		}

		a:visited 
		{ 
			color: #036; 
		}
				
		
		div#banner
		{
			
			position:absolute;
 			top:0;
 			left:0;
			height: 132px;
			background-image: url(../Images/FairyTernsmall.jpg);
			background-repeat: no-repeat;
			width: 100%;
		}

			
		div#banner1
		{
			
			position:absolute;
 			top:0;
 			left:0;
			height: 132px;
			background-image: url(../Images/headerbase.jpg);
			background-repeat: repeat-x;
			width: 100%;
		}
		
		div#banner2
		{
			position:absolute;
 			top: 0px;
 			right: 0px;
			padding: 27px 10px 27px 10px;
			background-image: url(../Images/headerbase.jpg);
			background-repeat: repeat-x;
 		}
			
		div#banner2 img
		{
			
			border: 1px solid #fff;
			
		}		


		div#banner h1
		{
			
			font-size: 2.2em;
			font-weight: normal;
			font-family: georgia, times, "times new roman", serif;
			padding-top: 15px;
			padding-left: 260px;
			
		}

		div#banner h3
		{
			font-size: 1.2em;
			font-weight: normal;
			font-family: georgia, times, "times new roman", serif;
			padding-left: 260px;
			padding-bottom: 10px;
			color: #036;
			
		}


		div#navigation
		{
			position:absolute;
 			top: 135px;
 			left: 0px;
			padding: 10px;
			width: 150px;
			color: #036;
			background-image: url(../Images/nav_base2.jpg);
			
		}

		
		div#navigation a
		{
			display: block;
			text-decoration: none;
			color: #036;
			
		}

		div#navigation a:hover
		{
			
			color: #036;
			background-color: #ccc;
			background-image: url(Images/nav_base.jpg);
			background-repeat: repeat-y;
		}
	
		
			

		div#navigation .menu:hover
		{
			cursor: hand;
			background-color: #ccc;
			background-image: url(Images/nav_base.jpg);
			background-repeat: repeat-y;
		}

		div#containerright
		{
			position:absolute;
 			right:0;
			top:135px;
			background-image: url(../Images/nav_base1.jpg);
			background-repeat: repeat-y;
			width: 150px;
			float: right;
		}

		div#aoslogo
		{
			background-image: url(../Images/adjstork.gif);
			background-repeat: no-repeat;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 20px;
			margin-top: 20px;
			width: 128px;
			height: 118px;
		}


		div#armylogo
		{
			background-image: url(../Images/armybadge.gif);
			background-repeat: no-repeat;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 20px;
			width: 126px;
			height: 75px;
		}
		
		div#containerright h3
		{
			padding-top: 10px;
			padding-left: 10px;
			width: 150px;
			color: #036;
		}

		div#containerright p
		{
			padding-bottom: 10px;
			padding-left: 10px;
			width: 150px;
			color: #036;
		}

		div#containerright a
		{
			text-decoration: none;
			color: #036;
		}

		
		
		div#content
		{
			position:relative;
 			top: 140px;
			margin-left: 180px;
			margin-right: 180px;
			line-height: 200%;
			padding-bottom: 30px;
		}

		div#content table
		{
			margin-left: auto;
			margin-right: auto;
			width: 95%;
			align: center;
			border-width: 2px;
			border-style: outset;
			border-color: #036;
		}

		div#content td 
		{
			border-width: 1px;
			padding: 2px;
			border-color: #036;
			border-style: solid;
		}

		div#content h2
		{
			font-size: 1.3em;
			color: #036;
			font-weight: normal;
		}

		div#content h3
		{
			text-align: center;
			font-size: 1.75em;
			color: #036;
			font-weight: normal;
		}

		div#content hr
		{
			margin-top: 20px;
			color: #036;
		}

		div#content form input, select, textarea
		{
			margin: 10px;
			background: #657CA6;
			border:1px solid #036;   
			color: #003399; 
			
		}

		div#content form
		{
			width:400px; 
			margin-left: auto;
			margin-right: auto;
		}		

		div#content form #button1
		{
			float: right;
			color: #036; 
			border: 1px;
			width:100px; 
			height: 27px;
			text-align: center;
			margin: 10px 33px 10px 0px;
		}
				
		div#content legend
		{ 
			float:left;
			font-size: 75%;
			text-align:center; 
			color: #FF0000;
			height: 12px;
			line-height: 12px;
			width:100px; 
			border: 1px solid #000000;
			background: #fff;
			padding: 4px;
		}

		div#content form fieldset
		{
			background-image: url(../Images/formbase.jpg);
			background-repeat: repeat-y;
			border: none;
			padding: 10px; 
		}

		div#content form label
		{
			 
			float:left; 
			width:200px; 
			text-align:left; 
			color: #036; 
			margin-left:10px;
		}

		.menutitle
		{
			cursor:pointer;
			width:140px;
			text-align:left;
		}

		.submenu
		{
			cursor:pointer;
			width:140px;
			text-align:left;
			padding-left: 10px;
		}

