/* CSS Document */

body{
	padding:0;
	margin:0;
	background:url(../images/body_bg.gif) 0 0 repeat-x #EBF6FD;
	color:#275268;
	font-family: Arial, Helvetica, sans-serif;
}
div, h1, h2, p, form, label, input, textarea, img{
	margin:0; padding:0;
}
.spacer{
	clear:both; 
	font-size:0px; 
	line-height:0px;
}
p
{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}
/*------------------------------------------------body--------------------*/
/*------------------------------------------------header start--------------------*/
#header{
	width:778px;
	height:100px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header img{
	position:absolute;
	width:172px;
	height:100px;
	left: 25px;
}
#header ul{
	position:absolute;
	left:230px;
	top:37px;
	margin:0;
	padding:0;
}
#header ul li{
	display:block;
	float:left;
	margin: 10px;
}
#header ul li a{
	display:block;
	font: bold 13px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000C12;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	float:left;
}
#header ul li a:hover{
	color:#EBF6FD;
}
#header ul li.home{
	display:block;
	font: bold 13px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000C12;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	float:left;
}

/*------------------------------------------------header end--------------------*/

/*------------------------------------------------body start--------------------*/
#body{
	width:776px;
	margin:0 auto;
	padding:14px 0 35px 2px;
}
/*------------------------------------------------left panel start--------------------*/
#left{
	width:162px;
	float:left;
	margin:10px;
	padding:0;
	font-size: small;
}
#member-login{
	width:162px;
	margin:0;
	padding:0;
}
.box {
	background-color: #FFFFFF;
	border: 1px solid #BCD1DE;
	width: 162px;
	height:85px;
	font-size: small;
	margin: 0;
	padding: 5px;
}

#help a{
	color: #02354F;
	text-decoration: underline;
	padding: 5px;
}
#help a:hover{
	color: #FF3300;
	text-decoration: none;
}
.SideMenu
{
	width: 180px;
	height: 400px;
	vertical-align: top;
	font-family: Arial;
}

.SideMenu table
{
	padding: 0px;
	border-width: 0px;
}

.SideTitle td
{
	height: 50px;
	font-size: 12px;
	font-weight: bold;
}

.SideMenu td
{
	vertical-align: middle;
	color: #0066cc;
	font-size: 12px;
}

.SideMenu p
{
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.SideMenu a
{
	color: #0066cc;
	text-decoration: none;
}

.SideMenu a:hover
{
	color: Red;
	text-decoration: underline;
}

/*------------------------------------------------left panel end-------------------*/

/*------------------------------------------------right panel start--------------------*/
#right UL{
	list-style-type: disc;
}
.slogan{
	color:#009900;
	background-color:#EBF6FD;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	line-height: 40px;
	font-weight: normal;
	font-variant: normal;
}
.slogan a{
	text-decoration: none;
	color: #FF6600;
}
.slogan a:hover{
	text-decoration: underline;
	color: #003399;
}
.caution{
	font-size: x-small;
	color: #999999;
	}
.Form
{
	width: 550px;
	background-color: whitesmoke;
	border-collapse: collapse;
}

.FormTitle
{
	background-color: #c5dff8;
	height: 15px;
	font-weight: bold;
}

.Form td
{
	border-color: whitesmoke;
}

.ListAlt
{
	background-color: whitesmoke;
}
img
{
	border: 0px;
}

input
{
	border-width: 1px;
	
	border-color: #666666;
}
/*------------------------------------------------right panel end--------------------*/
/*------------------------------------------------body end--------------------*/

/*------------------------------------------------footer start--------------------*/
.copyright{
	height:50px;
	margin:0;
	color:#003399;
	padding-top: 36px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-size: x-small;
}
#forgetPW a{
	text-decoration: underline;
	font-size: x-small;
}
#forgetPW a:hover{
	text-decoration: none;
	color: #FF6600;
}
