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

* {
	padding: 0;
	margin: 0;
}

.png {
	behavior: url(iepngfix.htc)
}

body {
	behavior: url(csshover.htc);
	background-color:#FF8F34;
	/*background-image: url(images/bk3.jpg);*/
	background-repeat:repeat;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
}
a {
	color: #ff8f34;
}
h1 {
	font-size: 24px;
	color: #3398cc;
	margin: 5px 0px;
}

h2{
	margin:5px 0px;

}
#menu {
	margin-bottom: 10px;
	height: 43px;
	margin: 0px -10px;
	background-image: url(images/bg_menu.png);
	background-position:left;
	background-repeat: repeat-x;
}
#menu ul {
	list-style: none;
	margin-left: 10px;
}
#menu li {
	background: none;
	display:block;
	float: left;
	padding: 0px 5px 0px 5px;
	margin: 0px 10px 0px 0px;
	height: 43px;
	border: 0px white solid;
}
#menu li a {
	color: #FFFFFF;
	font-size: 19px;
	text-decoration: none;
	line-height: 43px;
	height: 43px;
	display: block;
	padding-left:5px;
	margin-left:-5px;
}
#menu li:hover {
	background-image: url(images/bg_menu_item_right.gif);
	background-position: right;
	background-repeat:no-repeat;
}
#menu ul li.active {
	background: url(images/bg_menu_item_right.gif);
	background-position: right;
	background-repeat:no-repeat;
}
#menu li:hover a {
	background-image: url(images/bg_menu_item_left.gif);
	background-position: left;
	background-repeat:no-repeat;
}
#menu ul li.active a {
	background: url(images/bg_menu_item_left.gif);
	background-position: left;
	background-repeat:no-repeat;
}
#logo {
	margin: 10px 0px;
}
#content {
	width: 752px;
	height: 100%;
	padding: 0px 18px 5px 18px;
	margin: 0 auto;
	background-image: url(images/bg_content.png);
	background-position: top;
	background-repeat: repeat-y;
}
#top {
	height: 344px;
	position: relative;
	background-image: url(images/bg_top.jpg);
	background-position: top;
	background-repeat:no-repeat;
	margin: 10px 0px;
}
#heading {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 145px;
	height: 40px;
	padding: 5px;
	text-align: center;
	font-size: 20px;
}
#text {
	position: absolute;
	padding: 5px 10px;
	right: 0px;
	bottom: 0px;
	width: 570px;
	height: 40px;
	text-align: justify;
	font-size: 12px;
}
.orange {
	color: #ff8f34;
}

.colwrapper {
	background-image:url(images/bg_col.png);
	background-position: top;
	background-repeat:repeat-y;
	margin: 10px 0px;
}

.colmiddle {
	margin-top: 10px;
	margin-left: 10px;
	margin-right:10px;
	float: none;
	width: 730px;
	text-align: justify;
}

.colleft {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 324px;
	text-align: justify;
}
.colright {
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	width: 324px;
	text-align: left;
}

.colleft img {
	padding-right:10px;
}
.colright img {
	padding-right:10px;
}
.colend {
	clear: both;
}
#footer {
	height: 34px;
	background-image:url(images/bg_footer.png);
	background-position: top;
	background-repeat: no-repeat;
	color: #999999;
	line-height: 34px;
	text-align: center;
	margin: 10px 0px;
}

hr{
	margin:10px 0px;
}
