#navigation {
	position: absolute;
	top: 60px;
	left: 0;
	width: 15em;
	background: #FFCC99;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	background: #FFCC99;
	width: 100%;
	line-height: 55px;
}


#content {
	background: #FFFFDC;
	margin-top: 70px;
	margin-left: 18em;
}

#footer {
	margin-left: 18em;
	background: #FFCC99;
}

h1 { 
	font-size: 26pt;
	color: navy;
	padding: 5px 5px 5px 5px;
}

h1.header { 
	font-size: 20pt;
	color: navy;
	font-style: italic; 
	text-align: left;
	letter-spacing: 0.3em;
}

body {
	background: #FFCC99;
	font-family: verdana, ariel, helvetica, serif;
        font-size: 9pt;
}

h2 {
	font-size: 14pt;
	color: navy;
	font-style: italic; 
	margin: 1em;
	
}

h3 {
	font-size: 11pt;
	color: navy;
	margin: 1em;
}


h3.new {
	font-size: 11pt;
	color: red;
	margin: 1em;
}


h4 {
	font-size: 10pt;
	color: navy;
	margin: 1em;
}

p {
	font-size: 10pt;
	color: navy;
	margin: 1em;
}

p.disc {
	font-size: 8pt;
	color: navy;
	margin: 3px 3px 3px 3px;
}

p.guest {
	border: thin solid navy; 
	margin: 2em 10em 2em 0em;
	padding: 2em;
	font-style: italic; 
	font-size: 10pt;
	color: navy;
}

p.new {
	font-size: 10pt;
	color: red;
	margin: 1em;
}

a:link { 
	text-decoration: none; 
}

a:visited { 
	text-decoration: none; 
	color: #cc0033;
}

a:hover { 
	text-decoration: none; 
	background-color: navy; 
	color: #F4EBDC;
}

a:active { 
	text-decoration: none; 
	
}

td.forn {
	font-size: 10pt;
	color: navy;
}

ul.main {
	font-size: 10pt;
	color: navy;
}

img {
	border: thin solid navy; 
	margin: 1em;
}

img.banner {
	border: thin solid navy; 
	margin: 1em 3px 0px 2em;
}

img.logo {
	border: thin solid #FFCC99;
	margin: 3px 3px 0px 2em;
}

img.firefox {
	border: 0 none navy; 
	margin: 3px 3px 3px 3px;
}


