@charset "utf-8";
/* CSS Document */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #282C33;
}
.oneColFixCtrHdr  {
	margin: 0 auto;
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #container #header {
	background: #FFF;
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #container #header img{
	margin: 0;
	padding: 0;  
} 
.oneColFixCtrHdr #container #header image
{
	margin:0;
	padding:0;
}
.oneColFixCtrHdr #container #hmenu {
	background: #FFF;
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #container #hmenu ul{
	background: #FFF;
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #mainContent {
	margin: 0px auto;
	text-align: center;
	width: 100%;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
}
.oneColFixCtrHdr #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: #AAA;
	font-size: 12px;
}
.clear_float {
	clear: both;
}
.oneColFixCtrHdr #container #mainContent #cat_area #cat_col_left {
	float: left;
	width: 33%;
	padding:0 px;
	margin:0 px;
}
.oneColFixCtrHdr #container #mainContent #cat_area #cat_col_middle {
	float: left;
	width: 33%;
	padding:0 px;
	margin:0 px;
}
.oneColFixCtrHdr #container #mainContent #cat_area #cat_col_right {
	width: 33%;
	float: left;
	padding:0 px;
	margin:0 px;
}
.oneColFixCtrHdr #container #mainContent #cat_area  .cat_sec_head {
	color: #FFF;
	background-color: #039;
	text-align: center;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent #cat_area .cat_sec_content {
	padding: 5px;
	font-size: 14px;
}
.oneColFixCtrHdr #container #mainContent #public_login {
	text-align: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;

}
.oneColFixCtrHdr #container #mainContent #main_info {
	text-align: left;
	float: left;
	width: 620px;
	padding: 15px;
}
.oneColFixCtrHdr #container #mainContent p {
	text-align: justify;
}
.oneColFixCtrHdr #container #mainContent #right_column {
	width: 340px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.oneColFixCtrHdr #container #mainContent #right_column img {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container #mainContent #main_bottom {
	text-align: left;
	padding-top: 10px;
	padding-right: 50px;
    padding-bottom: 10px;
    padding-left: 50px;	
}
