/* CSS Resets (Do Not Edit) */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}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;}li{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;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}
h2, h3, h4 { width: 100% !important; }
html { overflow-y: scroll !important; }
ul { width: 100%; float: left; }
p { width: 100%; float: left; clear: left; }
div#wrapper { float: none; width: 890px; margin: 0 auto; padding: 15px; }
div#navwrapper { width: 950px; margin: 0 auto; }
hr { display: none; }
a:visited { color: blue; }
a:active { outline: none !important; }
a:focus { -moz-outline-style: none !important; }
/* End CSS Resets */

body { 
	background: url('../../images/bodybg.png') center top repeat-y #eee; 
	font-family: "Tahoma", "Arial", sans-serif; 
	font-size: 12px; 
}

h1 a {
	width: 330px;
	margin: 15px 0 14px 0;
	float: left;
	height: 29px;
	text-indent: -10000px;
	background: url('../../images/logo.gif') no-repeat; 
}

h2 {
	font-size: 20px; 	
}

h3 { 
	font-size: 17px; 
	margin-bottom: 20px;	
}

h4 { 
	font-size: 13px;
	margin-top: -10px; 
	margin-bottom: 15px;
	font-weight: bold;
	color: #666;
}

p {
	line-height: 24px;
	margin-bottom: 15px;
	text-align: justify;
	float: left;
}

.last {
	margin-bottom: 0 !important;
	border-bottom: none !important;
}

.separator {
	margin-top: 15px; 
	padding-top: 30px;
	margin-bottom: 10px;
	border-top: 1px solid #ddd;
	float: left;
}

.smallmargin {
	margin-bottom: 5px;
	float: left;
}

div#footer {
	font-size: 11px; 
	color: #888; 
	margin-top: 32px; 
	margin-bottom: 0;
	border-top: 1px solid #ddd;
	padding: 15px 0 30px 0; 
	float:left;
	display:inline;
	width: 890px;
}

div#footer a { 
	color: #888;
	text-decoration: none;
	border-bottom: 1px dotted #888;
}

p img { 
	float: right;
	margin-left: 0px;
	padding-left:20px;
}



