
/* Master stylesheet created on 11/04/08 */

/*****************************/
/*              MASTER RESET                  */
/*****************************/

a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite,
code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1,h2, h3, h4, h5, h6,
hr, html, i, img, ins, kbd, label, legend, li, map, object, ol, p, param, pre, q, samp, small,
span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, ul, var {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	vertical-align: baseline;
	
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

focus {
	outline: 0;
}



/*****************************/
/*            REDEFINED HTML                */
/*****************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #FFF;
	
}



/*****************************/
/*              COMMON STYLES              */
/*****************************/

#Wrapper {
	margin: 20px auto 0 auto;
	width: 865px;
	clear: both;
}

#NavContentSpacing {
	width: 865px;
	height: 40px;
	clear: both;
}

#ContentFooterSpacing {
	width: 865px;
	height: 30px;
	clear: both;
}

#Logo {
	margin: 0 0 0 0;
	width: 300px;
	height: 119px;
	float: left;
}

#NavWrapper {
	margin: 100px 0 0 0;
	width: 545px;
	float: right;
	overflow: visible;
}

#LeftCol {
	margin: 0 0 0 0;
	width: 300px;
	float: left;
}

#HomeCol {
	margin: 0 0 0 0;
	width: 865px;
	float: left;
}

#RightCol {
	margin: 0 0 0 0;
	width: 545px;
	float: right;
}

#Footer {
	width: 865px;
	margin: 10px auto 10px auto;
	padding: 10px 0 10px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	clear: both;
}