@import url("header.css");
@import url("footer.css");

/*CSS - RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, /*blockquote,*/pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd,
q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/*---------------CLEARFIX------------------*/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.clearfix { display: inline-block;}
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%;}


/*---------------HTML ELEMENTS------------------*/	
body { margin:0; padding:0; font-family: arial, helvetica, sans-serif; font-size:80%; color:#4D4D4D; background: #fff; }
p { margin: 0 0 12px 0; }

h1{color:#666633; font-size:2.5em;  margin: 0 0 3px;font-weight:normal}
.heading h1 {float:left; width:702px;}
.oneColumnSubNav h1 {color:#333; font-size:2.167em; padding:0 0 10px; margin:0 0 10px;}

h2{color:#333; font-size:2.167em;  padding:0 0 10px; margin:0 0 10px; font-weight:normal}
h2.border {border-bottom:1px solid #DBDBDB;font-weight:normal}
.oneColumn h2.border {margin:0 0 10px 10px;font-weight:normal}

h3{color:#333; font-size:1.667em; font-weight:bold; padding:0 0 10px; margin:0 0 10px;}
h4{color:#333; font-size:1.333em; font-weight:bold; padding:0 0 10px; margin:0 0 10px;}

ul {padding:0 0 0 40px;}

a:visited {color:#666633; text-decoration:none; font-weight:bold;}
a:link, a:hover {color:#666633; text-decoration:underline;}



strong{font-weight:bold;}
em{font-style:italic}

/*---------------COMMON CLASSES------------------*/	
.left { float:left;}
.right { float:right;}	
.bold {font-weight:bold;}
.clear {clear:both;}
.no_margin {margin:0}
.hidden {display:none;}
.red{color:#570812;}
.noBorder {border:0;}
.doubleBorder {border-top:2px dashed #DBDBDB; border-bottom:1px solid #DBDBDB;}

	
/*---------------OVERALL HOLDER OF WEBSITE // 960px wide------------------*/	
#wrapper {width:960px; margin:11px auto; padding:0;}	

.oneColumn {width:246px; margin:0 0 105px;}
.oneColumnSubNav {width:223px; margin:0 0 105px;}
.twoColumn { width:447px; margin:0 0 105px; padding: 0 25px 0 0;}
.threeColumn {width:705px; margin:0 0 105px;}

.marginTop{margin-top:26px;}
