
img	{
	display: block;
	border: 0;
	}

#footer img {
	vertical-align: middle;
	border: 0;
	}

/*  General layout */

body	{
	background: #fff;
	color: #333;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	font-family: arial, verdana, sans-serif;
	border-top: 5px solid #ffee33;
	}

#wrapper	{
	background: #fff;
	color: #333;
	padding: 0;
	width: 700px;
	margin: 0 0px 10px 0px;
}

#header	{
	background: #fff;
	color: #333;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	border-bottom: 1px dotted #B3B3B3;
}

#header img	{
	padding: 0;
	border: 0;
	text-align: center;
	margin-top: 10px;
	margin-left: 25%;
}

#maincontent	{
	font-size: medium;
	margin-left: 145px;
	margin-right: 20px;
}

#footer {
	border: 0;
	border-top: 1px solid #ccc;
	color: #666;
	background: #FFEE33;
	padding: 7px 7px 7px 10px;
	clear: both;
	font-size: 0.65em;
	text-align: right;
}

#note {
	padding: 10px 0;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 15px 0 10px 0;
	font-size: 0.8em;
	}

/*  Typography */

h1, h2, h3, h4, h5, h6	{
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 2px;
	letter-spacing: 1px;
	}

h1 {
	font-size: 1.3em;
	font-weight: 700;
	margin-bottom: 1.0em;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0.5em;
	color: #787878;
}

h3 {
	font-variant: small-caps;
	text-align: left;
	margin-bottom: .5em;
	font-size: 1em;
}

h4 {
	text-align: left;
	margin-left: 25px;
	color: #787878;
	font-size: 0.9em;
	margin-bottom: 1.2em;
}

h5 {
	font-size: 1em;
	text-align: left;
}

h6 {
	font-size: 0.7em;
	text-align: left;
}

p	{
	line-height: 140%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
	}

#footer p {
	text-align: right;
	line-height: 0.1em;
}

#header h1 {
	
}

ul.nobullet {
	list-style: none;
	text-align: left;
	margin-left: 10px;
	padding-left: 0;
}

/* General linkology */

a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #605d96;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #5680D4;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #688F96;
	background: transparent;  
	}

/* Nav */

#navcontainer { 
width: 140px; 
float: left;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 120px;
background-color: #036;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}

/*  Hide stuff (props to Zeldman) */

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

/*  Helpers */

.floatleft	{
	float: left;
	padding: 0;
	margin: 0 15px 0 0;
	}

.indent {
	margin-left: 100px;
}

.center {
	text-align: center;
}

.content {
	text-align: center;
	margin-top: 25px;
	padding-bottom: 30px;
}

#title {
	text-align: center;
}

/* Rubric */

table {
	background-color: #FFFFFF;
	border: 1px solid #ECECEC;
	width: 90%;
}

table#rubric {
	font-family: arial, verdana, sans-serif;
	background-color: #eeeeee;
	vertical-align: top;
	border: 1px solid #000000;
	font-size: 12px;
	padding: 7px;
	margin-bottom: 10px;
	width: 85%;
}

#rubric p {
	padding: 7px;
}

th {
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000077;
}

tr.odd {
	color: #000000;
	background-color: #dfdfdf;
}

table#rubric td {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-right: 20px;
	margin-left: 20px;
}

/* You are here */

#current a:link, #current a:visited, #current a:hover {
     border-color: #FE3;
	color: #FFF;
	background: #332;
}