/* CSS Document */



body, html {
	margin:0;
	padding:0;
	/*background: transparent url(images/bkg.jpg) top left;*/

	background-color:#CCCCCC;
	color: #000000;

}



body {

	min-width:750px;

}



#wrapper {

	/*background:#0099CC;*/

	background-color:#FFFFFF;

	margin:0 auto;

	width:750px;

}



#header {



	/*background:#99CCFF;*/

}



#header h1 {

	background: transparent url(images/Header.jpg) no-repeat top left;

    padding:5px;

	margin:0;

	text-align:center;

	width:750ps;

	height:119px;

	font-size:22px;

	font-weight:bold;

}



h1 span {

position:relative;

top:50px;

left:70px;



}



#main {

background-color:#FFFFFF;



	/*background:#6699CC;*/

	

	float:right;

	width:500px;

}



#main h2, #main h3, #main p {

	padding:0 10px;

}



#sidebar {
	/*background:#0099CC;*/

	background-color:#FFFFFF;
	float:left;
	width:240px;

}



#sidebar ul {

	margin-bottom:0;

	list-style:none;

}



#sidebar li { 

 margin-top: 1em;/*creates spacing between list items*/

 font-size:16px;

}



#sidebar h3, #sidebar p {

	padding:0 5px 0 5px;

}



#sidebar a {

	/*display:block;

	background-color:#3399FF;

	color:#FFFFFF;

	border: 1px outset #000000;

	padding: 0 8px;

	font-weight:bold;

	text-decoration:none;*/

	color:#3399FF;

	font-size:20px;

	padding: 0 8px;

	font-weight:bold;

	text-decoration:none;

}



#sidebar a:hover {

	/*background-color:#FFFFFF;*/

	

	color:#3333CC;

	text-decoration:underline;

}



#footer {

	background: transparent url(images/Footer.jpg) no-repeat top left;

	clear:both;

	width:750px;

	height:74px;

}



#footer p {

	padding:5px;

	margin:0;

}
a:visited {
	color: #3399FF;
}
.firstpagelinks {
	color: 3399FF;
}

.headerTitle {
	color: #3399FF;
	font-size: 150%;
	font-weight: bold;
}
.footerTitleLink {
	color: #3399FF;
	font-weight: bold;
	font-size: 80%;
	text-align: left;
	margin-left: 2px;
}
h5 {
	color: 3399FF;
}
