/*
mikes code
*/
/* main wrapper for web page */
#container {
	width: 100%;
	background-image: url(graphics/950_back.jpg);
}
/* wrapper for top header*/

#top_banner {
	height: 318px;
	width: 1000px;
	background-color: #FFC;
	margin:auto;
	background-image: url(graphics/950_middle.jpg);
}
#toptext {
	width: 300px;
	float: right;
	padding-top: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	clear: none;
	position: relative;
	color: #1B3D84;
	text-align: right;
	font-size: 12px;
	padding-right: 30px;
}
#toplogo {
	top: 75px;
	float: left;
	width: 253px;
	position: relative;
	clear: none;
	text-align: center;
	left: 130px;
}
#freshdesign {
	float: left;
	position: relative;
	top: 80px;
	width: 217px;
	clear: both;
	text-align: center;
	left: 150px;
}
/* end of top wrapper */

/* navigation Wrapper */
#nav {
	height: 30px;
	padding-right: 1px;
	padding-left: 1px;
	}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	margin: 0;
	padding: 0;
	background-image: url(graphics/divider_back.jpg);
	height: 30px;
	}
#nav ul a{
	background-image: url(graphics/divider_line.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 30px;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	text-decoration: none;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	}
#nav ul a:hover {
	color: #7171FF;
}
#nav li {
	float: left;
	width: auto;
}
/* end of navigation wrapper*/

/* left hand side column*/
#sidebar {
	float:left;
	width:150px;
	padding:10px;
	left: 10px;
	}
.navleft {
	float: left;
	border-bottom-width: 1px;
	border-bottom: 1px dotted #333;
	position: relative;
	width: 160px;
	padding-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
	}
	
.nav-links a{
	color : #333;
	text-decoration: none;	
}
.nav-links a:hover{
	COLOR: #4682B4;
	text-decoration: none;	
}	
/* end of LH side column*/

/* main content section*/
#wrapcontainer {
	margin:0 auto;
	width: 1000px;
	background-image: url(graphics/wrapper_back.jpg);
	background-repeat: repeat-y;
}
#wrap {
	width:950px;
	margin:0 auto;
	}
#main {
float:right;
width:750px;
padding:10px;
}
#main_01 {
	float:right;
	width:925px;
	padding:10px;
}
#colins {
	width: 150px;
	top: 0px;
	float: none;
	position: relative;
	clear: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	background-color: #D0EDFD;
}
#cwrap{
	padding: 8px;
	float: right;
	position: relative;
}
#colins2 {
	width: 140px;
	top: 0px;
	float: left;
	position: relative;
	clear: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px 5px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	background-color: #D0EDFD;
}
/* end of main content section */

/* footer 1st*/

#footer {
	clear:both;
	padding:5px 10px;
}
/* end 1st Footer*/
/* footer last*/
#footer_last {
	width: 100%;
	float: left;
	background-color: #12A3F2;
	height: auto;
	clear: both;
}
#fmiddle {
	height: 30px;
	width: 1000px;
	background-color: #FFF;
	margin:auto;
	background-image: url(graphics/950_bottom.jpg);
	text-align: center;
	float: none;
	background-repeat: no-repeat;
}

/* end last footer*/
/*
end of Mikes Code
*/

	#header {
    	padding:5px 10px;
		background:#ddd;
	}
	h1 {
	    margin:0;
    }









	h2 {
		margin:0 0 1em;
	}
