/* Blue CSS Document */@import url("../tab-system.css"); /*layout css file*/body {	background: #3D9CCC;}#container {	position:absolute;	padding: 0;	margin: 0;	width: 100%;	text-align: center;	top:40%;	left:0%;}#mainwrap{		position:relative;	background: #4CC2FF;	padding:0;	width:100%;	margin:0;	height: 500px;	margin-top:-200px;	border-bottom: 1px solid #fff;	border-top: 1px solid #fff;}#main-body{	padding:0;	margin: 0;	width:950px;	margin:0;	height: 500px;}#rightcolumn {	float:right;	width:200px; /* 19.5% */	overflow:hidden;	margin-left:-3px;	border-left: 1px solid #fff;	height: 470px;	padding:30px 0 0 5px;	text-align: left;	letter-spacing: 10%;}#sitecontent_bg {	float:left;	width:75%; 	overflow:hidden;	background: transparent url(images/bg.gif) 50% 10px no-repeat;	height: 500px;	text-align: left;}#sitecontent {	overflow:hidden;	text-align: left;	bottom: 25px;	position: absolute;	width: 720px;}/*-----------------*/#navBar{	position:relative;	float:left;	clear: none;	width: 100%;	margin: 0px;	padding: 0px;	letter-spacing: 1px;}#adr{	position:relative;	float:left;	clear: none;	width:100%;	margin: 10px 0 0 0;	padding: 0px 0 0 10px;	font-size: 10px;	color: #737373;	font-weight: bold;	letter-spacing: 0,7px;}#rightcolumn a:link{	color: #737373;	text-decoration: none;	}#rightcolumn a:hover{	color: #000000;}a.Menu1,  a.Menu1:visited{	display: block;	background: transparent url(images/menu.gif) 0 50% no-repeat;	width: 195px;	/*height: 55px;*/	margin:0px 0 5px 0;	font-size: 14px;	color: #737373;	font-weight: bold;	line-height: 16px;	padding: 12px 0px 27px 35px;	text-decoration: none;	}a.Menu2, a.Menu2:visited {	display: block;	width: 195px;	margin:5px 0 5px 0;	background: transparent url(images/menu.gif) 0 50% no-repeat;	font-size: 14px;	color: #737373;	font-weight: bold;	line-height: 16px;	padding: 4px 0px 19px 35px;	text-decoration: none;	}a.Menu1:hover, a.Menu2:hover { 	background: transparent url(images/menu_over.gif) 0 50% no-repeat; text-decoration: none; }a.Menu1#active_menu, a.Menu2#active_menu { 	color: #FF0000;}
