#wrapper{
	width:960px;
	margin-right:auto;
	margin-left:auto;
	background:#000000;
}
  #header {
	background-image: url(images/hkcBanner.jpg);
	background-repeat: no-repeat;
	height: 75px;
	width: 940px;
	position:relative;
   }

#show{
	position:relative;
}
    #navigation {
	clear: both;
	float:left;
	position:relative;
	width:150px;
	top:30px;
	/*top: 89px;*/
	/*left:215px;*/
	/*font-size:12px;*/
	color: #87b7f8;
	text-decoration: none;
	height:205px;
	}
	#navigation a:link{
    	clear: both;
		text-decoration: none;
	}
		
    #navigation ul {
	margin:0px;
	padding:0px;
	background-color:#000000;
}


    #navigation ul li {
	clear: both;
	height:25px;
	line-height:25px;
	list-style:none;
	padding-left:10px;
	color:#b4d1f8;
	/*border-top:#0349a9 solid;
	border-bottom:#0349a9 solid;
	border-width:1px;*/
	cursor:pointer;
	text-decoration: none;
    }

#navigation ul li:hover {
	background-color:#b4d1f8;
	position:relative;
}

#navigation ul ul {
display:none;
position:absolute;
/*left:75px;
top:5px;*/
border:#fff solid;
border-width:1px;
background-color:#000000;
}


#navigation ul li:hover ul {display:block;}

#navigation ul ul li {border:none; width:150px; float:left; display:inline;} 

#navigation ul ul li:hover {text-decoration:underline; border:none;}

#navigation li:hover ul li ul {display:none;}

#navigation ul ul li ul {
	left:110px;
	background-color:#87b7f8;
}
#navigation ul ul li:hover ul {display:block;}

a.lightBlueLink:link { color: #87b7f8; }
a.lightBlueLink:visited { color: #87b7f8; }
a.lightBlueLink:hover { color: #87b7f8; }

#centerPgText{
  clear: both;
  float:left;
  margin-left:205px;
  width:700px;
  padding-left:5px;
  color:#87b7f8;
  top:-80x;
}


#main{
	    float:left;
		width:500px;
		padding-left: 10px;
}

#footer{
  clear: both;
  font-size: 80%;
  padding: 1em 0 1em 0;
  margin-left: 245px;
  color: #0349a9;
}
#footer a:link, #footer a:visited{
  clear: both;
 /* font-size: 80%;*/
/*  padding: 1em 0 1em 0;*/
 /* margin-left: 245px;*/
  color: #87b7f8;
  text-decoration:underline;
  background-color: #000000;
}
#footer a:hover {
  color: #FFFFFF;
}

#footerTextPages{
  clear: both;
  font-size: 80%;
  padding: 1em 0 1em 0;
  float:right;
 /* margin-left: 245px;*/
  color: #0349a9;
}
#footerTextPages a:link, #footerTextPages a:visited{
  clear: both;
 /* font-size: 80%;*/
/*  padding: 1em 0 1em 0;*/
 /* margin-left: 245px;*/
  color: #87b7f8;
  text-decoration:underline;
  background-color: #000000;
}
#footerTextPages a:hover {
  color: #FFFFFF;
}

body {
	margin:0;
	padding:0;
	background-color: #0349a9;
	font-family: Arial, Helvetica, sans-serif;
}
a.override:link { 
clear:both;
/*font-size:12px;*/
	               color: #0349a9;
				   background-color:#000000;
				   text-decoration:underline;
                   }
a.override:visited { color: #393333; }
a.override:hover { background-color:#b4d1f8; }




a.mainNavLink:link { color: #0349a9; }
a.mainNavLink:visited { color: #0349a9; }
a.mainNavLink:hover { color: #393333;
                      background-color: #b4d1f8 }

a.lightBlueLink:link { color: #87b7f8; }
a.lightBlueLink:visited { color: #87b7f8; }
a.lightBlueLink:hover { color: #87b7f8; }




