body {
	font-family: Garamond, Georgia, Times New Roman, Times, serif;
	background-color:#003366;
}
#all {
    max-width: 900px;
	min-width: 480px;
    width:90%;
    margin:20px auto;
       }
#leftbar {
	position: absolute;
	left: -150px;
	width: 150px;
	background-repeat: no-repeat;
	text-align: right;	
}
#header {
	height: 60px;
}
#main {
    position: relative;
	margin-left: 150px;
}
#filler {
    height:600px;
}
#content {
    position: relative;
	padding: 5px 0px 0px 20px;
	min-height: 600px;
	margin-top:-600px;
}
#backimage {
    float:left;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
}
#list {
    position: absolute;
	left: 200px;
	top: 200px;
	line-height:1;
    height: 300px;
	overflow:auto;
}
#leftsection {
    position:absolute;
	left:-400px;
}
#rightsection {
    position: relative;
    margin-left:400px;
}
#footnote {
    margin-left: auto;
    margin-right: auto;
	position:relative;
	z-index: 2;
}
h1 {
	font-size: 18px;
	color: #ff9900;
}
h2 {
	font-size: 16px;
	font-style: italic;
	color: #ff9900;
}
p, li {
	font-size: 16px;	    
	color: #ff9900;
}
a {
    text-decoration: none;
}
#header p {
	font-size: 20px;	    
	color: #999900;
}
#footnote p {
    font-size: 14px;
	color: #999900;
    text-align: center;	
	text-decoration:none;
}
#footnote p a {
    color: #999900;
}
#list p a, #content p a {
	color: #ff9900;
}
#list h1 {
}
.navigation {
	font-size: 18px;
	font-style: normal;
	color: #999900;
	z-index: 1;
	font-variant: small-caps;
	text-decoration:none;
}
.navigation2 {
	font-size: 18px;
	font-style: normal;
	color: #ff9900;
	z-index: 1;
	text-decoration:none;
}
.insidenav {
    text-align:center;
}
.foot {
    	font-size: 11px;
		font-style: italic;
}
.footnote {
	font-size: 18px;
	font-style: normal;
	color: #999900;
	font-variant: small-caps;
	text-decoration:none;
}
a:link {
	text-decoration: none;
}
a:hover {
    background:#ddeedd;
}