	body {
		background: #295ba7;
		margin: 0;
		padding: 0;
		font-size: medium;
		font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
		color: #080808;
		}

#categoryLinks a:link, #categoryLinks a:visited {
	display: block;
	font-weight: 700;
	background-color: #f0cca2;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: 700;
	color: #295ba7;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
	height: 15px;
	vertical-align: middle;
	}
	
	#categoryLinks a:hover{
	background-color: #d99a50;
	background-image: none;
	font-weight: bolder;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: 700;
	color: #295ba7;
	text-decoration: none;
}

#sidemenulinks a:link, #sidemenulinks a:visited {
	display: block;
	font-weight: bolder;
	background-color: #92AA67;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: 700; 
	color: #FFFFFF; 
	text-decoration: none;
	padding: 5px;
	text-align: right;	
	}

#sidemenulinks a:hover{
	display: block;
	font-weight: bolder;
	background-color: #92AA67;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: 700; 
	color: #FFFF00; 
	text-decoration: none;
	padding: 5px;
	text-align: right;	
}
#leftbar {
	background-image: url(images/gray.gif);
	background-repeat: repeat-y;
	width: 160px;
	float: right;

}
#content {
	width: 740px;
	text-align: left;
	padding: 10px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	height: 100%;
	display: table;
}

#content h1 {
	font-size: 20px;
	font-weight: bolder;
	color: #295ba7; 
	line-height: 20px;

}

#content p {
	font-size: 12px;
}

#content a {
	color: #861316; 
}
#content a:hover {
	color: #62884d; 
}
#content ul {
	font-size: 12px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin:0;
	padding:0px 0px 5px;
	list-style-type:none;
	vertical-align: top;
}

#contentwide {
	width: 740px;
	text-align: left;
	padding: 10px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	height: 100%;
	display: table;
}

#contentwide h1 {
	font-size: 20px;
	font-weight: bolder;
	color: #295ba7; 
	line-height: 20px;

}

#contentwide p {
	font-size: 13px;
}

#contentwide a {
	color: #295ba7; 
}
#contentwide a:hover {
	color: #62884d; 
}
#contentwide ul {
	font-size: 12px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	list-style-type:disc;
	vertical-align: top;
}

#bottom {
	width: 760px;
	text-align: center;
	padding: 10px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	height: 200px;
	display: table;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;

}


.footer
	{
	font-size: 12px;
	color: #FFF;
	}