/* CSS Document */

html,body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font: 100.01%/1.1 normal;
}

#header {
background-image: url(../images/bground.gif);
background-position: right;
background-repeat: no-repeat;
font-family: Arial, Helvetica, sans-serif;
}

#main {
border: 1px solid blue;
}

#trim1 {
border-bottom: 1px solid #333366;
border-top: 1px solid #333366;
background-color: #3366cc;
}

#trimL {
border-top: 1px solid blue;
text-align: right;
color: #333366;
background-color: #eeeeee;
padding: 3px;
}

#trim2 {
border-top: 1px solid blue;
text-align: center;
font-size: .6em;
color: #333366;
background-color: #eeeeee;
padding: 3px;
font-family: Arial, Helvetica, sans-serif;
}

#trim2 a:link, #trim2 a:visited{
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}

#trim2 a:hover {
text-decoration: underline;
}

#trim3 {
border-top: 1px solid blue;
text-align: right;
font-size: .6em;
color: #333366;
background-color: #eeeeee;
padding: 3px;
font-family: Arial, Helvetica, sans-serif;
}

#trim3 a:link, #trim3 a:visited{
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}

#trim3 a:hover {
text-decoration: underline;
}

td#menu {
width: 181px;
border-right: 1px solid blue;
height: 100%;
padding: 0;
background-color: #dddddd;
font-family: Arial, Helvetica, sans-serif;
vertical-align: top;
}

td#menu ul {
	list-style: none;
	margin: 0.5em 10px 0 10px;
	width: 150px;
	padding: 10px 0 0 0;
}

td#menu ul a, td#menu ul span {
	display:block;
	width: 135px;
	height: 30px;
	min-height: 30px;
	line-height: 30px;
	padding: 0 5px 0 10px;
	margin: 5px 0;
	font-size: 0.75em;
	font-weight:bold;
	border: 1px solid #333366;
}

td#menu ul a {
	background: #993333;
	color: #cccccc;
	text-decoration: none;
}

td#menu ul a:hover {
	
	color: #fff;
	background-color: #cc3300;
}
td#menu ul span {
	background: #3366cc;
	color: #fff;
	border: 1px solid #000;
}

#maincontent {
text-align: left;
vertical-align: top;
padding: 5px;
color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
}

h1 {
color: #333366;
font-size: 1.65em;
}

h2 {
color: #000000;
font-size: 1.5em;
}

h3 {
color: #555566;
font-size: 1.2em;
}