﻿body {
	background-color: #ECECFF;
	font-family: Arial, Helvetica, sans-serif;}
#nav {
	font:0.8em Arial;
	background:url(../images/brown.png) repeat-x left bottom;
	width:100%;
	float:none;
}
#nav ul {
	margin:0;
	list-style:none;
	padding:10px 10px 0 10px;
	width: 100%;
	float: right;
}
#nav a, #nav strong, #nav span {
	float:right;
   	display:block;
	color:#fff;
	padding:2px 10px 3px 10px;
	background: url(../images/brown.png) no-repeat 100% 0px;
	text-decoration:none
}
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */
#nav li {
   float:right;
   background:url(../images/brown.png) no-repeat 0px 0px;
   margin:0;
   padding:0 0 0 5px;
}
#nav #current {
   background:url(../images/brown.png) no-repeat 0 -41px;
}
#nav #current a {
   background:url(../images/brown.png) no-repeat 100% -41px;
	padding:4px 20px 5px 11px;
	color:#939BCA
}
#nav a:hover {
	color:#464724
	}
#headerbar {
	clear: both;
	width: 100%;
	background-image: url(../images/buttons/line.gif);
	background-repeat: repeat-x;
	height: 40px;
	background-color: #66CCFF;
}
.credits {  font-family: Arial, Helvetica, sans-serif; font-size: x-small; color: #FFFFFF; text-decoration: none}
.cfloat {
	float: left;
	padding-top: 10px;
}
#login {
	float: right;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	margin-right: 10px;
}
#heading {
	float: left;
	margin-left: 10px;
	width: 300px;
}
#bodycontent {
	height: 100%;
	width: 100%;
	clear: both;
	text-align: left;
	margin-top: 3px;
}
#left{
	float: left;
	width: 20%;
	text-align: left;
	font: arial;
}
#left ul{
	list-style-image: url(/images/buttons/nub10t1.gif);
	left: -25px;
	width: 125px;
}
#left li{  
}
#left a, #left a:hover, #left a:visited {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #3366ff;	
}
#right{
	width: 79%;
	background-color: #FFFFFF;
	border-color: #66CCFF;
	border-style: solid;
	border-width: 1px;
	float: right;
	font: Arial, Helvetica, sans-serif;
}
#right p{
	width: 90%;
	margin: 15px 5% 0 5%;
	text-align: justify;
	color: #660099;
}
#right h1{
	font-size: 1.5em;
	margin: 15px 5% 0 5%;
	color: #0080ff;
}
#right h2{
	font-size: 1.25em;
	margin: 15px 5% 0 5%;
	color: #0080ff;
}
#right a{
	color: #0099FF;
	text-decoration: underline;
	font-weight: bold;
}
.rightimg{
	margin-left: 10px;
}
#boxes {
	text-align: center;
}
#credits {
	clear: both;
	float: right;
	width: 79%;
	font-size: 0.6em;
	text-align: center;
	margin-top: 10px
}
.list {
	margin-left: 25px;
	list-style-type: none;
	font: arial;
}

