/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
.centre_image {
	border: 1px solid #FFFFFF;
}
body{
	min-width:770px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #333333;
	text-align: justify;
	background-color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
}

#wrap{
	width:770px;
	border: 1px solid #9999FF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #9999FF;
	background-image: url(../images/2_column.gif);
	background-repeat: repeat-y;
}
#header {
	background-color: #000000;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height:191px;
    }

#main {
	float:left;
	width:520px;
	background-color: #9999ff;
    }
#sidebar {
	float:right;
	width:240px;
    }
#sidebar h3, #sidebar p {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 15px;
    }
#nav{
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	border-top-width: 1px;
	font-size: 90%;
	padding-left: 20px;
	background-image: url(../images/nav_banner.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-top-color: #000000;
}
/* nav ul is specificity to #nav*/
#nav ul{
padding:0;
margin:0;
}
/* nav ul li is specificity to #nav ul */
#nav ul li{
display: inline;
padding: 0;
margin: 0;
}

#nav ul li a{
	font-size:100%;
	color:#FFFFFF;
	text-decoration:none;
	padding:0 10px;
	text-align:left;
	width:100%;
	margin-left: 0px;
	margin-right: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	font-weight: bold;
}
#nav ul li a:hover,#nav ul li a:focus{
	color: #9999ff;
	font-weight: bold;
}
#header h1{
	padding:5px;
	margin:0;
}
#main h2, #main h3, #main p {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
    }
	div.float {
	float: left;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 0px;
  }
  
div.float p {
   text-align: center;
   }
   
 .clearit{
	clear: both;
	background-color: #33FF00;
}
	

	
#footer {
	clear:both;
	height:42px;
	padding: 0px;
	background-image: url(../images/footer.jpg);
	border-top: 1px solid #000000;
	background-repeat: repeat-y;
    }
#footer p {
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 20px;
	font-size: 85%;
	margin: 0;
    }
	/*these Pseudo-classes are for the links page */
a.bold:link {
	color: #000099;
	text-decoration: underline;
	font-weight: bold;
}
a.bold:visited {
	color: #000099;
	font-weight: bold;
}
a.bold:hover {
	color: #FFFFFF;
	font-weight: bold;
}
a.bold:active {
	color: #999999;
	font-weight: bold;
}
