/* HIDE LAYOUT FROM NS4 & EARLIER BROWSERS -------------------------------------------------------------------*/
@import "layout.css";

* {
	font-family: inherit;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #58595b;
	background: url(/images/back.jpg) 0 0 repeat-x;
}

code{
	font-family: "Courier New", Courier, monospace;
}

a{
	text-decoration: underline;
	outline: none;
	color: #f36f21;
}

a:hover{
	color: #999999;
}

h1{ 
	clear: left;
	float: left;
	font-size: 1.8em;
	color: #ffffff;
	font-weight: normal;
}

h1.home{
	padding: 22px 30px;
	width: 920px;
	background: #ff8700;
	margin-bottom: 25px;
}

h2,
h3,
h4,
h5,
h6{ 
	clear: left;
	float: left;
	font-size: 1.8em;
	color: #f36f21;
	font-weight: normal;
	padding-bottom: 15px;
}

h4.noborder{
    padding-bottom: 0;
}

p{ 
	clear: left;
	float: left;
	font-size: 1.1em;
	color: #58595b;
	line-height: 1.6em;
	padding-bottom: 20px;
}

p.question{
	font-weight: bold;
	color: #f36f21;
	font-size: 1.2em;
	padding-bottom: 5px !important;
}






/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
