/**********************************
Use: Reset Styles for all browsers
***********************************/

html{background-color:#fff;}
body {
	color: #505050;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
	p, blockquote {
		margin: 0 0 15px 0;
		padding: 0;
	}
	a img { border: none; }
	
/* Headers */

	h1, h2, h3, h4, h5, h6 {
		margin: 0;
		padding: 0;
		font-size: 100%;
		font-weight: normal;
	}
	
/* Lists */
	
	ul, ol, dl, dt, dd {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
/* Links */

	a, a:link {
		color: #600; 
		text-decoration: none;
		outline: 0;
	}
	a:visited {}
	a:hover {text-decoration: underline;}
	a:active {}

/* Forms */

	form, fieldset {
		margin: 0;
		padding: 0;
		border: 0;
	}
		legend {padding: 0;}
		input, textarea, select {
			font-size: 100%;
			font-family: inherit;
			margin: 0;
			padding: 0;
		}
	
	.clear {clear: both;}

/* HTML5 Elements to Block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

/* Accessibility Links */
.navSkips {
	font-size: 0;
	height: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 0;
}

/* Use anywhere clear */
.clear {clear: both;}

/* Content Image Floats */
.img-left {
	float: left;
	margin: 5px 20px 20px 0;
}

.img-right {
	float: right;
	margin: 5px 0 20px 20px;
}