/* CSS Document */

* {
margin: 0;
padding: 0;
}

a {
font-size: inherit;
font-weight:bold;
color: #097054;
text-decoration: none;
}

a:hover {
text-decoration:underline;
}

body {
background:	#D9DB56;
font-family: Verdana, sans-serif;
font-size: 100%;
padding: 10px 0px;
}

h1 { 
color: #097054;
font-size: 1.4em;
margin: .2em 10px;
}

h2 { 
border-bottom: 1px solid #097054;
color: #AEBC21;
font-size: 1em;
margin: .2em 10px;
padding-bottom: 4px;
}

h3 { font-size: 1.2em; }
h4 { font-size: 1em; }

p { 
font-size: .8em;
margin: 1em 10px;
}

ul, ol { 
font-size: .75em; 
margin-left: 30px;
margin-top: 10px;
}

/**/

#banner {
background:	#FDEA64 url(media/banner.png) no-repeat;
height: 89px;
margin-bottom: 10px;
width: 775px;
}

#bottom {
background:	url(media/content-bottom.png) no-repeat;
float: left;
height:	25px;
width:	600px;
}

#content {
float: right;
width: 600px;
}

.display {
border-collapse: collapse;
border-right: 1px solid #888;
border-bottom: 1px solid #888;
font-size: .75em;
margin-left: 10px;
width: 500px;
}

.display caption {
font-weight: bold;
margin-left: 5px;
margin-top: 10px;
padding: .4em;
text-align: left;
}

.display th, .display td {
background: #097054;
border-left: 1px solid #888;
border-top: 1px solid #888;
color: white;
padding: .4em .6em;
text-align: left;
}

.display td {
background: #f2f2f2;
color: black;
padding: .2em .4em;
}

#footer {
background:	url(media/bar.png) no-repeat;
clear: both;
color: #444;
float: right;
font-size: .9em;
height:	40px;
line-height: 100%;
text-align:	center;
width: 600px;
}

#footer a {
text-decoration: none;
color: black;
}

#footer p {
margin-top: 1em;
}

#frame {
float: left;
left: 50%;
margin-left: -388px;
position: absolute;
width: 775px;
}

#middle {
background:	url(media/content-middle.png) repeat-y;
float: left;
overflow: visible;
width: 600px;
}

#navigation {
float: left;
margin-left: 10px;
width: 150px;
}

#navigation ul {
float: left;
list-style: none;
margin-left: 0;
margin-top: 0px;
}

#navigation ul li a {
background: url(media/btn1.png) top left no-repeat;
color: #ffffff;
display: block;
font-weight: bold;
height: 35px;
padding: 8px 0 0 8px;
width: 150px;
text-decoration: none;
}

#navigation ul li a:hover {
background: url(media/btn2.png) top left no-repeat;
color: #D9DB56;
height: 35px;
width: 150px;
}

#top {
background:	url(media/content-top.png) no-repeat;
float: left;
height: 25px;
width: 600px;
}

.pic {
	float:right;
	margin-right: 5px;
	padding:4px;
	}
