body {
	margin: 0;
	margin-left: 3px;
	margin-top: 23px;
	margin-right: 0px;
	margin-bottom: 3px;
	padding: 0;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#000000;
	color:#000000;
}
#container {
	border:4px solid #777777;
	width:800px;
	background-color:#D9D7D3;
	text-align:center;
}
#header {
	height:167px;
	background-color:#000000;
}
#header h1 {
	color:#EEE0C4;
	font-size:48px;
	font-weight:bold;
	padding:20px 20px 0 20px;
}
#header h2 {
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
	padding:0 20px 0 20px;
}
#header h1 a {
	color:#EEE0C4;
	font-size:48px;
	font-weight:bold;
	text-decoration:none;
}
#header h2 a {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#centerbody {
	background:#D9D7D3;
	text-align:left;
}
#navigation {
	width:250px;
	float:right;
	background:#E8E7E5;
	margin:10px 10px;
}
#navigation li {
	list-style-image: url('../images/bullet.gif');
	margin:10px 10px 30px 65px;
	vertical-align: top;
}
#navigation .navTitle h3 {
	color:#67604C;
	font-size:24px;
	padding:6px 10px;
}
#navigation .navDate{
	color:#000000;
	font-size:14px;
	font-weight:bold;
}
#bodyContent {
	margin:0 250px 0 24px;
	padding:10px 0;
}
#bodyContent a {
	color:#7A7D5F;
	font-size:12px;
	font-weight:bold;
}
#bodyContent h1{
	color:#000000;
	font-weight:bold;
	font-size:24px;
}
#bodyContent h2{
	color:#000000;
	font-weight:bold;
	font-size:14px;
	margin-top:10px;
}
#bodyContent p {
	margin-top:10px;
}
.clearer {
	clear:both;
}
#footer {
	height:40px;
	background:url(../images/menuBackground.gif) repeat-x;
	text-align:center;
}
#footer p {
	padding-top:15px;
	color:#ffffff;
}
#footer a {
	color:#ffffff;
	text-decoration:underline;
}
#footer a:hover {
	color:#ffffff;
	text-decoration:none;
}
/* main menu begins */
#menu {
	height:75px;
	background:url(../images/backmenu.jpg) no-repeat;
}
#menu ul {
	padding-left: 0;
	margin-left: 0;
	color: White;
	float: left;
	font-size:18px;
}
#menu ul li { 
	display: inline; 
}
#menu ul li a {
	padding: 16px 20px;
	margin-top: -18px;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 2px solid #686867;
	border-bottom: 2px solid #686867;
}
#menu ul li a:hover {
	color: #0000ff;
}
#menu .active {
	background-color: #BBBBBB;
	color: #fff;
}
/* main menu ends */
/* left navigation menu begins */
#navigation ul {
	list-style-type: none;
	margin:10px 0px;
}
/* left navigation menu ends */
/* contact page */
#centerbodyct {
	background:#D9D7D3;
	text-align:left;
	height: 600px;
	margin-top: -30px;
}
#bodyContentct {
	margin: 0px 480px 0 24px;
	padding:50px 0;
}
#navigationct {
	width:400px;
	background:#E8E7E5;
	margin: -143px 380px;
}
#navigationct li {
	list-style-image:none;
	margin:  10px 30px 35px;
	vertical-align: top;
	text-align:center;
}
#navigationct input {
	width:200px;
}
/* contact page ends */