body
{
	margin: 0;
	padding: 0px;
	font-family: "Book Antiqua";
	font-size: 12.5px;
	color: #1F1919;
}

p {
	text-decoration: none;
	color: #1A1819;
	font-size: 14.5px;
	text-align: justify;
	line-height: 18px;
}
.highlight {
	text-decoration: none;
	color: #0000CC;
	text-align: justify;
	font-weight: bold;
}

h1 {
	font-size: 17.5px;
	color: #333333;
	font-weight: bold;
	background-image: url(../images/headingbg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding-bottom: 12px;
	padding-top: 20px;
}
h2 {
	font-size: 15px;
	color: #9966CC;
	text-decoration: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
	margin-bottom: 5px;
}

h4 {
	font-size: 15px;
	padding-left: 5px;
	font-weight: bolder;
	text-align: center;
	padding-right: 5px;
}

.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.auto {
	margin-right: auto;
	margin-left: auto;
}
.title {
	color: #84FF84;
	font-weight: bold;
	font-size: 11px;
	line-height: 22px;
	display: block;
	text-align: center;
}

.green_text {
	color: #00CC33;
	text-decoration: blink;
	font-weight: bold;
}



#wrapper
{
	width: 964px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#top {
	width: 964px;
	height: 60px;
}
#top_menu {
	width: 300px;
	height: 70px;
	float: left;
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-left: 14px;
}
#top_menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#top_menu li {
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 55px;
	text-indent: 6px;
}
#top_menu li a {
	color: #333333;
	text-decoration: none;
}
#top_menu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#top_menu li.home {
	background-image: url(../images/home_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#top_menu li.sitemap {
	background-image: url(../images/sitemap_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#top_menu li.contect {
	background-image: url(../images/contact_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
}



#top_menu_slogan {
	width: 648px;
	height: 70px;
	float: left;
	border-left-style: none;
	background-image: url(../images/top_bg.jpg);
	border-left-width: 2px;
}



#left {
	width: 314px;
	float: left;
}

#logo {
	height: 95px;
	width: 314px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}
#left_inner {
	width: 304px;
	float: left;
	clear: both;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 10px;
	background-image: url(../images/left_img_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 584px;
}
#menu {
	width: 160px;
	clear: both;
	padding-left: 10px;
	float: right;
}
#menu  ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu  li {
	color: #CCCCCC;
	display: block;
	font-size: 12.5px;
	font-weight: bold;
	text-indent: 15px;
	line-height: 24px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
#menu  li  a {
	color: #333333;
	text-decoration: none;
}
#menu  li  a:hover {
	color: #999999;
}

#menu li a.active {
	color: #510900;
	text-decoration: none;
}

#right {
	width: 550px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
}
#content {
	width: 964px;
	height: auto;
	padding-bottom: 20px;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#footer
{
	width: 650px;
	height: 40px;
	color: #333333;
	padding-left: 314px;
	line-height: 40px;
	text-align: center;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 11px;
	text-decoration: none;
}
