/* CSS Document */

#topBanner   {
	position:   absolute;
	left:       0px%;
	top:        0px;
	width:	    100%;
	height:		64;
	overflow:   none;
	background: #005AAD;
	border-width: 0px 0px 0px 0px;
	}
	
#menuBanner   {
	position:   absolute;
	left:       0px;
	top:        64px;
	width:	    100%;
	height:		20PX;
	overflow:   none;
	background: #600000;
	border-width: 0px 0px 0px 0px;
	}

#content   {
	position:   absolute;
	left:       0px;
	top:        85px;
	width:	    100%;
	height:		265PX;
	overflow:   none;
	border-width: 0px 0px 0px 0px;
	}
	
#mainMenu   {
	position:   absolute;
	left:       50px;
	top:        120px;
	width:	    400;
	height:		250PX;
	overflow:   none;
	border-width: 0px 0px 0px 0px;
	}

#darkBlue   {
	position:   absolute;
	left:       0px;
	top:        351px;
	width:	    100%;
	height:     5px;
	overflow:  none;
	background: #080839;
	border-style: solid;
	border-color: black;
	border-width: 0px 0px 0px 0px;
	}
	
#buttomBanner   {
	position:   absolute;
	left:       0px;
	top:        355px;
	width:	    100%;
	height:     64px;
	overflow:  none;
	background: #005AAD;
	border-style: solid;
	border-color: black;
	border-width: 0px 0px 0px 0px;
	}

#buttom {
	position:   absolute;
	left:       0px;
	top:        419px;
	width:	    100%;
	height:     30px;
	overflow:  none;
	background: #080839;
	border-style: solid;
	border-color: black;
	border-width: 0px 0px 0px 0px;
	}
	
body {
	scrollbar-face-color: #0099FF;
	scrollbar-shadow-color: #005086;
	scrollbar-highlight-color: #8BD1FF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #1161BE;
	scrollbar-track-color: #1161BE;
	scrollbar-arrow-color: #ffffff; }
	
a { font-family: Arial, Helvetica, sans-serif; text-decoration: none }
a:link { color: #Purple; }
a:visited { color: #Purple; }
a:hover { color: RED; text-decoration: underline overline }
a:active { color: RED; text-decoration: none }
