﻿body {
font-family: "Lucida Grande", "Lucida Sans Unicode", "Verdana", sans-serif;
font-size: 11px;
background: #fff;
color: #333;
width: 780px;
margin: auto;
}
.list {
font-family: "Lucida Grande", "Lucida Sans Unicode", "Verdana", sans-serif;
font-size: 11px;
background: #fff;
color: #333;
width: 100%;
margin: auto;

}

h1, h2, h3, h4, h5, h6, p, ul, li {
font-size: 1em;
margin: 0;
padding: 0;
}

ul#menu {
background: #940;
color: #fff;
margin: 0;
padding: 0.3em 0em;
}


ul#menu li {
display: inline;
margin: 0.1em 1em;
position: relative;
}

ul#menu h2, ul#menu h3 {
font-size: 100%;
font-weight: normal;
display: inline;
}


ul#menu li a {
color: #fff;
text-decoration: none;
padding: 0 0.4em;
}

ul#menu li a:hover {
text-decoration: underline;
}

ul#menu li.mega a {
background: transparent url(arrow.gif) center right no-repeat;
padding: 0 1.2em;
}

ul#menu li.mega a:hover {
text-decoration: underline;
}

ul#menu div {
display: none;
}

ul#menu li.mega div {
border: 1px solid #dda;
width: 18em;
position: absolute;
top: 1.6em;
left: 0em;
padding: 1.3em;
background: #ffc;
color: #930;
}

ul#menu li.hovering div {
display: block;
}

ul#menu li.mega div a {
color: #300;
padding: 0;
background-image: none;
text-decoration: underline;
}

ul#menu li div a.more {
color: #390;
font-weight: bold;
}


ul#menu div h3 {
color: #f70;
font-weight: bold;
font-size: 1.1em;
}


.main {
	font-size:1em;
	
}

.heading {
	font-weight:bold;
	font-size:2em;
	text-align:center;
	padding: 1em 1em 1em 1em;
	}
	
.content {
font-weight:normal;
font-size:1.2em;
}

.subheading {
color:#663300;
background-color:#FFFFCC;

font-size:1.2em;
font-weight:bold;
padding-top:3px;
padding-bottom:3px;
}

.inline_image {
float:left;
padding-right:10px;
padding-bottom:5px;
}

.foot {
text-align:center;
}
ul#footer li{
display:inline;
position:relative;
margin: 0.1em 1em;
}

.tableclass 
{
    margin: auto;
    display: block;
}	

.tlabel
{
font-weight:bold;
text-align:right;
}
.xlabel
{
font-style:italic;
text-align:right;
}
