body{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	background-color:#CCCCCC;
	margin:0px 0px 0px 0px;
}
a 			{ color:#001E65; text-decoration:none; }
a:link 		{ color:#001E65; text-decoration:none; }
a:visited	{ color:#001E65; text-decoration:none; }
a:hover 	{ color:#001E65; text-decoration:none; }
a:active 	{ color:#001E65; text-decoration:none; }
.mainTable{
	width:95%;
}

.mainBackground{
background-color:#000000;
}
.table_border
{
border:1px solid #000000;

 }

.headerbg
{
background-image:url(image/header_bg.gif);
background-repeat:no-repeat;
}
.boldfont
{
font-family:"Times New Roman", Times, serif;
font-size:33px;
font-weight:bold;
color:#FFFFFF;}

.username_font{
font:"Times New Roman", Times, serif;
font-size:11px;
color:#FFFFFF;
}

.forget_font{
font:"Times New Roman", Times, serif;
font-size:10px;
color:#B8B8B8;
}
.header_bottom
{
background-image:url(image/header_bottom.gif);
background-repeat:repeat-x;
}
.body_top_bg
{
background-image:url(image/body_top_bg.gif);
background-repeat:repeat-x;
font:"Times New Roman", Times, serif;
font-size:18px;
font-weight:bold;
padding-left:83px;
}

.body_bottom_bg
{
background-image:url(image/body_bottom_bg.gif);
background-repeat:repeat-x;
}
.bodyfont{
font-size:11px;
padding-left:83px;
padding-top:12px;
}
.registerbodyfont{
font-size:11px;
padding-left:83px;
}


.body_middle_bg
{
background-image:url(image/body_middle_bg.gif);
background-repeat:repeat;}


.people_bg
{
background-image:url(image/people_bg.gif);
background-repeat:no-repeat;}

.body_bold_font
{
font:"Times New Roman", Times, serif;
font-size:18px;
font-weight:bold;}

.index_mid_left
{
background-image:url(image/index_mid_left.gif);
background-repeat:no-repeat;
}
.index_mid_right
{
background-image:url(image/index_mid_right.gif);
background-repeat:no-repeat;
}

.index_mid_top
{
background-image:url(image/index_mid_top.gif);
background-repeat:no-repeat;}
.index_mid_bottom
{
background-image:url(image/index_mid_bottom.gif);
background-repeat:no-repeat;}
.index_lock
{
background-image:url(image/lock.gif);
background-repeat:no-repeat;}

.index_mid_bg
{
background-image:url(image/index_mid_bg.gif);
background-repeat:repeat-x;
}
.index_text_bg
{
background-image:url(image/index_text_bg.gif);
background-repeat:no-repeat;
}

.index_text
{
font:"Times New Roman", Times, serif;
color:#FFFFFF;
font-size:14px;
font-weight:bold;

}

.index_bg
{
border:1px solid #000000;
background-color:#FFFFFF;}



body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColLiqCtrHdr #container {
	height:136px;
	width:740px;

/*	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	height:136px;
	width:740px;
	background: #DDDDDD; 

	/*padding: 0 10px 0 20px;*/  /* 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. */
}
.oneColLiqCtrHdr #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 */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 10px;  /*remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top:5px;
	padding-bottom:5px;
	vertical-align:top;
	background: #FFFFFF;	
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	vertical-align:bottom;
/*	background:#DDDDDD;*/
} 
.oneColLiqCtrHdr #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 */
}

.bodytext
{
 font-size:11px;
 padding-left:83px;
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
}

.profiletext
{
 font-size:11px; 
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
}
.txtinput
{
background:#E9E9E9;
font:Arial, Helvetica, sans-serif;
color:#000000; 
border:1px solid #5A5A5A;
}
.errormsg
{
font:Arial, Helvetica, sans-serif;
color:#FF0000;
}

