body
{
	background:url('../images/back.png') repeat-x top #ffffff;
}
#header
{
	width:918px;
	height:84px;
	background:url('../images/header.png') no-repeat center #ffffff;
	padding:7px 7px 5px 7px;
}
p 
{
	font-size:11px;
}
	#search
	{
		margin-top:27px;
		padding:7px 0px 6px 15px;
		width:246px;
		height:19px;
		float:right;
	}
		#search input
		{
			border:0px;
			background:transparent;
			width:127px;
			height:17px;
			padding:2px 7px 0px 7px;
			font-size:10px;
		}
		#search a
		{
			margin-left:16px;
			font-size:10px;
			cursor:pointer;
			text-transform:uppercase;
			color:#ffffff;
		}
#menu
{
	width:918px;
	height:26px;
	background:#ffffff;
	padding:0px 7px 0px 7px;
}
	#menu a
	{
		display:block;
		margin-right:7px;
		float:left;
		height:26px;
		background:url('../images/menuinactiveleft.png') no-repeat left;
	}
	#menu a span
	{
		padding:10px 14px 7px 14px;
		height:9px;
		font-size:9px;
		color:#000000;
		display:block;
		font-weight:bold;
		font-style:italic;
		text-transform:uppercase;
		background:url('../images/menuinactiveright.png') no-repeat right;
		float:left;
	}
	#menu a:hover
	{
		background:url('../images/menuhoverleft.png') no-repeat left;
	}
	#menu a:hover span
	{
		color:#ffffff;
		background:url('../images/menuhoverright.png') no-repeat right;
	}
	#menu a.menuactive:hover
	{
		background:url('../images/menuactiveleft.png') no-repeat left;
	}
	#menu a.menuactive:hover span
	{
		color:#ffffff;
		background:url('../images/menuactiveright.png') no-repeat right;
	}
	#menu a.menuactive
	{
		background:url('../images/menuactiveleft.png') no-repeat left;
	}
	#menu a.menuactive span
	{
		color:#ffffff;
		background:url('../images/menuactiveright.png') no-repeat right;
	}
#separator
{
	width:918px;
	height:7px;
	background:#ffffff;
	padding:0px 7px 0px 7px;
}
#separator div
{
	background:url('../images/separator.png') repeat-x;
	height:4px;
}
#pathway
{
	width:911px;
	height:17px;
	background:#ffffff;
	padding:3px 7px 0px 14px;
	font-size:12px;
	color:#f19c05;
}
#pathway a,#pathway a:link,#pathway a:active,#pathway a:visited
{
	font-size:12px;
	color:#000000;
	text-decoration:underline;
}
#pathway a:hover
{
	color:#f19c05;
}
#main
{
	width:918px;
	background:#ffffff;
	padding:0px 7px 0px 7px;
	min-height:500px;
}
	#mainleft
	{
		/*padding-bottom:14px;*/
		width:185px;
		float:left;
		background:url('../images/mainleft_back.png') repeat-y #ffffff;
		/*border-bottom:1px solid #f0f0f0;*/
	}
		#mainleft h1
		{
			padding:11px 0px 0px 12px;
			width:173px;
			height:23px;
			font-size:12px;
			font-weight:bold;
			font-style:italic;
			text-transform:uppercase;
			background:url('../images/mainleft_top.png') no-repeat;
			color:#ffffff;
		}
		#submenu
		{
			width:173px;
		}
		#submenu a
		{
			padding:5px 0px 0px 12px;
			font-size:11px;
			color:#000000;
			display:block;
		}
		#submenu h2 a
		{
			padding:21px 0px 0px 12px;
			height:17px;
			width:173px;
			font-size:11px;
			font-weight:bold;
			font-style:italic;
			text-transform:uppercase;
			color:#f19c05;
		}
		#submenu .active
		{
			text-decoration:none !important;
			color:#f19c05;
		}
		#submenu a:hover
		{
			text-decoration:underline;
		}
	#mainmiddle
	{
		width:534px;
		min-height:345px;
		margin:0px 0px 0px 192px;
	}
#footer
{
	width:918px;
	height:86px;
	background:url('../images/footer.png') no-repeat center 7px #ffffff;
	padding:25px 7px 0px 7px;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
}
#content
{
	font-size:12px;
}
#inner
{
	line-height:1.5;
	font-size:12px;
	padding:5px;
}

