html, body
{
	background: #CCC;
	color: #000;
	font-family: Trebuchet MS;
	margin: 0 0 0 0;
	padding: 0;
}

#topchunk
{
	background: #06F;
	padding: 10px;
}

#logochunk
{
}

#sectiontitlechunk
{
	float: right;
	font-size:medium;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

h1
{
	clear: both;
	padding: 3px;
	display: inline;
	font-weight: bold;
	font-size: medium;
	background: #06f;
	text-transform: uppercase;
	color: #fff;
}

#mainchunk
{
	padding:  20px 10px 10px 10px;
	border-top: solid 2px #000;
}

#menuchunk .first
{
	border-left: none;
	padding-left: 0;	
}

#menuchunk li
{
	padding: 0 2px 0 4px;
	display: inline;
	margin: 0;
	border-left: #69f 1px solid;
}

#menuchunk ul
{
	font-size: x-small;
	color: #fff;
	margin: 0;
	padding: 3px 10px 3px 10px;
	border-top: #69f 1px solid;
	background: #06f
}

#menuchunk a
{
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}

#menuchunk a:hover
{
	text-decoration: underline;
}

#submenuchunk .first
{
	border-left: none;
	padding-left: 0;	
}

#submenuchunk li
{
	padding: 0 2px 0 4px;
	display: inline;
	margin: 0;
	border-left: #69f 1px dotted;
	
}

#submenuchunk ul
{
	font-size: xx-small;
	color: #fff;
	margin: 0;
	padding: 3px 10px 3px 10px;
	background: #06f;
	text-transform: uppercase;
	border-top: #69f 1px solid;
}

#submenuchunk a
{
	color: #fff;
	text-decoration: none;
}

a
{
	text-decoration: none;
}

#submenuchunk a:hover
{
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}

table
{
	width: 500px;
	border: solid 2px #06f;
	background: #fff;
	padding: 0;
	border-collapse: collapse;
}

th
{
	font-size: x-small;
	background: #06f;
	border: solid 1px #fff;
	text-align: center;
	color: #fff;
	font-weight: normal;
}

td
{
	font-size: x-small;
	border: solid 1px #06f;
	text-align: center;
}

#footer
{
	color: #fff;
	text-align: center;
	font-size: xx-small;
	background: #06f;
	border-top: solid 2px #000;
	padding: 3 10 3 10;
	clear: both;
	margin: 10 0 0 0;
}

#footer a
{
	color: #fff;
}

#pagechunk
{

}

.imgborder
{
	border: solid 2px #06f;
}

.smalltable
{
	width: 150px;
}

.medtable
{
	width: 240px;
}

.widetable
{
	width: 650;
}

#floatright
{
	display: inline;
	float: right;
}

#floatleft
{
	display: inline;
	float: left;
}

.centered
{
	text-align: center;
}

