@CHARSET "ISO-8859-1";

html, body {
	background-color: #D0772C;
}

div#doc {
	border: 2px solid #000;
	border-top: 0;
}

div#hd {
}

div#euc {
	background-image: url('images/header.png');	
	height: 110px;
}

ul#menu {
	height: 33px;
	background: url('images/red_0.gif');
	margin: 0; 
	padding: 0; 
	list-style: none; 
	white-space: nowrap;
}

ul#menu li {
	float: left;
	/*background: url('images/red_1.gif');*/
}

ul#menu li a {
	display: block; 
	height: 33px; 
	float: left; 
	background: url('images/red_0.gif'); 
	padding: 0; 
	text-decoration: none; 
	line-height: 33px; 
	white-space: nowrap; 
	color: #fc0;
	font-weight: bold;
}

ul#menu a span {
	display: block;
	padding: 0 15px 0 15px; 
	background: url('images/red_0.gif') right top;
}


ul#menu a:hover {
	background: url('images/red_1.gif'); 
	padding: 0 0 0 15px;
	cursor: pointer; 
	color: #fff;
}

ul#menu a:hover span {
	display: block;
	float: left;
	padding: 0 15px 0 0; 
	background: url('images/red_1.gif') right top; 
	cursor: pointer;
}

div#stylerow {
	height: 7px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	/*background-color: #fc0;*/
	background: url('images/stylerow.png') repeat-x;
}

div#bd {
	background-color: #F7F7F7;
	padding: 10px 50px 15px 20px;
	background-image: url('images/fade.png');
	background-repeat: repeat-x;
	font-family: Trebuchet MS;
	font-size: 108%;
	line-height: 150%;
	color: #444;
}

div#bd a, div#bd a:link, div#bd a:visited {
	color: #F98C0B;
}

/* base.css, part of YUI's CSS Foundation */
div#bd h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size: 146.5%; 
	font-family: Georgia;
}
div#bd h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%;
	font-family: Arial; 
}
div#bd h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:100%;  
	font-family: Tahoma;
}
div#bd h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
div#bd h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
div#bd abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
div#bd em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
div#bd blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
div#bd ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
div#bd ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
div#bd ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
div#bd dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
div#bd th,td {
	/*borders and padding to make the table readable*/
	/*border:1px solid #000;*/
	/*padding:.5em;*/
}
div#bd th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
div#bd caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
div#bd p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}


div#ft {
	background-color: #000;
	color: #FFF;
}

div#ft a, div#ft a:link, div#ft a:visited {
	color: #FFF;
	text-decoration: none;
}

div#ft ul {
	margin: 0;
	margin-left: 3px;
	padding: 0;
	float: right;
}



div.chronoform {
	display: none;
}
