#navCont{
	width:232px;
	height:auto;
	float:left;
	margin:-100px 0 0 0;
	margin-left:20px;
	background:url(images/navBottom.png) no-repeat;
	
}
#sideNav{
	width:232px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
	clear:left
}
#sideNav li{
	width:232px;
	height:auto;
	float:left;
	list-style:none;
	text-align:Center;
	margin: 0;	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	background:none;
	padding:0 10px;
}
#sideNav li a{
	width:210px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	margin:5px 0;
	background:url(images/navBG.gif) left repeat-y;
	padding:5px 0;
}
#sideNav li a:hover{
	background:url(images/navHover.gif) left repeat-y;
	color:#FFFFFF;
}
#sideNav li.active a{
	background:url(images/navHover.gif) left repeat-y;
	color:#FFFFFF;
}

/*=======================================*/

#contentBoxTop{
	width:658px;
	height:10px;
	float:left;
	background: url(images/contentBox_03.gif) bottom no-repeat;
}
#contentBoxMid{
	width:618px;
	height:auto;
	min-height:500px;
	float:left;
	background: url(images/contentBox_06.gif) repeat-y;
	padding:0 20px;
}
#contentBoxBottom{
	width:658px;
	height:28px;
	float:left;
	background: url(images/contentBox_08.gif) top no-repeat;
}
h2{
	font-size:14px;
	color:#FFFFFF;
	background:url(images/h1BG_03.gif) repeat-y;
	width:586px;
	padding:6px 0 6px 20px;
	margin-bottom:20px;
}