#header{
	width:100%;
	height:120px;
	margin-bottom: 10px;	
}
#headercenter {
	text-align:center;
	width:60%;
}

#headerright {
	text-align:right;	
}

#headerleft{
	text-align:left;	
}

#bodyText{
	height:400px;
	color:#FFFFFF;
	background-color:#6F92DA;
	background-attachment: scroll;
	background-image:  url(../images/water.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	margin-top: 5px;
	padding-top: 5px;


}
html > body #bodyText {
	height: auto;
	min-height:400px;
	background-color: #6F92DA;

}

#title{
	background-color:#1651D4;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	height:24px;
	color: #FFFFFF;
	
}

#body{
	width: 85%;
	float:left;


}

#footer{
	clear: both;
	margin-top: 5px;
	padding-top: 5px;
	
}

/*Menu*/
#menu {
	float: left;
	width: 15%;
}
#navigation{
	margin: 0; 
	padding: 0; 
	list-style-type: none;
}

.nav a:link  {
	width:120px;
	color: #0000FF;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	display: block;


}
.nav a:visited  {
	width:120px;
	color: #0000FF;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	display: block;



}
.nav a:hover {
	width:120px;
	color: #990000;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	background-image:  url(../images/chuck.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	display: block;


	
}
.nav{
	width:120px;

}
.active{
	width:120px;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	background-image:  url(../images/chuck.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	color: #990000;
	display: block;
}
/*Menu*/


/*Custom Class*/
.underLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
.rightLine {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
}
.leftLine {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
}
.overLine {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
}
.picWrapLeft {
	float: left;
	margin: 0px 7px 2px 0px;
	padding: 0px;
}

.picWrapRight {
	float: right;
	padding: 0px;
}
.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.lightblue{
	background-color:#6F92DA;
}
.darkblue{
	background-color:#1651D4;
}
.topleftcorner{
	background-color:#1651D4;
	width:24px;
	background-attachment: scroll;
	background-image: url(../images/left.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.toprightcorner{
	background-color:#1651D4;
	width:24px;
	background-attachment: scroll;
	background-image: url(../images/right.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.bottomleftcorner{
	background-color:#6F92DA;
	width:24px;
	background-attachment: scroll;
	background-image: url(../images/BtmLeft.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.bottomrightcorner{
	background-color:#6F92DA;
	width:24px;
	background-attachment: scroll;
	background-image: url(../images/BtmRight.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

input,textarea{
	cursor: text;
    background-color: transparent;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #FFFFFF;

}
.send{
	cursor: auto;
    background-color: transparent;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #FFFFFF;

}
.txtarea{
	cursor: text;
    background-color: transparent;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #FFFFFF;
	overflow:auto;
}
.admin{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
}
.newsHeading{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
}
.newsDate{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-style:italic;
}
.navMap{
	font-size:90%;
}
.newsBox {
	background-color: #FFFFFF;
	border: 1px solid #1651D4;
	width:120px;
	color:#1651D4;
	padding:3px;
}
.newsHeadline{
	color:#1651D4;
	font-weight:bold;
}
.alertBox{
    background-color: transparent;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #FFFFFF;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:100px;
	margin-right:100px;
	text-align:left;
}


/*Custom Class*/


/*Updated Class*/
h1{
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}
h3 {
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 90%;
	height: 100%;
	color:#ffffff;
	border-right: 0px;
}


a:active {
	color: #FF0000;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	
}
a:visited {
	color: #990000;
	font-size: 90%;
	font-weight: bold;
}
a:link {
	color: #990000;
	font-size: 90%;
	font-weight: bold;
}
a:hover{	
	color: #ff0000;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	
}
dt {
	color:#FFFFFF;
	font-weight: bold;
	padding-top:10px;
}
label{
	color:#FFFFFF;
	font-size:90%;
	padding-top: 15px;
	padding-bottom: 15px;
}
img{
	border:0;
}

/*Updated Class*/

/*belt colours*/
.white{
	color: #FFFFFF;
	font-weight: bold;
}
.red{
	color: #FF0000;
	font-weight: bold;
}
.yellow{
	color: #FFFF00;
	font-weight: bold;
}
.orange{
	color: #FF9900;
	font-weight: bold;
}
.green{
	color: #00FF00;
	font-weight: bold;
}
.purple{
	color: #990099;
	font-weight: bold;
}
.blue{
	color: #0000FF;
	font-weight: bold;
}
.brown{
	color: #660000;
	font-weight: bold;
}
.black{
	color: #000000;
	font-weight: bold;
}

/*belt colours end*/
/*google*/
.googleSearchBox {
	background-color: #FFFFFF;
	border: 1px solid #1651D4;
	color:#1651D4;
}
.googleAdLayer {
	background-color: #FFFFFF;
	border: 1px solid #1651D4;
	width:120px;
	color:#1651D4;
}
.googleSearchLayer {
	background-color: #FFFFFF;
	border: 1px solid #1651D4;
	width:120px;
	color:#1651D4;
	margin-top:10px
}

.googleSearchButton {
	background-color: #FFFFFF;
	border: 1px solid #1651D4;
	color:#1651D4;
	cursor:auto;
}
.googleSearchCheck {
	border: 0px none #FFFFFF;
	color:#1651D4;
	cursor:auto;
	font-size:80%;
}
.googleSearchCheckText {
	color:#1651D4;
	font-size:80%;
}
.googleFloat{
	float:right;
	position:absolute;
	top:145px;
	right:5px;
	color:#1651D4;
}
.googleLabel{
	font-size: 90%;
	color:#1651D4;
}

form{
	display:inline;
}
.alertLink {
	font-size:90%;
	color:#FFFFFF;
	text-decoration: none;
	padding-left:15px;
}
.skiplink {display:none}
#footer{
	display:none;
	
}
/*Menu*/
#menu {
	display:none;
}

/*belt colours end*/
.googleFloat{
	display:none;
}.scibullet {
	list-style-image: url(../images/bullsci.gif);
}
