/*
	Works as expected in:
		Mozilla 1.6 Mac
		Safari 1.0 Mac
		Firefox 0.8 Mac

	Small loss of effects in:
		IE 5.2 Mac
		IE 5.0 PC

	Errors in:
		Opera 6.03 Mac - link colors incorrect
			       - overline instead of underline (??)
			
*/

/*----- Basic Default Styles -----*/
body {
	font: 1em Arial, "Trebuchet MS", "Lucida Grande", sans-serif;
	color: #000;
	background: #399; margin: 5px 0 5px 50%;
}
a:link, a:visited {
	font: 1em Arial, "Trebuchet MS", "Lucida Grande", sans-serif;	
	text-decoration: none;
	color: #000;
}
a:hover, a:active {
	font: 1em Arial, "Trebuchet MS", "Lucida Grande", sans-serif;
	text-decoration: underline;
	color: #A03E19;
}

h1 {
font: 1.5em Arial, "Trebuchet MS", "Lucida Grande", sans-serif;;
color: #033;
font-weight: bold;
}

h3 {
	color: #A03E19;
	font: 1.6em Arial, "Trebuchet MS", "Lucida Grande", sans-serif;
	margin: 0;
	text-transform: lowercase;
}

/*----Layout-----*/
#container {
	position: relative;
	width: 750px;
	background: #fff url(images/header1.jpg) no-repeat top left;
	margin: 0 0 0 -400px;
	border: 5px solid #fc0;
}

/* ----Header - just provides space---- */
#header {
	height: 350px;
}
#header span {
	display: none;
}

/*----- Content----- */
#content {
	margin-top: 10px;
	width: 480px;
	margin-left: 250px;
	color: #42443A;
	padding-bottom: 20px;
}

#content p {
font-family: Arial, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
font-size: 1.2em;
font-weight: normal;
line-height: 1.6em;
}

#content p.center {
font-family: Arial, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
font-size: 1.2em;
font-weight: normal;
line-height: 1.6em;
text-align: center;
}

#content a:link, #content a:visited {
	color: #42443A;
}
#content a:hover, #content a:active {
	color: #42443A;
}

#content img.right {
float: right;
margin: 10px 15px;
border: 0;
}

#content dl {
list-style: disc;
}

#content dt {
font-size: 1em;
font-weight: bold;
line-height: 1.2em;
margin: 6px 0 0 0;
}

#content dd {
margin: 0 0 0 10px;
font-size: 1.1em;
font-weight: normal;
line-height: 1.2em;
}

#content dd a:link, #content dd a:visited {
color: #00c;
}

#content dd a:hover {
color: #900;
}

#content p.note {
font-size: 0.9em;
line-height: 1em;
border: 1px solid #000;
padding: 8px;
}

#content img.base {
border: 0;
padding: 10px;
}

/*----- Nav Panel -----*/
#container #nav {
	position: absolute;
	left: 18px;
	top: 310px;
	width: 198px;
	font: 1em Arial, "Trebuchet MS", "Lucida Grande", sans-serif;
}
#nav h3 {
	width: 198px;
	height: 18px;
	margin-top: 20px;
}
#nav h3 span {
	display: none;
}

/* left header images */
#nav h3.select {
	background: url(images/navigation.gif) no-repeat top left;
	height: 18px;
}

#nav ul {
	list-style: none;
	padding: 0 0 18px 0;
	margin: 0;
	background: url(images/nav_footer.gif) no-repeat bottom left;
}
#nav ul li {
	padding: 5px 10px 5px 10px;
	background: url(images/nav_li_bg.png) bottom left;
	border-bottom: 1px solid #1A4861;
	margin: 0;
}
/* li:hover style... have to replace the BG so the color will show up. */
#nav ul li:hover {
	background: #033;
	color: #FFF;
}
/* bunch of crazy styles... so IE will still look ok when it
   doesn't parse :hover. */
#nav #lselect {
	color: #666;
}
#nav ul li a {
	/* this would be block, save for the nbsp at the end of the
		link for "accessibility" purposes. :P */
	display: inline;
	color: #000;
	text-transform: lowercase;
	text-decoration: none;
}
#nav #lselect ul li a {
	font: 1.2em Arial, "Trebuchet MS", Verdana;
	display: block;
	color: #000;
	text-transform: lowercase;
}

.def span a:hover, #nav #lselect ul li a:hover {
	color: #fff;
}


#nav ul li a span.def {
	display: inline;
	font: 0.8em Arial, "Trebuchet MS", Verdana;
	color: #f60;
	text-transform: none;
	text-decoration: none;
}


/* if the browser doesn't read the :hover pseudoclass, this
	shouldn't render and the text shouldn't change color */
#nav ul li:hover a, #nav #lselect ul li:hover a {
	color: #FFF;
}

#footer { 
	position: relative; 
	width: 750px;
	height: 130px;
	background: #fff url(images/footer.jpg) no-repeat top left;
	padding: 0;
	margin: 0;
}
#footer p {
padding: 50px 0 0 500px;
}


#footer p.conform {
text-align: right;
padding: 45px 6px 0 0;
margin: 0 0 0 0;
}

#footer p.conform a {
padding: 0 14px;
}

#footer a:link, #footer a:visited {
	color: #000;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #033;
	text-decoration: underline;
}
