body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0; float: none;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

body{
	background:			#fff;
	color: 				#464646;
	font-family: 			Trebuchet MS, Trebuchet, Verdana, Arial;
	font-size: 			80%;
	margin: 			0;
	padding: 			0;
}

a{
	color:				#1e406e;
	text-decoration:	none;
}

a:hover{
	color:				#1e406e;
	text-decoration:	underline;
}

em{
	font-style:			italic;
}

strong{
	font-weight:		bold;
}

/* Divisions */

	#header{
		background:			#4c6da2;
		height:				125px;
		width:				100%;
	}

		#header .content{
			margin:				0 auto 0 auto;
			width:				920px;
		}	

	#container{
		margin:				0 auto 0 auto;
		width:				920px;
	}
	
			#header h1 a{
				background:			url('../graphics/logo.png') no-repeat;
				cursor:				pointer;
				display:			block;
				float:				left;
				height:				75px;
				margin:				25px 0 0 0;
				width:				325px;
			}
		
				#header h1 a span{
					display:			none;
				}
	
	#content{
		min-height:			350px;
	}
		
	#footer{
		color:				#CCCCCC;
		display:			block;
		height:				20px;
		margin:				0 0 25px 0;
		text-align:			center;
		width:				920px;
	}		
	
	.clearer{
		clear:				both;
	}								
