body {
	background-image: url(../images/sub_bg.jpg);
	background-repeat: repeat-x;
	background-color:#252525;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
}
.text{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
}
.left {
	background-image: url(../images/left.gif);
	background-repeat: repeat-y;
	width: 5px;
}
.right {
	background-image: url(../images/right.gif);
	background-repeat: repeat-y;
	width: 5px;
}
.left2 {
	background-image: url(../images/left2.gif);
	background-repeat: repeat-y;
	width: 1px;
}
.right2 {
	background-image: url(../images/right2.gif);
	background-repeat: repeat-y;
	width: 1px;
}

.menu_bg {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position:top;
}
.page_bg {
	background-color: #363636;
}
.footer {
	background-color: #1E1E1E;
	padding:12px;
	color:#cccccc;
	font-size:11px;
}

a:link{
	color: #ffffff;
}
a:visited{
	color: #ffffff;
}
a:hover {
	color: #F5C408;
}

.menu{
	vertical-align:middle;
	font-weight:bold;
	cursor:pointer;
	color:#FFFFFF;
	height:50px;
}
.menu a {
	font-weight:bold;
	line-height:50px;
	text-decoration:none;
	color:#FFFFFF;
	height:50px;
	vertical-align:middle;
}
.menu a:hover {
	/*background:url(../images/menu_bar_over.jpg);*/
	display:block;
	/*background-repeat:repeat-x;*/
	text-decoration:none;
	color:#ffffff;
	height:50px;
	background-color:#809155;
	border-right: solid 1px #606554;
	border-left: solid 1px #606554;
}
.visited{
	/*background:url(../images/menu_bar_over.jpg);*/
	/*background-repeat:repeat-x;*/
	text-decoration:none;
	color:#ffffff;
	height:50px;
	background-color:#809155;
	/*
	border-right: solid 1px #606554;
	border-left: solid 1px #606554;
	*/
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFCC00;
	background-image: url(../images/heading.jpg);
	background-repeat: no-repeat;
	width:634px;
	height:49px;
	padding-top: 1px;
	padding-left:20px;
}

h2{
	font-size: 14px;
}

