

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;
	padding-bottom: 10px;
	}

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

#header	{
	background: #fff;
	color: #333;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	}

#header img	{
	display: none;
}

#maincontent	{
	float: left;
	font-size: 12px;
	width: 95%;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#footer {
	border: 0;
	color: #666;
	background: #fff;
	text-align: right;
	font-size: 9px;
	padding: 10px;
}

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

/*  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: 16pt;
	font-weight: 700;
	margin-bottom: 1.0em;
	color: #666;
}

h2 {
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 0.5em;
	color: #666;
}

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

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

h5 {
	font-size: 12pt;
	text-align: left;
}

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

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

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

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

#header h1 {
	font-size: 16pt;
	margin-bottom: 0.2em;
}

/* General linkology */

a:link, a:visited {
	font-weight : bolder; 
	text-decoration : none;
	color: #294B4B;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #294B4B;
	background: transparent; 
	}

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

/* Nav */

#navlist
{
border-bottom: 1px solid #666;
margin: 0px;
margin-bottom: 30px;
padding: 0px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
padding-top: 3px;
padding-bottom: 6px;
}

#navlist a, #navlist a:link, #navlist a:visited
{
border: none;
padding: 1px;
padding-left: 0.5em;
padding-right: 0.5em;
color: #000000;
font-weight: bold;
text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
border: none;
padding: 1px;
padding-left: 0.5em;
padding-right: 0.5em;
text-decoration: none;
}

#navlist li
{
padding-right: 1px;
display: inline;
font-size: 0.6em;
}

#navlist ul
{
margin: 0px;
padding: 0px;
}

/*  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;
}

#title img {
	text-align: center;
	display: block;
	margin-left: 25%;
}

/* 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 {
	background-color: #E4E4E4;
	text-decoration: underline;
} 


