html, body {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	background-image: url(bg.png);
	background-repeat: repeat-y;
	margin:0px;
	height:99%;
}
p, div {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: normal;
	color: #000000;
	line-height:18px;
}

#content a:link, #content a:active, #content a:visited, #content a:hover {

	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: normal;
	color: #000000;
	line-height:18px;
	text-decoration:underline;
}
	

h1 {font-size:30px; font-weight:bold;}
h2 {font-size:24px; font-weight:bold;}
h3 {font-size:18px; font-weight:bold;}
h4 {font-size:16px; font-weight:bold;}
h5 {font-size:14px; font-weight:bold;}

.menuitem, .menuitem a, .menuitem a:active, .menuitem a:visited {font-size:18px; color:#000000; text-decoration:none; line-height:36px;}
.menuitem a:hover {font-size:18px; color:#FFFFFF; text-decoration:none; line-height:36px;}

.submenuitem, .submenuitem a, .submenuitem a:active, .submenuitem a:visited {font-size:16px; color:#000000; padding-left:20px; text-decoration:none; line-height:24px;}
.submenuitem a:hover {font-size:16px; color:#FFFFFF; text-decoration:none; line-height:24px;}

.copyright {color:#CCCCCC; font-size:10px; text-decoration:none;}
.copyright a, a:active, a:visited {color:#CCCCCC; font-size:10px; text-decoration:none;}

.content, content.td {
	background-color: #CCCCCC;
	background-image:url(images/content-bg.jpg);
	background-repeat:repeat;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-left:100px;
	margin-top:8px;
	margin-bottom:8px;
	vertical-align:top;
	height:99%;
}

.ContentPane {vertical-align:top;}
.ContentPane.td {vertical-align:top;}


.menu {
	background-color:#999999;
	border-color:#333333;
	background-image:url(images/menu-bg.jpg);
	background-repeat:repeat;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	vertical-align:top;
}
