@charset "utf-8";
/* CSS Document */
body {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight:normal;
	background: #59595c url(images/bodybgtile.gif) repeat-x;
	margin: 0px auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* LEAVE THIS - this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	line-height:20px;
}
p {
	line-height:24px;
	padding:0px;
	font-weight: normal;
}
#tag {
	text-align:right;
	float:right;
	width:350px;
	top: -170px;
	position: relative;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #999999;
	text-decoration: none;
}
hr {
	color: #444;
	height:1px;
	width:100%;
}
h1 {
	font: normal 32px Georgia, "Times New Roman", Times, serif;
	color: #c6d091;
	text-decoration: none;
}
h2 {
	font: normal 24px/24px Georgia, "Times New Roman", Times, serif;
	color: #c6d091;
	text-decoration: none;
	margin: 10px 0px 0px 0px;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	color: #F3F3F3;
	text-decoration: none;
	margin: 20px 0px 0px;
	padding: 0px;
}

#MainContent p{
	color:#E7E7E7;
	line-height:22px;
	text-align:justify;
	padding: 25px 50px 20px;
	width: 100%;
}
img.logo {
	margin: 20px 0px 0px 10px;
	border-width: 0px;
	border-style: none;
}
.oneColFixCtr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	text-align: left;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-top: none;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding: 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#navbartop {
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 5px 0px;
	border-bottom: solid 1px #444446;
}
#navbartop .brought {
	margin:0px 195px 0px 0px;
	padding: 0px;
	vertical-align: bottom;
	color: #999999;
	font-size: 11px;
	display:inline;
	top: 30px;
}
#navbartop .brought a  {
	text-decoration: none;
	line-height:20px;
}
#navbartop .brought a:hover  {
	color:#c6d091;
}
#navbartop a{
	size:12px;
	color: #adaeb2;
	text-decoration:none;
	padding:0px 10px 0px 0px;
	line-height:20px;
}
#navbartop a:hover{
	color:#fff;
	text-align: right;
	text-decoration: none;
}
#navbartop a img{
	vertical-align: text-top;
}
/* START centre navbar */
#mainContent #navcontainer ul
{	padding: 2px 0px 2px 0px;
	margin:20px 0px 30px 0px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	text-align: center;
}
#navcontainer ul li { display: inline; }
#navcontainer ul li a {
	padding: 10px 15px;
	color: #cbc9c9;
	text-decoration: none;
	letter-spacing: 3px;
	float: left;
	font-size:18px;
	text-align:center;
	font-weight: bold;
}
#navcontainer ul li a:hover {
	color: #fff;
}
/* END centre navbar */
.openpara {
	font: normal 20px/26px Georgia, "Times New Roman", Times, serif;
	color: #d8dfb0;
	text-decoration: none;
	text-align: center;
	clear: both;
}
.contentblock {
	clear:both;
	overflow:hidden;
	padding:10px 0;
	margin:0px;
}
.contentblock h2.openpara {
	float:left;
	width:433px;
	display:inline;
	line-height: 28px;
}
.contentblock p.home { clear:both;/*border-top:1px solid #444;*/ margin:50px 0px; padding:0px;}
.contentblock img.imgborder {
	display:inline;
	float:right;
	padding:10px;
	border:medium solid #333333;
	margin:0px 0px 40px 20px;
}
.contentblock a {
	color: #CCCCCC;
	text-decoration: underline;
}
.contentblock a:hover {
	color: #c6d091;
	text-decoration: none;
}
.oneColFixCtr #container #footer {
	background: #1B2329 url(images/footer-bg.gif) repeat-x;
	height: 150px;
}
.oneColFixCtr #container #footer2 {
	height: 150px;
	background: #59595C;
	color: #CCCCCC;
	font-size: 12px;
	text-decoration: none;
	padding-top: 10px;
}
.oneColFixCtr #container #footer2 a {
	color: #9ABFDA;
	}
.oneColFixCtr #container #mainContent .contentblock strong {
	color: #BEC58F;
}
