body
{
	margin: 20px 0px 20px 0px;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	text-align: center;
	background: url('../images/bg.body.jpg') bottom repeat-x; 
}

table
{
	font-size: 12px;
	color: #333;
}

table#container
{
	width: 800px;
	border: 1px solid #808080;
	background-color: #FFF;
	text-align: left;
	vertical-align: top;
}

td#header
{
	background-color: #CCC;
}

td#content
{
	background: url('../images/bg.content.jpg') top repeat-x;
	padding: 5px;
	font-family: Trebuchet MS;
	font-size: 13px;
	vertical-align: top;
}

td#content_right
{
	vertical-align: top;
}

td#submenu
{
	height: 25px;
	background: url('../images/bg.footer.jpg') repeat-x;
	vertical-align: bottom;
	text-align: right;
}

td#copyright
{
	background-color: #CCC;
	color: #369;
	font-size: 12px;
	text-align: center;
	font-family: Trebuchet MS;
	padding: 5px;
}

div#menu
{
	text-align: center;
	padding: 5px 5px 10px 5px;
	color: #FFF;
	font-weight: bold;
}

div#space
{
	background-color: #666;
	font-size: 1px;
	border-bottom: 1px solid #FFF;
}


td#sub_header
{
	background: url('../images/bg.subheader.jpg') top repeat-x;
	letter-spacing: 1px;
	height: 25px;
	text-align: center;
	font-weight: bold;
	color: #F1F5F6;
	font-family: Trebuchet MS;
	font-size: 13px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

td#sub_content
{
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #333;
	background-color: #F1F1F1;
	border: 1px solid #808080;
	padding: 4px;
}


span.title
{
	font-weight: bold;
	font-style: italic;
	color: #369;
	font-size: 18px;
	padding-bottom: 3px;
}

a, a:visited
{
	color: #036;
	text-decoration: underline;
}

a:hover
{
	color: #369;
	text-decoration: underline;
}

a.sublink, a.sublink:visited
{
	color: #666;
	text-decoration: underline;
}

a.sublink:hover
{
	color: #999;
	text-decoration: none;
}

label.item
{
	color: #036;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-family: Trebuchet MS;
	letter-spacing: 1px;
}

hr
{
	height: 1px;
	border: solid #808080 0px;
	border-top-width: 1px;
}

input, textarea, select
{
	background-color: #FFF;
	border: 1px solid #000;
	color: #666;
	font-family: Arial;
	font-size: 11px;
	padding: 2px;
}

input.button
{
	font-weight: bold;
	color: #036;
	padding: 0px;
	background-color: #F1F6F6;
}

img
{
	border: 0px;
}

form
{
	margin: 0px;
}

br
{
	font-size: 8px;
}

ul
{
	margin-top: 3px;
	margin-left: 18px;
	margin-bottom: 0px;
	list-style-type: square;
}

li
{
	font-size: 11px;
	color: #666;
}

#dropmenudiv
{
	text-align: left;
	position: absolute;
	border: 1px solid #999;
	border-bottom-width: 0;
	font: normal 12px Trebuchet MS;
	line-height: 18px;
	z-index: 100;
	background-color: #FFF;
}

#dropmenudiv a
{
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #999;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #808080;
	background: url('../images/dot_menu_off.gif') left center no-repeat;
	padding: 2px 2px 2px 12px;
}

#dropmenudiv a:hover
{
	text-align: left;
	color: #036;
	background: url('../images/dot_menu_on.gif') left center no-repeat;
	padding: 2px 2px 2px 12px;
}