/* CSS by Jonathan Li */

body
{
	font-family: arial;
	text-align: center;
	margin: 5px auto;
}

/* Heading formatting */
h1, h2, h3, h4
{
	font-size: 1.1em;
}

h5
{
	font-size: 1.0em;
}

h1, h2, h3, h4, h5
{
	margin: 0px;
	text-indent: 3px;
}

/* Table formatting */
table
{
	width: 100%;
	text-align: left;
	padding: 0px;
	text-indent: 3px;
}

th
{
	border-bottom: 2px solid;
}

th,td
{
	border-left: 2px solid;
	text-align: left;
}

th:first-child, td:first-child
{
	border-left: 0px;
}

/* General Formatting */
a
{
	text-decoration: none;
}

img
{
	border: 0;
}

p
{
	margin-left: 3px;
	margin-right: 3px;
}

p.notopmargin
{
	margin-top: 0px;
}

#center
{
	text-align: center;
}

.bold
{
	font-weight: bold;
}

/* Common Layout stuff */
div#content, ul#nav
{
	display: inline-block;
	margin: 1px 0px 0px 0px;
	border: solid 1px;
	vertical-align: top;
	padding: 0px;
}

/* Content Layout */
div#content
{
	width: 666px;	/* The number of the beast */
	text-align: justify;
}

/* Menu Layout */
ul#nav
{
	width: 86px;
	list-style: none;
	font-weight: bold;
}

ul#nav li
{
	font-size: 1em;
	padding: 1px;
}

ul#nav li > a
{
	display: block;
}

/* Colors */
a
{
	color: #0000FF;
}

div#content a:hover
{
	color: #FF0000;
}

h1, ul#nav li#cur
{
	background: #FFFFCC;
}

h2, h3, ul#nav li:hover
{
	background: #FFDD99;
}

ul#nav li > a
{
	color: #000000;
}

div#content, ul#nav, th, td
{
	border-color: #CCCCCC;
}
