body { 
		 margin: 0 0; 
		 background: #FFF; 
		 text-align: center; 
		 font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Geneva, Swiss, sans-serif; 
		 min-width: 1000px;
		 font-size: 14px;
		 }
div.page { 
     text-align: left; 
		 margin: 0 auto; 
		 width: 1000px; 
		 min-height: 600px; 
		 background-color: #FFF; 
		 position: relative; 
		 }
#top-nav { 
			position: absolute; 
			top: 5px; 
			right: 10%; 
			color: #000; 
			font-size: 16px; 
			width: 280px; 
			text-align: right; 
			}
#top-nav a, #top-nav a:link, #top-nav a:visited, #top-nav a:hover { 
     color: #000; 
		 text-decoration: none; 
		 }
#title { 
 		 position: absolute; 
		 top: 30px; 
		 left: 28%; 
		 }
#navigators { 
     position: absolute; 
		 bottom: 0px; 
		 left: 35%; 
		 }
#foot { 
     position: absolute; 
		 bottom: 50px; 
		 left: 30%; 
		 }
#apply {
     float: right; 
		 width: 100px; 
		 border: 3px solid #000; 
		 background-color: #039; 
		 margin: 0 30px 0 0; 
		 font-size: 18px; 
		 color: #FFF; 
		 text-align: center;
		 }
#border { 
     position: absolute; 
		 top: 100px;
		 left: 0px;
		 border: 7px solid #000; 
		 background-color: #003399; 
		 width: 600px; 
		 min-height: 200px; 
		 margin: 0 200px;
		 }
#text-section { 
     min-height: 130px;
		 background-color: #FFF; 
		 margin: 5px; 
		 padding: 30px; 
		 }
#text-section a, #text-section a:link, #text-section a:visited, #text-section a:hover  {
     color: #000;
		 text-decoration: underline;
		 }

a #gsp, a:link #gsp, a:visited #gsp { 
     display: none; 
		 width: 100%; 
		 z-index: 3; 
		 text-decoration: none; 
		 text-align: left; 
		 }
a:hover #gsp { 
     display: inline; 
		 position: absolute; 
		 top: 0; 
		 left: 0; 
		 }
a span.gsp {
     position: absolute; 
		 left: 10%; 
		 top: 220px; 
		 color: #FFF; 
		 z-index: 10; 
		 text-decoration: none; 
		 }
a #east, a:link #east, a:visited #east { 
     display: none; 
		 width: 100%; 
		 z-index: 4; 
		 text-decoration: none; 
		 }
a:hover #east { 
     display: inline; 
		 position: absolute; 
		 top: 0; 
		 left: 0; 
		 }
a span.east { 
     position: absolute; 
		 left: 27%; 
		 top: 220px; 
		 color: #FFF; 
		 z-index: 10; 
		 text-decoration: none; 
		 }
#apply a, #apply a:link, #apply a:visited, #apply a:hover {
     color: #FFF;
		 font-size: 18px;
		 text-decoration: none;
		 }

.txt24 { font-size: 24px; }

input, textarea, select {
		font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
		color: #000;
		font-size: 12px;
		line-height: normal;
		background-color: #DDD;
		border: 1px solid #003399;
		padding: 3px;
		}
.highlite {
		color: #8A2003;
		font-size: 16px;
		}
