body{
	margin:0;
	padding:0;
	/*background: #dcdcdc;*/
	background: #F9Faf9;
}

.maincontainer{
	margin: 0;
	/*background: #dcdcdc;*/
	background: #F9Faf9;
	font-family: arial, "lucida console", sans-serif;
	font-size: 11;
	position: relative;
}

.mtext{
	position: absolute;
	background: #F9Faf9 repeat-y;
	margin-left: 30px;
	width: 700px;
	min-height:800px;
	padding-bottom: 30px;
}

.jlogo{
	position: absolute;
	margin-left: 730px;
	background: #fff;
}

.rmenu{
	background: #F9Faf9;
	text-align: left;
}

.menu{
	/*position: absolute;*/
	/*background: url('menu.gif') repeat-y;*/
	background: #F9Faf9;
	/*margin-left: 730px;*/
	width: 260px;
	/*height: 200px;*/
	padding-right: 30px;
	padding-top: 30px;
	color: #fff;
}

.maintextdiv{
	width:650px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.rmenu a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #343434;
}

.rmenu a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #343434;
}

.rmenu a:hover, a:active { 
	text-decoration: underline; 
	color: #FF6F00;
}

.mtext a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #333D40;
}

.mtext a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #333D40;
}

.mtext a:hover, a:active { 
	text-decoration: underline; 
	color: #FF6F00;
}

.menuitem{ 
	margin-left: 0px;
	height: 22px;
	width: 175px;
	margin-bottom: 0; 
	background-color: #343434;
	font-weight: bold; 
	text-decoration: none; 
	color: #fff;
}

ul{
	/* list-style-image: url('arrow.gif'); */
	list-style: none;
	margin: 0;

}

.box-top{
	font-family: arial, "lucida console", sans-serif; 
	font-size: 11; 
	font-weight: bold;
	color: fff;
	text-align: center;
	background: url('box-top.gif') no-repeat;
	width: 650px;
	height: 20px;
}

.box-mid{
	text-align: left;
	vertical-align: top;
	background: url('box-mid.gif') repeat-y;
	width: 650px;
}

.box-bot{
	background: url('box-bot.gif') no-repeat;
	width: 650px;
	height: 20px;
}

.box-content{
	padding-left: 20px; 
	padding-right: 20px;
}

.footer-top{
	background: url('footer-top.gif') no-repeat;
	width: 650px;
	height: 20px;
}

.footer-mid{
	text-align: left;
	vertical-align: top;
	background: url('footer-mid.gif') repeat-y;
	width: 650px;
}

.footer-bot{
	background: url('footer-bot.gif') no-repeat;
	width: 650px;
	height: 20px;
}

.footer-content{
	padding-left: 20px;
	padding-right: 20px;
}

.login{
	/*position: absolute;*/
	/*background: url('menu.gif') repeat-y;*/
	background: #F9Faf9;
	/*margin-left: 730px;*/
	width: 260px;
	/*height: 200px;*/
	padding-right: 30px;
	/*padding-top: 30px;*/
	color: #fff;
}

.rmenu-top{
	background: url('login-top.gif') no-repeat;
	margin-top:2px;
	color: #fff;
	width: 250px;
	height: 20px;
	font-family: arial, "lucida console", sans-serif; 
	font-size: 11; 
	font-weight: bold;
	color: fff;
	text-align: center;
}

.rmenu-mid{
	text-align: left;
	vertical-align: top;
	background: url('login-mid.gif') repeat-y;
	width: 250px;
}

.rmenu-bot{
	background: url('login-bot.gif') no-repeat;
	width: 250px;
	height: 20px;
}

.rmenu-content{
	color: 000;
	padding-left: 10px;
	padding-right: 10px;
}

.domains{
	background: #F9Faf9;
	width: 260px;
	/*height: 200px;*/
	padding-right: 30px;
	padding-top: 30px;
	color: #fff;
}

span.button{
    background: transparent url('btn-off.gif') no-repeat;
    color: #444;
	text-decoration: none;
	width: 200px;
    font: normal 12px arial, sans-serif;
    height: 25px;
	padding-left: 20px;
}

