@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #666666;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	color: #999999;	
	}
h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	}
.menu a {
	background-image: url(images/menu-bg.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 31px;
	display: block;
	line-height: 31px;
}

.menu a:hover, .menu a:hover:visited {
	background-image: url(images/menu-bg-lt.gif);
	background-repeat: no-repeat;
	color: #666666;
	height: 31px;
	display: block;
	line-height: 31px;
}
#sidebar{
	background-image: url(images/sidebar-mid.gif);
	background-repeat: repeat-y;
	padding: 5px;
	}
#sidebar a, #sidebar a:visited {
	font-weight: bold;
	color: #0095cc;
	text-decoration: none;
	}
#sidebar a:hover, #sidebar a:hover:visited {
	font-weight: bold;
	color: #0095cc;
	text-decoration: underline;
	}
#sidebar ul{
	margin-left: 1.5em;
	padding-left: 1.5em;
	list-style-type: square;
	list-style-image: url(images/orange-bullet.gif);
	line-height: 2em;
}
#sidehead {
	font-weight: bold;
	color: #999999;
	margin: 10px;
	display:block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 1.25em;
	font-size: 24px;
	}
#content{
	background-image: url(images/content-mid.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	}
#footer, #footer a {
	color: #999999;
	text-decoration: none;
	line-height: 2em;
	}
#footer a:hover {
	color: #999999;
	text-decoration: underline;
	line-height: 2em;
	}	
#featured {
	background-image: url(images/featured-bg.jpg);
	background-repeat: no-repeat;	
	}
#subfeatured {
	background-image: url(images/subfeature-bg.jpg);
	background-repeat: no-repeat;
	}
.subfeatured-mid {
	background-image: url(images/subfeature-mid.gif);
	background-repeat: repeat-y;
	}
#table {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #00aeef;
	border-left-color: #00aeef;
	}
#table td{
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #00aeef;
	border-right-color: #00aeef;
	}
	
.tablehead{
	color:#FFFFFF;
	font-weight:bold;
	background-color: #00aeef;
	}
.subfeature-btm{
	background-image: url(images/subfeature-btm.jpg);
	background-repeat: no-repeat;
}
.subfeature-top{
	background-image: url(images/subfeature-top.gif);
	background-repeat: no-repeat;
	}