body{
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	font:14px/22px Georgia, "Times New Roman", Times, serif;
	color:#787878;
}
img, p, div, ul, li, h1, h2, h3, body, html, input{
	padding:0;
	margin:0;
	border:0px;
}
.clear{
	clear:both;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1{
	font-size:30px;
	font-weight:normal;
}
h2{
	font-size:18px;
	font-weight:normal;
}

#container{
	background-image:url(topbg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width:100%;
	margin:0 auto;
}
#main{
	width:943px;
	margin:0 auto;
}
#logo{
	width:319px;
	height:102px;
	background-image:url(logo.png);
	background-repeat: no-repeat;
	float:left;
	margin:25px 0 0 0;
}
#logo_2{
	width:100px;
	height:90px;
	background-image:url(logo_2.gif);
	background-repeat: no-repeat;
	float:left;
	margin:25px 0 0 0;
}
#rightmenu{
	float:right;
/*	background-image:url(loginicon.gif);*/
	background-image:url(loginicon.png);
	background-position: right;
	background-repeat: no-repeat;
	color:#000;
	line-height:55px;
	margin-top:35px;
	padding:0 50px 0 0;
	font-size:12px;
}
#rightmenu a{
	color:#000;
	padding:0 10px;
}

#splash{
	width:100%;
	color:#0060A6;
	height:326px;
	float:left;
}
#splash h1{
	padding:58px 80px 0 0;
	float:right;
}

#mainworkarea{
	background-image:url(workareabg.jpg);
	background-repeat: repeat-x;
	width:100%;
	margin-top:48px;
	padding:60px 0 75px 0;
}
#loginmain{
	width:462px;
	margin:0 auto;
}
#loginarea{
	width:100%;
	background-image:url(loginbg.gif);
	background-repeat: repeat-y;
}
#loginhd{
	width:100%;
	height:46px;
	background-image:url(loginhdbg.gif);
	background-position: repeat-x;
	line-height:46px;
	color:#FFFFFF;
}
#loginhd h2{
	padding-left:20px;
}
#loginhdl{
	width:10px;
	height:46px;
	background-image:url(loginhdl.gif);
	background-position: no-repeat;
	float:left;
}
#loginhdr{
	width:10px;
	height:46px;
	background-image:url(loginhdr.gif);
	background-position: no-repeat;
	float:right;
}
#loginbox{
	width:442px;
	padding:10px;
}
/*flag css*/
#loginbox .flag{
	padding:0 5px;
}

/*flag css*/
#fieldbg{
	padding:10px;
	background:#DBEFF2;
	margin-bottom:10px;
}
#loginarea .bottom{
	margin-bottom:20px;
}
#loginmain .feild{
	padding:5px;
	border:1px solid #66CEFF;
	width:410px;
}
#loginmain p{
	color:#0579C6;
	padding-bottom:5px;
}
#button{
	margin-left:30px;
	float:left;
}
form .button{
	width:96px;
	height:42px;
	background-image:url(button.gif);
	background-position: top;
	background-repeat: no-repeat;
	border:0px;
	cursor:pointer;
	color:#fff;
	font-size:18px;
}
form .button:hover{
	background-image:url(button.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#loginbottom{
	background-image:url(loginbot.gif);
	background-repeat: repeat-x;
	width:100%;
	height:170px;
}
#loginbotl{
	background-image:url(loginbotl.gif);
	background-repeat: no-repeat;
	width:148px;
	height:170px;
	float: left;
}
#loginbotr{
	background-image:url(loginbotr.gif);
	background-repeat: no-repeat;
	width:10px;
	height:170px;
	float:right;
}
#forgot{
	width:40%;
	float:left;
	font-size:12px;
	color:#63B8F0;
	margin:48px 0 0 15px;
}
#forgot a{
	color:#63B8F0;
}
#contact{
	float:right;
	font-size:12px;
	margin-top:90px;
}
#contact a{
	color:#0579C6;
}
#error{
	color:#FF0000;
	font-size:12px;
	text-align:center;
}

#form{
	width:50%;
	margin:0 auto;
}
#form .feild{
	width:400px;
	height:20px;
	padding:5px;
	border:1px solid #00CCFF;
	margin-bottom:10px;
}
#form .commentfeild{
	width:400px;
	height:90px;
	padding:5px;
	border:1px solid #00CCFF;
	margin-bottom:10px;
}
#form h1{
	margin-bottom:20px;
	color:#14B3F4;
}

#footer1{
/*	height:47px;*/
	height:0px;
	width:100%;
	background:#F1F0F0;
	text-align:center;
	font-size:12px;
	color:#888888;
	line-height:47px;
}
#footer1 a{
	color:#888888;
	padding:0 20px 0 20px;
}
#footer2{
	height:26px;
	width:100%;
	background-color:#7FCDF9;
	text-align:center;
	font-size:12px;
	color:#000;
	line-height:26px;
}
#footer2 a{
	color:#000;
}