body {
	background-color:#eee;
	margin:0;
	font-family:Tahoma;
}

h1 {
	margin-top:0;
	font-size:2em;
	font-weight:normal;
	color:#A12830;
}

h2 {
	margin-top:0;
	font-size:1.5em;
	font-weight:normal;
	color:#A12830;
	margin-bottom:0.25em;
}

h3 {
	margin-top:0;
	font-size:1.25em;
	font-weight:normal;
	color:#A12830;
}

h4 {
	margin-top:0;
	font-size:0.9em;
	font-weight:bold;
	color:#A12830;
}

a {
	color:#066;
}

ul {
	padding-left:0;
	margin-left:1.35em;
	list-style-type:bullet;
}

p, li {
	margin-top:0;
	font-size:0.75em;
	line-height:1.5em;
}

table#masthead {
	background:#A12830 url('/assets/gfx/masthead_bg.jpg');
	color:#ccc;
}

table#masthead a {
	color:#fff;
	text-decoration:none;
}

table#masthead a:hover {
	color:#fff;
	text-decoration:none;
	padding-bottom:1px;
	border-bottom:1px solid #f00;
}

/* Menus -------------------------------------------------------------- */

.MenuHeading {
	font-size:0.75em;
	text-decoration:none;
}

.MenuDropDown {
	cursor:hand;
}

div.Menu {
	top: 0px;
	left: 0px;
	position: absolute;
	visibility: hidden;
	z-index: 101;
	padding: 0px;
	margin: 3px 0px 0px 0px;
	font-style: normal;
	font-weight: normal;
	background-color:#eee;
	border:1px solid #066;
}

ul#Menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
} 

li.MenuItem {
	margin: 0px;
	padding: 0px;
	font-size: 0.85em;
}

li.MenuItem a {
	display: block;
	margin: 2px;
	padding: 0px 6px 2px 6px;
	text-decoration: none;
	text-align: left;
	width: 100%;
	font-size: 0.8em;
	color: #000;
}

html>body li.MenuItem a {
	width: auto;
}

li.MenuItem a:hover {
	color:#000;
	background-color:#ccc;
}

.menutabhome {
	padding:2px 8px 12px 8px;
	background:url(/assets/gfx/menu_background_home.png) bottom left;
}

.menutableft {
	padding:2px 5px 12px 8px;
	background:url(/assets/gfx/menu_background_left.png) bottom left;
}

.menutabright {
	padding:2px 0px 12px 0px;
	background:url(/assets/gfx/menu_background_right.png) bottom right;
}

.menuselectleft {
	font-size:0.8em;
	padding:2px 5px 12px 10px;
	background:url(/assets/gfx/menu_background_left.png) bottom left;
}

.menuselectright {
	padding:2px 8px 12px 0px;
	background:url(/assets/gfx/menu_background_right.png) bottom right;
}
