body,td,th {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-image: url(../images/layout/bg.jpg);
	background-attachment:fixed;
	vertical-align:bottom;
	background-repeat: no-repeat;
	background-position: center;
	background-color:#000000;

}
a:link {
	color: #9C3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9C3;
}
a:hover {
	text-decoration: underline;
	color: #FF0;
}
a:active {
	text-decoration: none;
	color: #9C3;
}
h1 {
	font-size: 16px;
	color: #FF9900;
}
h2 {
	font-size: 16px;
	color: #FC6;
}
h3 {
	font-size: 14px;
	color: #FFFF00;
}
h4 {
	font-size: 12px;
	color: #FFF;
}
h5 {
	font-size: 10px;
	color: #CCC;
}
h6 {
	font-size: 9px;
	color: #666666;
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF6600;
	padding: 10px;
	text-align: center;
}
.horizontalLine {
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #999999;
}
#Container {
	margin:auto;
	width:900px;
}
#Container #Header {
	background: url(../images/fading/HeaderImage_6.png);
	height:200px;
	margin-bottom:10px;
	margin-top:10px;
}
#Container #CentreBody {
	background: url(../images/layout/coverbg.png);
	overflow:auto;
	height:500px;
	padding:10px 10px 10px 10px;
	margin-top:100px;
	

}
#Container #LeftPanel {
	width:170px;
	float:left;
	height:500px;

}
#Container #RightPanel {
	background-repeat:no-repeat;
	background-position:bottom;
	width:690px;
	float:right;
	background:url(../images/layout/coverbg.png);
	background-repeat:repeat;
	padding-left:20px;
	padding-right:10px;
	padding-bottom:20px;
	overflow: inherit;

}
#Footer {
	background-color:#666;
	height:40px;
	border: solid;
	border-width:1px;
	border-color:#FFF;
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
	margin-top:10px;
	text-align:center;
}
#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 170px;
}
#menu li {
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background:url(../images/layout/coverbg.png);
	background-repeat:repeat;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: url(../images/layout/menuHoverBg.jpg);
	color: #ffffff;
	padding-bottom: 8px;
}
.fieldTxt {
	background-color: #666666;
	border: 1px solid #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}
.imageborder {
	border: 1px dotted #FF9900;
}
.imageText {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #999999;
}
.GenButton {
	background:#fda422;
	background-image:url(../images/genbutton.jpg);
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	height: 25px;
	width: 96px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left:0;
	padding-right:0;
	cursor:pointer;
}
.NewsTitle {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #CC3366;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	padding-right: 10px;
	width:660px;
	font-weight: bold;
}

