@charset "utf-8";
body  {
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(../images/bg.gif) top repeat-x;
	margin: 0; /* 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; /* this centers the wrapper in IE 5* browsers. The text is then set to the left aligned default in the #wrapper selector */
	color: #000000;
	border-top:#003333 solid 5px;
}

.bodyclass #container {
	width:900px;
	padding:25px;
	margin:0 auto;
	background:#fff;
	border-left:0px solid #333;
	border-right:0px solid #333;
	border-bottom:0px solid #333;
	float:inherit;
}

.bodyclass #header { 
	width:100%;
	padding: 0 0 25px 0;
	margin:0 auto;
	float: inherit;
}

	.header #logo{
		width:50%;
		text-align:left;
		float:left;
		overflow: visible;
	}
	
	.header #toplinks{
		width:50%;
		text-align:right;
		float:right;
		overflow:visible;
	}
	
		.header #toplinks ul{
			list-style:none;
		}
		
		.header #toplinks ul li{
			display:inline;
			background:left no-repeat url(../images/bullet.gif);
			padding-left: 10px;
		}
		
		.header #toplinks a:link, .header #toplinks a:visited{
			color:#333333;
			text-decoration:none;
		}
		
		.header #toplinks a:hover, .header #toplinks a:active{
			color:#FF6600;	
			text-decoration:underline;
		}

/*   
.container #mainMenu{ 
	width:100%;
	background: #002532; 
	height:36px;
	padding: 0px;
	margin: 0 auto;
	text-align:center;
}
*/

.container #banner{ 
	width:100%;
	padding:0;
	margin:0 auto;
}

.container #wrapper{ 
	width:100%;
	background:#fff;	
	float:inherit;
	padding:25px 0;
	text-align:justify;
}
	
	.wrapper #sidebar_rt{
		width:250px;
		margin-left:25px;
		float:right;
		background: #fff;
	}
	
	
	.wrapper #mainContent{
		width:auto;
		float:inherit;
		text-align:justify;
	}
	
	
	.wrapper #mainContent ul{
		padding-left:20px;
	}
	.wrapper #mainContent ul li{
		line-height:1.6em;
		list-style:outside url(../images/bullet.gif);
	}
	
	.wrapper #sidebar_lft{
		width:175px;
		margin-right:25px;
		float:left;
		background: #fff;
	}
	
	
		.wrapper #sidebar_lft ul{
			list-style:none;
			padding:0;
		}


#search{
	float:right;
	overflow:visible;
	display:inline;
	padding-right:10px;
}
	



.listItems{
	padding-left:20px;
}
.listItems li{
	list-style:url(../images/bullet.gif);
}

.bodyclass #bottom_links{ 
	margin: 10px 0; 
	padding: 2px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ece3d7;
	color:#968c7d;
} 

.bodyclass #footer { 
	padding: 50px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff url(../images/footer_shadow.jpg) top no-repeat;
	text-align:left;
} 
.bodyclass #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin:0 auto;
	overflow:visible;
	display:inline;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin:0 auto;
	overflow:visible;
	display:inline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a wrapper that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.seperator{
	padding-left: 2px;
	padding-right: 2px;
	font-size:9px;
	color:#999999;
}

p{
	text-align:justify;
	line-height:1.6em;
	padding-bottom:1.6em;
}

h1, h2, h3, h4, h5{
	font-family: Arial, Helvetica, sans-serif;
	padding:0;
	margin:0 auto;
	font-weight:bold;
	text-align:left;
}

h2{
	color: #FF9900;
	font-size:14pt;
	padding-bottom:0.4em;
}

h3{
	color:#999999;
	font-size:14pt;
	padding-bottom:0.4em;
}


h4{
	font-size:16px;
	padding-bottom:0.6em;
}

h5{
	color:#333333;
	font-size:10pt;
	font-weight:bold;
	background:url(../images/head_bg.gif) no-repeat left;
	padding:1.6em;
	
}

strong{
	font-weight:bold;
}

.txt_orng{
	color:#D77E00;
}

th{
	font-weight:bold;
	font-size:1em;
	text-align:left;
	padding:1em;
	background: #666666;
	color:#fff;
}

.quicklinks{
	padding-left:20px;
}

.quicklinks ul {
	list-style:none;
	padding-left: 20px; 
}

.quicklinks ul li{
	list-style-image:url(../images/bullet.gif)
}

.quicklinks ul li a:link, .quicklinks ul li a:visited{
	text-decoration:none;
	color:#666666;
}

.quicklinks ul li a:hover{
	color:#CC0066;
}

.answer {
	background:url(../images/Ans.gif) no-repeat top left;
	padding-left: 60px;
	border-bottom: 1px dotted #999999;
}

.question{
	background: url(../images/Qn.gif) no-repeat top left;
	padding-left: 60px;
	font-weight:bold;
	color:#da8916;
}

.lscont ul {
	list-style:none;
	padding-left: 20px; 
}

.lscont ul li{
	list-style-image:url(../images/bullet.gif);
	line-height: 1.6em;
}



<!-- ******************** O T H E R S  ****************** -->

#box{
	background:#fff url(../images/box_bot.gif) top left no-repeat;
	width:250px;
	text-align:justify;
}

#box .box_hd{
	background: #ffdfb2 url(../images/box_hd.gif) top left no-repeat;
	padding: 15px 0 9px 15px;
	color: #fff;
}

#box .box_cont{
	background: #ffdfb2 url(../images/box_bot.gif) bottom left no-repeat;
	text-align:justify;
	margin:0;
	padding-left:30px;
	padding-right:15px;
	padding-bottom:25px;

	}

	#box ul li{
		list-style:outside url(../images/bullet.gif);
	}
	
#sidebar_rt ul{
	padding-left:20px;
}
#sidebar_rt ul li{
	line-height:1.6em;
	list-style:outside url(../images/bullet.gif);
}

#sidebar_rt a:link, #sidebar_rt  a:visited{
	color:#999;
	text-decoration:none;
}

#sidebar_rt a:hover, #sidebar_rt a:active{
	color: #FF3366;
	text-decoration:none;
}

.orange{
	color:#CC6600;
}

.red{
	color: #FF0000;
}

.answer {
	background:url(../images/Ans.gif) no-repeat top left;
	padding-left: 60px;
	border-bottom: 1px dotted #999999;
}

.question{
	background: url(../images/Qn.gif) no-repeat top left;
	padding-left: 60px;
	font-weight:bold;
	color:#da8916;
}


.more{
	text-align:right;
	float:right;
	padding:5px;
}

.more a:link, .more a:visited{
	color:#CC6600;
	text-decoration:none;
}

.more a:hover{
	color:#000;
	text-decoration:underline;
}

#gallery{
	float:left;
}

#news{
	width:100%;
}