@charset "utf-8";
body {
	font: 100% Tahoma, sans-serif;
	background: #03cdff url(../images/back.jpg) no-repeat top center;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0px;
}
#bodyback
{
background:url(../images/bodyback.gif) repeat-x top right;
}
input {
font-family:Tahoma, sans-serif;
font-size:11px;
padding:2px;
border-bottom:1px #CCCCCC solid;
border-right:1px #CCCCCC solid;
border-top:2px #999999 solid;
border-left:2px #999999 solid;
}
textarea {
font-family:Tahoma, sans-serif;
font-size:11px;
padding:2px;
border-bottom:1px #CCCCCC solid;
border-right:1px #CCCCCC solid;
border-top:2px #999999 solid;
border-left:2px #999999 solid;
}
select {
font-family:Tahoma, sans-serif;
font-size:11px;
padding:2px;
border-bottom:1px #CCCCCC solid;
border-right:1px #CCCCCC solid;
border-top:2px #999999 solid;
border-left:2px #999999 solid;
}
p{
margin:0px;
padding:0px 0px 10px 0px;
}
h1 {
	font-size:30px;
	margin:0;
	padding:0px 0px 15px 0px;
}
h2 {
	font-size:17px;
	margin:0;
	padding:0px 0px 5px 0px;
	color:#FFFFFF;
	font-weight:bold;
}
h3 {
	font-size:20px;
	padding:0px 0px 15px 0px;
}
.twoColFixRtHdr #bbarea {
	width:810px;
	margin:0 auto;
	text-align:left;
	padding:0 20px;
}
.twoColFixRtHdr #bbimage {
	background:url(../images/blackB1.gif) no-repeat bottom left;
	width:182px;
	height:145px;
	margin:0;
	padding:0;
}
.twoColFixRtHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:11px;
}
.twoColFixRtHdr #header {
	background:url(../images/topbtn_back.gif) repeat-x;
	height:50px;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 255px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #fff;  the background color will be displayed for the length of the content in the column, but no further */
	padding:20px;
	text-align:justify;
}
.twoColFixRtHdr #mainContent {
	margin: 0 300px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 25px 0px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:justify;
	line-height:15px;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
}
.twoColFixRtHdr #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 */
	color:#FFFFFF;
}
.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-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#mainMenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	font-weight:normal;
	cursor:default;
	width:auto;
	float:left;
}
#mainMenu li {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:100%;
	text-align:left;
	cursor:pointer;
	float:left;
	font-size:12px;
}
#mainMenu a {
	background:#000;
	display:block;
	cursor:pointer;
	padding:10px 20px 10px 20px;
	color:#fff;
	text-decoration:none;
}
#mainMenu a:hover, #mainMenu a:focus {
	background:#EDD676;
	color:#000;
}
#mainMenuSelected {
	background:#006699;
	color:#fff;
}
#line {
	background:url(../images/btnline.gif) no-repeat;
	width:2px;
	height:50px;
}
#homeIMG {
	background:url(../images/home_image.jpg) no-repeat;
	width:850px;
	height:350px;
}
#homeIMG_i {
	background:url(../images/restpage.jpg) no-repeat;
	width:850px;
	height:250px;
}
#threeContentHolder {
	padding:0px 20px 20px 20px;
}
#threeContentHolder_i{
margin:0px;
	padding:20px 20px 20px 20px;
}
#ist_area {
	width:255px;
	float:left;
}
#iind_area {
	width:255px;
	float:left;
	margin-left:23px;
}
#iiird_area {
	width:255px;
	float:right;
}
#btm_Cnt {
	padding:15px 20px 20px 20px;
	background:#FF9900;
}
#btm_txt {
	padding-top:10px;
	color:#FFFFFF;
	text-align:justify;
	line-height:15px;
}
#readmore {
	background:url(../images/readmorearow.gif) no-repeat left top;
	height:24px;
	padding:4px 0px 0px 55px;
}
#readmore a {
	font-size:12px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	border-bottom:1px #333333 dashed;
}
#readmore a:hover {
	font-size:12px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	border-bottom:none;
}
#read {
	font-size:12px;
}
#read a {
	font-size:12px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	border-bottom:1px #333333 dashed;
}
#read a:hover {
	font-size:12px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	border-bottom:none;
}