
/* -- Basics layout -- */
body{ font: normal 62.8%/1.3 Arial, Helvetica, sans-serif; background: #006699 url('../images/bg-body.jpg') repeat-x; color: #585c5e; padding: 30px 0; }


#view     { width: 762px; margin: 0 auto; }

#mainMenu   { height: 43px; padding: 0 12px; background: #0f2132 url('../images/bg-menu.gif') no-repeat; }


#head     { }

	/* -- Logo constructs -- */
		#main       { position: relative; padding-left: 5px; padding-top: 0px; margin-bottom: 12px; }
		#main h1    { font-family: sans-serif; font-size: 45px;color: #ffffff  }

	
#logo       { position: relative; flow: right; width: 100%; height: 200px; overflow: hidden; background: #398db9 ;height:500px; width: 762px;  background: #63b7dd url('../images/bg-top.jpg') no-repeat; }
#logo h2    { position: relative;font-weight: bold; font-size: 30px; color: #ffffff; float: right !important; text-decoration: none;display: block;padding:400px 55px;  }
	
	





/* -- Main Menu -- */
#mainMenu   { height: 43px; padding: 0 12px; background: #0f2132 url('../images/bg-menu.gif') no-repeat; }
#mainMenu ul                { position: relative; height: 100%; }
#mainMenu li                { position: relative; float: left; }
#mainMenu li a              { display: block; width: 101px; height: 27px; padding-top: 16px; float: left; font-size:12px; color: #fff; text-decoration: none; text-align: center; background: url('../images/bg-menu_item.gif') 0 0 no-repeat; }
#mainMenu li.active a,
#mainMenu li a:hover        { background-color: #0a1520; background-position: 0 -43px; }


	



/* -- User friendly features -- */
.hidden   { display: none; }


/* -- Main Content -- */


#content    { width: 762px; height: 100%; background: #fff ; float: left; padding: 5px 0px 10px 0px; font-size: 1.2em;  }
#content h1	{ font-size: 40px; padding-left:20px;color:navy;}
#content h2	{ font-size: 25px; padding-left:20px;color:navy;}

table { font-size: 15px;padding-left:20px; color:#0000FF;}

	


/* -- Footer -- */
#foot       { height: 54px; background: #0f2132 url('../images/bg-foot.gif') no-repeat; }
#foot     { font-size: 1.2em; clear: both; }