@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 00px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	background-image: url(images_interface/greybg.jpg);
	background-repeat: repeat-x;
}


.bgcontainer {
	background-image: url(images_interface/greyheaderbg.jpg);
	background-repeat: repeat-y;
	width: 100%;
	background-position: center;
	margin: 0px;
	padding: 0px;
}

.animbgcontainer {
	background-image: url(images_interface/greyanimationbg.jpg);
	background-repeat: repeat-y;
	width: 100%;
	background-position: center;
	margin: 0px;
	padding: 0px;
}

.contentbgcontainer {
	background-image: url(images_interface/greycontentbg.jpg);
	background-repeat:no-repeat;
	width: 739px;
	background-position: center top;
	padding:20px 50px;
	margin: 0px;
}
.contentbgrepeater {
	background-image: url(images_interface/greycontentslicebg.jpg);
	background-repeat:repeat-y;
	width: 839px;
	background-position: center top;
	padding:0px;
	margin: 0px;
}

.submenudiv {
	width: 167px;
	background-position: center;
	float:left;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	padding-left: 10px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.maincontentdiv {
	width: 480px;
	background-position: center;
	float:left;
	margin: 0px;
	padding-left: 40px;
	padding-right: 30px;
}


.maincontentdiv a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EA8914;
	text-decoration:none;
}

.maincontentdiv a:hover{
	text-decoration:underline;
}

.maincontentdiv h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #EA8914;
	margin-top: 0px;
	text-align: right;
	font-weight: normal;
}

.maincontentdiv p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	margin-top: 0px;
	text-align:justify;
	font-weight: normal;
}

.maincontentdiv ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}

.maincontentdiv li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	display: list-item;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin:0px;
	list-style-image: url(images_interface/orangebullet.jpg);
	background-position: center;	
}


/* copy footer from here */
.footerdiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	padding-bottom:0px;
	height: 49px;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images_interface/greyfooterbg.jpg);
	background-repeat: no-repeat;
	width: 789px;
	padding-left: 50px;
	padding-top: 20px;
}
.footerdiv ul {
	padding: 0px;
	margin: 0px;
}

.footerdiv a:link, .footerdiv a:visited, .footerdiv a:active {
	color:#999999;
	text-decoration: none;
}

.footerdiv a:hover {
	color:#CCCCCC;
	text-decoration: underline;
}

.footerdiv li {
	list-style-type: none;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	display: list-item;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	clear: right;
}

.fflogodiv {
	float: right;
	height: 11px;

	padding-right:55px;
}

/* to here */


a.leftmenu:link, a.leftmenu:visited {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	/*font-weight: bold;*/
	color: #000000;
	text-align: left;
	padding-top: 10px;
	padding-left: 25px;
	height: 26px !important;
	height: 27px;
	width: 143px;
	text-decoration: none;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	

}

a.leftmenu:hover {
	text-decoration: none;
	color: #000000;
	background-image: url(images_interface/orangemenu_over.jpg);
}

a.leftmenu_selected:link, a.leftmenu_selected:visited {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-top: 10px;
	padding-left: 25px;
	height: 26px !important;
	height: 27px;
	width: 143px;
	text-decoration: none;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;

	background-image: url(images_interface/orangemenu_on.jpg);
}

.readmorediv {
	float:right;

	
}

img.toleft {
	width:auto;
	margin-right:8px;
	margin-left:2px;
	margin-top:0px;
	float:left;
	margin-left: 0px;
	padding: 4px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-color: #E6E6E6;
	background-image: url(images_interface/bgpics.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

img.toright {
	width:auto;
	margin-right:2px;
	margin-left:8px;
	margin-top:0px;
	float:right;
	margin-left: 0px;
	padding: 4px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-color: #E6E6E6;
	background-image: url(images_interface/bgpics.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
