/*Most of this layout comes from Real World Style and can be found at http://realworldstyle.com*/
/*Navigation is from http://css.maxdesign.com.au/index.htm*/
div {
	border: none;
	}

#top {
	margin-left: 0px;
	color: #000;
	border-bottom: 1px solid #778;
	height: 177px;
	background-color: #f8f8f8;
	background-image: url(../images/fade.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	}
	
#menubar {
	position: absolute;
	left: 0;
	top: 176px;
	height: 20px;
	width: 99%;
	color: #000;
	padding: 3px;
	background-color: #f8f8f8;
	border-top: 1px solid #778;
	}
	
	
#left {
	position: absolute;
	left: 0;
	width: 264px;
	margin: 22px 0px 0 0;
	color: #000;
	padding: 3px;
	}
		
#right {
	position: absolute;
	left: 83%;
	top: 201px;
	width: 140px;
	padding-left: 10px;
	z-index: 3;
	color: #000;
	padding: 3px;
	/*border-left: 1px solid #778;*/
	}

#left p, #left li, #right p {
	font-size: 11px;
	}
#left p {
	margin: 5px;
	}
	
#middle {

	margin: 20px 0px 0px 0px;
	padding: 3px 3px 3px 300px;
	color: #000;
	background-color: #f8f8f8;
	width: 600px;
	font-size: 12px;
	}

#middle1 {

	margin: 20px 0px 0px 0px;
	padding: 3px 3px 3px 100px;
	color: #000;
	background-color: #f8f8f8;
	width: 800px;
	font-size: 12px;
}

#middle1 h1 {
	margin-top: 0px;
}

#middle2 {

	margin: 20px 0px 0px 0px;
	padding: 3px 3px 3px 30px;
	color: #000;
	background-color: #f8f8f8;
	width: 800px;
	font-size: 12px;
}
	
html {
	width: 100%;
	}

html, body {
	margin: 0;
	padding: 0;
	background-color: #f8f8f8;
	color: #000;
	font-family: Verdana, Trebuchet MS, Arial, Geneva, Helvetica, Helv, sans-serif;
	width: 100%;
	scrollbar-base-color:#f8f8f8;
	scrollbar-shadow-color:#907498;
	}
p, a, li {
	font-size: 12px;
	line-height: 18px;
	/*margin-left: 5px;*/
	}
#left a:link {
	color: #94aad6;
	font-size: 11px;
	font-weight: bold;
	}
#left a:visited {
	color: #94aad6;
	font-size: 11px;
	font-weight: bold;
	}
#left li {
	font-size: 11px;
	margin-right: 5px;
	}
#left a:hover {
	color: #7c7c7c;
	font-size: 11px;
	font-weight: bold;
	}
h1, h2, h3, h4, h5, h6 {
	margin-top: 50px;
	}
h1 {
	font-size: 18px;
	color: #596680;
	text-align: left;
	}
h2 {
	font-size: 15px;
	color: #596680;
	text-align: left;
	}
h3 {
	font-size: 15px;
	color: #596680;
	text-align: left;
	}
.initial {
	text-indent: 0;
	}
p.initial:first-letter {
	font-size: 200%;
	float: left;
	}
.panel {
	padding-right: 8px;
	padding-left: 8px;
	background-image: url(../images/mid_panel.jpg);
	background-repeat: repeat-y;
	}
.copy {
	text-align: center;
	font-size: 11px;
	}
.panel a:link {
	font-size: 11px;
	}
.panel a:visited {
	font-size: 11px;
	}
.panel a:hover {
	font-size: 11px;
	}
a {
	color: #596680;

}
/*Style for Navigation*/
#navlist
{
padding: 3px 0 17px 0px;
margin-left: 0px;
border-bottom: 1px solid #778;
font: bold 12px Verdana, sans-serif;
text-align: center;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
/*border-bottom: none;*/
background: #efdd3f;
text-decoration: none;
}

#navlist li a:link { color: #000; }
#navlist li a:visited { color: #000; }

#navlist li a:hover
{
color: #000;
background: #94aad6;
border-color: #227;
background-image: url(../images/btn.gif);
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
}