<!-- The template used is Garland - the default template-->

/****************OVERALL BODY SETTINGS****/
body{
	margin: 0px;
	padding : 0px;
	margin : 0px;
	font : 80% lucida sans, lucida sans unicode, lucida grande, trebuchet ms, helvetica, arial, sans-serif;
	background-color:#003366;
	border: solid 1px white;
}
/*****SURRROUNDS THE WHOLE PAGE*****/
#wrapper {
	width:768px;
	border: 0.5px solid #003366;
	background-color:#000033;
	padding-left:2px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*********HEADER***********/
#header {
	width:768px;
	height:205px;
	background:#000033;
}
#nabarwrapper {
		clear:both;
	width: 768px;
	height:auto;
	border-top: 1px solid white;
	padding: 10px;
	text-align:center;
	font-size:15px;
	background-color:#ffffff;	
}


/**************MAIN PAGE CONTENT***********/
#content {
	float: left;
	display:inline;
	width:635px;/*affects na menu appearance*/
	margin: 0px 0px 0px 0px;
	background-color:#FFFFFF;
	padding:10px 0px 0px 0px;
	color:#000033;
	text-align:justify;
	font : 80% lucida sans, lucida sans unicode, lucida grande, trebuchet ms, helvetica, arial, sans-serif;
	
}
	#content a:link {
	color: #000033;
	text-decoration: underline;
	}
	
	#content a:visited {
	text-decoration: underline;
	color:#000033;
	}
	
	#content a:hover {
	text-decoration: none;
	color: #003366;
	}
	
	#content a:active {
	text-decoration: underline;
	}
		
	
/***********CONTENT STYLING***********/
	h1,h2, h3, h5, p, br {
		color:#000033;
		margin-left: 5px;
		margin-right:5px;
		align: justify;
	}
	
	ul {
		list-style-type:square;
		padding-left: 40px;
		margin-left: -5px;
		color:#000033;
	}
	
	dl {
		margin-left: 20px;	
		color:#000033;
	}
	
	dt {
	font-weight:bold;
	color:#000033;
	}
	
	
/*******************************SIDEBAR************************************/
#sidebar {
	float:right;
	display:inline;
	width: 105px;
	margin: 0px 0px 0px 0px;
	padding:10px;
	background-color:#000033;
	color:#fff;
}
	#sidebar p{
	color:#FFFFFF;
	}	

/******************************************FOOTER*********************************/					
#footer {
	clear:both;
	width: 746px;
	height:20px;
	padding: 10px;
	text-align:center;
	font-size:9px;
	background-color:#000033;
	border-top:1px solid white;
	float: none;
}
	#footer p {
  		color : #ddd; 
		margin : 5px; 
		padding-top : 10px; 
	}

	#footer a { /*footer link format not in li* to make text stand out*/
  		padding :0px; 
		color : #ddd; 
	}

	ul#footnav { /*distance from the nav list to text above*/
  		margin : 0px; 
  		padding :0px; 
	}
		
	ul#footnav li {
  		display : inline; /* text displayed as a line rather than block*/
	}

	ul#footnav li a {
  		padding : 0 5px; /*distance apart for text*/
  		color : #ffffff; /*link colour */
	}

	#footer a:hover, #footer a:focus, #footer a:active { /*setting the link properties for the link in the text*/
  		color : #ffffff; 
	}

	ul#footnav li a:hover, ul#footnav li a:focus, ul#footnav li a:active {
  		color : #fff; /*mouseover colour */
	  	text-decoration : none; /*removes underine*/
	}

	#footer a:focus, #footer a:active, ul#footnav li a:focus, ul#footnav li a:active {
  		background-color : #003366; /*tab background*/
	}
	#copyright{clear:both;
	width: 746px;
	height:20px;
	padding-top:10px;
	text-align:center;
	font-size:9px;
	color:#000033	
	}

/* CSS Document */
