body
{
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #c9c9c9;
}

a.menuitem
{
	font-family:Tahoma, Verdana, Arial, Sans-Serif;
	color: #999999;
	font-size: 11px;
	font-weight:bolder;
	padding: 0px 0px 0px 25px;
	text-decoration:none;
}
a.menuitem:hover
{
	color: #ffde00;
}

a.submenuitem
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #999999;
	font-size: 10px;
	padding: 0px 6px 0px 6px;
	text-decoration:none;
}
a.submenuitem:hover
{
	color: #ffde00;
}

h1
{
	font-family: Trebuchet Ms,Georgia,  Garamond, Arial Narrow, Verdana, Arial, Sans-Serif;
	color: #AAAAAA;
	font-size: 20px;
	margin: 0px 0px 10px 0px;
}

h2
{
	color: #000000;
	font-size: 10px;
	font-weight:bolder;
	margin: 0px 0px 2px 0px;
}

h3
{
	color: #C9C9C9;
	font-size: 10px;
	font-weight:bolder;
	margin: 0px 0px 2px 0px;
}

p
{
	color: #000000;
	font-size: 10px;
	margin: 0px 0px 4px 0px;
}

div{
	font-size: 10px;
}

div.background{
	background-color: #EEEEEE;
	padding: 3px 3px 3px 3px;
	width: 800px;
	text-align: left;
}

div.imagepanel{
	border: solid 3px White;
	height: 150 px;
	background-color: white;
	padding: 0px 0px 0px 0px;
	text-align:right;
	overflow:hidden;
}

div.mainpanel{
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	background-color: white;
}

div.footerpanel{
	border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	background-color: white;
	padding: 2px 2px 2px 2px;
	text-align:center;
	color: #999999;
	
}
div.menupanel{
	height: 60px;
	background-color: white;
	border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url('../../images/mainmenu-background.gif');
	background-repeat:no-repeat;	
}

div.submenupanel{
	border-bottom: solid 1px #CCCCCC;
	padding: 4px 0px 4px 0px;
}

table{
	height: 400px;
	width: 99%;	
}
table.menu{
	height: 60px;
	width: 100%;	
}

td.submenupanel{
	width: 170px;
	vertical-align:top;
	border-right: solid 1px #CCCCCC;
}

td.contentpanel{
	vertical-align:top;
	padding: 8px 8px 8px 8px;
}
td.images{
	vertical-align:top;
	padding: 8px 0px 0px 0px;
}

a.footer{
	color: #999999;
	text-decoration:none;
}

a.footer:hover{
	color: #ffde00;
}