/* CSS Document */

* {
margin: 0;
padding: 0;
}

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

a:hover {
text-decoration:underline;
}

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

dl {
margin: 10px;
}

	dl dt {
	font-size: .8em;
	font-weight: bold;
	}


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

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

h3 { 
margin: .2em 10px;
font-size: 1em; 
color:#0020C5;
}

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(../images/banner.png) no-repeat;
height: 89px;
margin-bottom: 10px;
width: 775px;
}


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

#banner3{
background:	#FDEA64 url(../images/banner3.jpg) no-repeat;
height: 89px;
margin-bottom: 10px;
width: 775px;
}

#bottom {
background:	url(../images/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: #333;
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(../images/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(../images/content-middle.png) repeat-y;
float: left;
overflow: auto;
width: 600px;
}

#news{
background:transparent;
width:590px;
}


#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(../images/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(../images/btn2.png) top left no-repeat;
color: #FDEA64;
height: 35px;
width: 150px;
}

	#splash {
	float: right;
	height: 230px;
	margin: 0 20px 0 20px;
	overflow: hidden;
	position: relative;
	width: 325px;
	}
	
		#splash ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		
			#splash ul li {
			margin: 0;
			padding: 0;
			}

	#splash_frame {
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 50;
	}
	

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

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