/* CSS Document */

body
	{
	background: #CFE2E6 url(../img/body-bg.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	}
	
#main
	{
		background-color: #E6DDCF;
		border: #4D403E 1px solid;
		background: url(../img/content-bg.gif) repeat-y center center;
		width: 768px;
		margin: 10px auto;
	}

#header
	{
		background: url('../img/siteheader2-top.jpg') no-repeat center center;
		height: 93px;
	}
#header h1
	{
		text-indent: -9999px;
		margin: 0;
		padding: 0;
	}
	
#breadcrumbs
	{
		background: url('../img/siteheader2-bottom.jpg') no-repeat center center;
		background-color: #000;
		height: 42px;
		font-size: 1.2em;
	}
#breadcrumbs ul
	{
		margin-top: 0;
		padding-top: 2px;
		margin-left: -30px;
	}
#breadcrumbs ul li
	{
		display: inline;
		padding-top: 1px;
		margin-left: 0;
		color: #f2ede6;
	}
#breadcrumbs ul li.first
	{
		display: inline;
		list-style: none;
		margin-top: 0;
		margin-left: 10px;
		color: #f2ede6;
	}
#breadcrumbs ul li a
	{
		text-decoration: none;
		color: #f2ede6;
	}
#breadcrumbs ul li a:visited
	{
		text-decoration: none;
		color: #f2ede6;
	}
#breadcrumbs ul li a:hover
	{
		text-decoration: none;
		color: #f2ede6;
	}
	
#menu
	{
		float: right;
		width: 192px;
		margin: 0 0 20px 0;
	}
	
#content 
	{
		padding: 5px 20px;
		font-size: 1.2em;
		float: left;
		width: 500px;
	}
	
#content h2, #content h3, #content h4, #content h5, #content h6
	{
		color: #804540;
	}
	
#content h2
	{
		font-size: 2.0em;
		margin: 2px;
		padding: 5px;
	}
	
#content p
	{
		font-size: 1.2em;
		margin-bottom: 1em;
	}

a
	{
		color: #26474D;
	}
	
a:hover
	{
		color: #BF3B30;
	}
	
a:visited
	{
		color: #804540;
	}
	
#footer
	{
		clear: both;
		margin: 10px 0 0 0;
		padding: 20px;
		border-top: #CFC0A8 1px solid;
		background-color: #ffe;
	}
	
#menu {
	padding: 0;
	margin: 0;}
#menu ul {
	list-style: none outside;
	padding: 0;
	margin: 0;}

#menu ul li {
	font-size: 2em;
	border-top: 1px solid black;
	padding-left: 1em;}
	
#menu ul li a {
	text-decoration: none;}
	
#menu ul li ul li {
	font-size: 0.5em;
	border-top: none;
	border-bottom: none;}
	
#menu #calendar {
	padding-left: 1em;}
	
fieldset label {
	display: block; }
	
	dl.code-list
	{
	margin: 0;
	padding: 2em 0;
	font-family: georgia, times, serif;
	}

	.code-list dt
	{
	position: relative;
	left: 0;
	top: 0;
	width: 6em;
	float:left;
	font-weight: bold;
	margin-top: 0.6em;
	}

	.code-list dd
	{
	border-left: 1px solid #000;
	margin: 0.6em 0 0 7em;
	padding: 0 0 .5em .5em;
	}