body{
margin: 0px;
background-image: url(images/loginbg.jpg);
background-repeat: no-repeat;
background-position: top center;
background-color: #ffffff;
}

#left{
	width: 10px;
}

#right{
	width: 11px;
}

#main{
	width: 901px;
	background-color: #fff;
}

#box_title{
	position: relative;
	top: 0px;
	padding: 5px;
}



#box_body{
	background-image: url(images/box_bg.jpg);
	padding: 10px;
	position: relative;
	top: -70px;
	color: white;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.box_body_input{
	width: 300px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}



#box_img{
	position: relative;
	top: -23px;
	left: 300px;
	z-index: 10;
	right: 0px;
}



#whatsnew{
	font-size: 12px;
	font-family: Arial, Helvetica;
	color: black;	
	text-align: justify;
}

.title{
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica;
	color: black;	
}

.title:hover{
		text-decoration: none;	
}

#footer{
	color: #006699;
	font-size: 11px;
	font-family: Arial, Helvetica;
}

#inside_nav{
	width: 210px;
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica;
	background: none;
}

#inside_nav1{
	margin-left: 10px;
	height: 35px;
	width: 170px;
	background: none;
	padding: 10px;
	padding-bottom: 0px;
	vertical-align: middle;
	font-size: 13px;
	font-family: Arial, Helvetica;	
	text-decoration: none;
	font-weight: bold;
}

#inside_nav1:hover{
	background-image: url(images/insidenav_bg.jpg);
	width: 170px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: top left;
	color: #FF6600;
}

#inside_nav1 a{
	width: 170px;
	height: 35px;
	padding: 0px;
	margin: 0px;
	color: #666666;
	text-decoration: none;
	padding-left: 15px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#inside_nav1 a:hover{
	color: #FF6600;
}

#inside_nav ul{
	margin: 0px;
	list-style: none;
	padding: 0px;
	border: 0px;
	padding-left: 10px;
	margin-top: 10px;
}

#inside_nav ul li{
	margin-bottom: 5px;
	background-color: silver;
}

#inside_nav ul li:hover{
	background-color: olive;
}

#inside_nav ul li a{
	font-size: 12px;
	font-family: Arial, Helvetica;	
	text-decoration: none;
	color: #666666;
	font-weight: bold;	
}

#inside_nav ul li a:hover{
	color: #FABA1A;	
}

#inside{
	width: 655px;
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica;
	padding: 10px;
	border-left: 1px solid #E1E1E1;
}
.out { font-family:verdana; font-size:11px; color:#333333}
.out a:link, .out a:visited { font-family:verdana; font-size:11px; color:#333333;text-decoration:none}
.out a:hover { font-family:verdana; font-size:11px; color:#333333;text-decoration:underline}

.out { font-family:verdana; font-size:11px; color:#333333}
.c{
	clear: both;
}

/*============login==========*/

#loginbox{
	padding: 10px;
	font-size: 11px;
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: #0072A8;
}

.login_box{
	width: 125px;
	border: 1px solid black;
	height: 13px;
}

.login_btn{
	font-size: 11px;
	font-family: Arial, Helvetica;
	font-weight: bold;
}