/* Main 2 col layout*/
body  {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #000;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
}
#bodycentre{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	background: #000;
}
p,h1,h2,pre  {
	margin : 0px 0px 0px 0px;
	font : 12px Arial, Helvetica, sans-serif;
	color: #fff;
}


h1  {
	font-size : 24px;
	padding : 0px;
	color : #fff;
	margin : 0px;
	line-height : 180%;
}

h2  {
	font-size : 18px;
	padding-top : 0px;
	color : #fff;
}

p  {
	font-size : 14px;
	padding-bottom : 5px;
}

small  {
	font-size : 9px;
}

a  {
	
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	text-align: right;
	font-weight: bold;
}

a:hover  {
	background: #A9A9A9;
	color: #0FFCFF;
}

ul.major  {
	font: 16px Arial, Helvetica, sans-serif;
	color: #ffffff;
	list-style: none inside url(images/lifebouy.gif);
	line-height: 24px;
}

ul.minor{
	font: 16px Arial, Helvetica, sans-serif;
	color: #ffffff;
	list-style: disc inside;
	line-height: 24px;
}


/*H       H
  H       H
  HHHHHHHHH
  H       H
  H       H*/

#banner  {
	background: #000;
	color: #fff;
	padding: 0px;
	height: 150px;
	border: 6px solid #000;
}

#banner h1  {
	font-size : 33px;
	padding : 0px 0px 0px 0px;
	color : #fff;
	margin-top : 30px;
	
}

#banner h2  {
	padding: 0px 0px 0px 0px;
	color: #8BC5FC;
	margin: 0px;
	font: italic bold 24px Arial, Helvetica, sans-serif;
	text-align: right;
}

/*MM      MM
  M  M  M  M
  M   M    M
  M        M */
  
#menu  {
	position: relative;
	color: #fff;
	left: 10px;
	top: 0px;
	width: 130px;
	border: 6px solid #000;
	text-align: right;
	float: left;
}
div#menu a  {
	display: block;
	font: bold 11px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 2px;
	background: transparent  none center left no-repeat;
	border-bottom: 1px solid #6495ED;
	text-decoration: none;
	color: #fff;
}
div#menu a:visited  {
	background: transparent;
	color: #AFEEEE;
	border-bottom: 1px solid #6495ED;
}

div#menu a:hover  {
	background: #fff;
	color: #000;
	border-bottom: 1px solid #333;
}
div#menu a:active  {
	background: Black;
	color: #FF4500;
	border-bottom: 1px solid #333;
}


/*     CC 
     C    C
	 C
	C
	 C    C
	   C C*/
#centercontent  {
	position: relative;
	background: #000;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	margin-left: 180px;
	margin-right: 10px;
}

#centercontent  p  {
	font : 14px  Arial, Helvetica, sans-serif;
	color : #ffffff;
}

#centercontent h1,h2,h3  {
	font: 18px Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 120%;
}
#centercontent h1 {
	font-size : 18px;
	}

#centercontent h2 {
	font-size : 16px;
	}
	
#centercontent h3 {
	font-size : 14px;
	}
/* FFFFFFFFF
   F 
	F
	FFFFFF
	F
	F
	           */
#footer  {
	clear: both;
	position: relative;
	background: #000;
	color: #fff;
	text-align: center;
	font:  14px Arial, Helvetica, sans-serif;
	width: 100%;
	border: none;
	float: none;
}



#credits  {
	font: small-caps 10px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
	background: transparent;
}

#credits a {
	color: #fff;
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	margin-bottom: 0;
	background: transparent;
}
#credits a:hover {
	color: #fff;
	font: 11px Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	background: #1E90FF;
}


