/* Tags ---------------------------------------------------------------------------------------- */

html
{
	height: 100%;
}

body
{
	height: 100%;
	font-family: "Trebuchet MS", Helvetica, Sans-Serif;
	font-size: 9.5pt;
	color: #000000;
	/*background-image: url(gfx/background.png);*/
	background-color: #f0f0f0; /*#b0b0c0 #b0c0e0 #6070b0 #f8f8f8*/
	margin: 0px;
	padding: 0px;
}

a
{
	color: #0040a0;
	text-decoration: none;
}

a:link, a:visited
{
}

a:active, a:hover
{
	text-decoration: underline;
}

p
{
	/* Force a common default for all browsers */
	margin: 12px 0px 12px 0px;
}

/* Singletons ---------------------------------------------------------------------------------- */

#main
{
	width: 800px;
	min-height: 100%;
	background-color: #fff;
	border-right: 2px solid #ccc;
}

#header
{
	padding: 20px;
	text-align: center;
	background-color: #e0e8f0;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#menu
{
margin-bottom: 15px;
	float: left;
	margin-right: 10px;
	padding: 10px;
	/*background-color: #f8f8f8; /*#d0d0e0*/
	background-color: #303030; /*#d0d0e0*/
	/*border-right: 1px solid #ccc;*/
}

#content
{
margin-bottom: 15px;
	float: left;
/*	width: 620px;*/
	color: #000000;
	text-align: center;
}

#footer
{
	clear: both;
/*	width: 100%;*/
/*	margin-top: 15px;*/
	border: 1px solid #ddd;
	border-left: none;
	border-right: none;
	text-align: center;
	background-color: #f8f8f8;
	/*background-color: #000;*/
}

/* Classes ---------------------------------------------------------------------------------- */

.notext
{
	font-size: 0;
}

.boldtext
{
	font-weight: bold;
}

.highlight
{
	color: #a02000;
	font-weight: bold;
	background-color: transparent;
}

a.menuslot
{
	display: block;
	padding: 5px 20px 5px 20px;
	margin-bottom: 2px;
	border-width: 1px;
	border-color: #ffffff;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

a.menuslotNormal
{
	border-style: groove;
	/*color: #000000;*/
	color: #ffffff;
	/*background-image: url(gfx/slot_neutral.png);*/
	background-color: #505050;
}

a.menuslotHover
{
	border-style: outset;
	color: #e0e0e0;
	/*background-image: url(gfx/slot_bright.png);*/
	background-color: #808080;
}

a.menuslotClicked
{
	border-style: inset;
	color: #ffffff;
	/*background-image: url(gfx/slot_dark.png);*/
	background-color: #c0c0c0;
}

.submenu
{
	width: 598px;
	text-align: center;
	padding: 10px;
	border: solid 1px #ccc;
	color: #000000;
	background-image: url(gfx/submenufade.png);
	background-repeat: repeat-x;
	background-color: #e8e8e8;
}

.submenuitems
{
	font-weight: bold;
}

.textcontainer
{
	width: 598px;
	text-align: left;
	padding: 10px;
	border: solid 1px #ccc;
	color: #000000;
	background-image: url(gfx/containerfade.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #d8e8f0;
}

.inset
{
	margin-left: 30px;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-top: 20px;
}

.mainheader
{
	font-family: Candara, "Trebuchet MS", Helvetica, Sans-Serif;
	font-size: 20pt;
	font-weight: bold;
	font-style: italic;
}

.header
{
	padding: 10px;
	text-align: center;
	font-family: Candara, "Trebuchet MS", Helvetica, Sans-Serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	background-image: url(gfx/headerfade.png);
	background-repeat: repeat-y;
	background-color: #c8d8e8;
}

.subheader
{
	font-family: Candara, "Trebuchet MS", Helvetica, Sans-Serif;
	font-size: 11pt;
	font-weight: bold;
	color: #a02000;
	padding: 5px;
	background-image: url(gfx/subheaderfade.png);
	background-repeat: repeat-y;
	background-color: #e8f8f8;
}

.download
{
	font-family: Candara, "Trebuchet MS", Helvetica, Sans-Serif;
	font-size: 11pt;
	width: 100%;
	padding: 5px;
	color: #000000;
	background-image: url(gfx/subheaderfade.png);
	background-repeat: repeat-y;
	background-color: #e8f8f8;
}
