body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: Black;
	font: 0.8em Arial, Helvetica, sans-serif;
	line-height: 1.4;
}

* {
	font-size: 100.1%;
}

h1 {
	margin: 1.2em 0 1.2em 0;
	padding: 0;
   line-height: 1.2;
	font-size: 1.8em;
}

h2 {
	font-size: 1.5em;
	margin-top: 1em;
	padding-top: 1em;
	color: #444444;
}

h3 {
	font-size: 1.1em;
	margin-top: 1.5em;
	color: #444444;
}

h4 {
	font-size: 1.1em;
	margin-top: 1.5em;
	color: #AB3107;
}

h2,
h3,
h4 {
	line-height: 1.1;
}

small {
	font-size: 0.85em;
}

a:link {
	color: #AB3107;
}

a:visited {
	color: #CE7C00;
}

a:hover {
	text-decoration: none;
}

h1 small,
h2 small,
h3 small {
	font-size: 0.8em;
}

h4 input {
	margin: 0.5em 0;
}

small small {
	font-size: 0.8em;
}

big {
	font-size: 1.33em;
}

form {
	margin: 0;
	padding: 0;
}

ul {
	list-style: square;
}

ul ul {
	list-style: disc;
}

img {
	border: none;
}

td {
	vertical-align: top;
}

#page {
	margin: 0;
	background-color: #ED4309;
	background-image: url(icons/bg_line.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#header {
	height: 133px;
	padding: 0;
}

#header img {
	margin: 65px 0 17px 0;
	padding: 0;
}

#left {
	background-color: #ED4309;
	background-image: url(icons/bg_lefttop.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 197px;
	float: left;
	margin: 0;
	padding: 0;
}

#menu {
	float: right;
	margin-top: 133px;
	margin-bottom: 5px;
	padding: 1.7em 0 0 0;
	width: 150px;
	height: 320px;
	background-color: #AB3107;
}

#content {
	margin: 0 20% 15px 197px;
	background-color: White;
	padding: 15px 30px;
}

#intro {
	padding-left: 5em;
	padding-right: 3em;
}

#footer {
	background-color: #ED4309;
	color: White;
	text-align: right;
	padding: 0 21% 0 200px;
	height: 30px;
}

#footer a,
#footer a:link,
#footer a:visited {
	color: White;
	text-decoration: none;
}

#footer a:hover {
	color: White;
	text-decoration: underline;
}

.logo {
	margin: 15px 15px 0 105px;
	padding: 0;
}

#menu ul {
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

#home a,
#home a:link,
#home a:visited,
.menu a,
.menu a:link,
.menu a:visited,
.menu-open a,
.menu-open a:link,
.menu-open a:visited  {
	padding: 0.2em 0.1em 0.3em 1em;
	border-top: 1px solid #AB3107;
	text-decoration: none;
	color: white;
	font-weight: bold;
	display: block;
}

.menu-open a,
#home a:hover,
.menu a:hover {
	background-color: #ED4309;
	color: Black;
}

.menu-active {
	margin: 0;
	background-color: #ED4309;
	padding: 0.2em 0.1em 0.3em 1em;
	border-top: 1px solid #AB3107;
	font-weight: bold;
	color: Black;
}

#home {
	margin-bottom: 1.7em;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li.menu,
* html ul li.home,
* html ul li.menu-active,
* html ul li.menu-open { 
	float: left; 
	width: 100%;
}

* html ul li.menu a:hover,
* html ul li.home a:hover,
* html ul li.menu a,
* html ul li.home a,
* html ul li.menu-open a,
* html ul li.menu-open a:hover { 
	height: 1%; 
	width: 100%;
}
/* End */

.orange {
	color: #ED4309;
}

.help {
	border-bottom: 1px dashed #AB3107;
	cursor: help;
}

.quote {
	margin: 0;
	padding: 0;
}

.quote p {
	background: url(icons/closing_quotes.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	font-style: italic;
	padding: 5px 20px 5px 5px;
	margin: 10px 3em 10px 5em;
	border: 1px solid #eeeeee;
}

.quote p:first-letter {
	background: url(icons/opening_quotes.gif) no-repeat 10px 2px !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding: 10px 0 5px 30px;
}

.download {
	width: 99%;
	background-image: url(icons/pdf.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.download a {
	display: block;
	padding: 1em 3em 1em 40px;
	font-weight: bold;
}

.download a:hover {
	display: block;
	font-weight: bold;
	background-color: #FAE6DE;
	background-image: url(icons/pdf.gif);
	background-position: left;
	background-repeat: no-repeat;
}	

.download a small {
	text-decoration: none;
	color: Black;
	font-weight: normal;
}

.right {
	float: right;
	padding: 1em;
}

@media print {
	#header,
	#left,
	#bottom {
		display: none;
	}
	
	#content {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	body {
		font: 1em Times New Roman, serif;
	}
	
	h1, 
	h2, 
	h3,
	h4 {
		color: Black;
	}
	
	ul {
		list-style: square;
		list-style-image: none;
	}
	
}

