/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: arial, helvetica, sans-serif;
}

td {
	text-align: left;
	font-size: 13px;
}

a:link {
	text-decoration: none;
	color: #999999;
	font-weight: bolder;
}
a:visited {
	text-decoration: none;
	color: #999999;
	font-weight: bolder;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bolder;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bolder;
}

#mainlevel { /* Main Menu */
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;

}
#mainlevel li {
 
  display: inline; /* Shows each item side-by-side */
  list-style-type: none; /* Gets rid of the bullet points */
  text-decoration: none;
  font-weight: normal;

}
#mainlevel a {
	display: block;
	float: left;
	padding: 0.1em 1.0em; /* Provides horizontal separation between menu items */
	text-decoration: none;
	font-size: 14px;

}
a.mainlevel:hover {
	/*background: url(../images/menu_bg_hover.png) no-repeat; */
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
}

a.mainlevel:link, a.mainlevel:visited {
	text-decoration: none;
	color: #FFFF99;
	font-weight: normal;
}

.logoarea {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

.menupanel {
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.bottompanel {
	padding-top: 7px;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
}

.contentheading {
	height: 40px;
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}

.small {
	color: #666666;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #666666;
	font-size: 11px;
}

