body{
	margin: 0 !important;
  padding: 0 !important;
	background-color:white;
}
/*#sidebar-bg{
	position:fixed;
	top:1;
	position:fixed;
	z-index:-1000;
	background:#e1f1d6;
	width:71%;
	margin-left:280px;
	height:100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 2px solid #6bb23d;
}
*/
#wrapper {
  margin: 0 auto;
  width: 95%;
}
#header {
  text-align:center;
  width:100%;
  padding-bottom: 47px;
  background:#fff;
}
#web-main {
  text-align:center;
  width:100%;
  padding-bottom: 47px;
  background:#fff;
  clear:both;
}
.title {
	z-index: 1;
	position:relative;
  text-align: right;
  color: #fff;
  height: auto;
  padding-bottom: 25px;
  padding-top: 5px;
  padding-right: 5px;
  margin-left: 268px;
  margin-top:10px;
  background: #cdeb8e; /* Old browsers */
  background: -moz-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956)); /* Chrome,Safari4+ */ 
  background: -webkit-linear-gradient(top, #cdeb8e 0%,#a5c956 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #cdeb8e 0%,#a5c956 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #cdeb8e 0%,#a5c956 100%); /* IE10+ */
  background: linear-gradient(to bottom, #cdeb8e 0%,#a5c956 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */
  box-shadow: 0px 2px 2px #888888;	
  border-top-style: outset;
  border-color:#C2DD00;
} 
.logo {
  float: right;
  width: 250px;
  height: 130px;
  background: transparent url('../images/logo/ASLA-logo-white.jpg') center center no-repeat;
  float: left;
}
.menu {
  margin-right: 4px;
  float:right;
}
.menu ul {
  list-style:none;
}
.menu li {
  float: left;
}
.menu li + li {
  border-left:2px solid #fff;
}
.menu a {
  font-size:15px;
  font-weight:bold;
  display:block;
  padding:7px 10px;
  color:#fff;
  background:#6bb23d;
  text-decoration:none;
}
.menu a:hover {
  color:#fff;
  background:#6E8B3D;
}
.menu a:active {
  color:#fff;
  background:#0090cf;
}
#footer {
  font-size:13px;
  width: 1000px;
  background-color:white;
  z-index:1;
}
.right {
  float:right;
} 
.left {
  float:left;
}

/* This part controls the main form */
#main {
  float:none;
	background:#e1f1d6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 2px solid #6bb23d;
	margin-left:280px;
	margin-right:0px;
	height: 100%;
  width: auto;
}

/* This part controls the sidebar form */

#sidebar {
  float: left;
  width:250px;
  height: auto;
  border-radius:5px;
}
.sidebar_green {
  width:250px;
  background-color: #eeeff0;
  height: 100%;	
  border: 1px solid #6bb23d;
  border-radius:5px;
}
.sidebar_content {
	width: 250px;
  color: #fff;
}
.sidebar_misvis {
  width: 250px;
}
.sidebar_missvistitle {
  font-weight: bold;
  font-size: 18px;
  background-color: #525a78;
}
.sidebar_missviscontent {
  text-indent:25px;
  color:#000;
  font-size: 14px;
  text-align: justify;
  padding: 5px 10px;
}

/* This part controls the picture form */

#picture {
  padding-left: 25px;
  height: 100%;
  padding-top:25px;
  margin-right:300px;
  position:absolute;
  width: 580px;
}
.picture_blue {
  background-color: transparent /*#4682B4*/;
	}
.picture_content {
  padding-top: 5px;
  padding-left:10px;
  padding-right: 5px;
  padding-bottom: 7px;
	text-align: justify;
  color:#000;
}
.picture_indent {
  text-indent: 20px;
}
.picture_content h3{
  color: #58CB22;
}
/* This part controls the login form*/

#dugas {
  float:right;
  width: 250px;
  padding-top:30px;
  padding-right:20px;
  margin:3% 0 0 73%;
  color: transparent;
}
#dugas table{
  border:0;
}
#login {
  float:right;				
  width: 250px;
  padding-top:30px;
  padding-right:20px;
  margin:3% 0 0 73%;
}
.login_main {
  background-color: #176B8F;
  width: 250px;
  height: auto;
  padding-bottom:10px;
  border-radius: 5px;	
}
.login_title {
  font-size: 14px;
  color: white;
}
.login_title a {
  color: white;
}
.login_class {
  padding-top: 3px;
  padding-left: 15px;
}
.login_content {
  font-size: 14px;
  padding-left:5px;
  color: white;
}
.login_button {
  margin-left: 78px;
}

.login_div {
  padding-top:10px;
}
.login_div input	{
  width:220px;
  height: 30px;
}
.login_text{
  font-size: 12px;
  color: white;
}
.login_text2, .login_text2 a {
  float: left;
  padding-top:5px;
  padding-left:5px;
  color: #fff;
  font-size: 11px;
}
.login_forgot_password, .login_forgot_password a {
  padding-top:5px;
  float:right;
  padding-right:4px;
  font-size: 11px;
  color: white;
}

/* This part controls the address form*/

#address {
  position:relative;				
  width: 250px;
  height: auto;
  margin:34% 0 0 26%;
  padding-left: 470px;
  padding-right: 20px;
  padding-top:1px;	
  padding-bottom:25px;
  clear:both;
}
.address_blue {
  background-color: #c3dfb0;
  width: 100%;
  height: 100%;
  border: 2px solid #6bb23d;
  border-radius: 5px;				
}
.address_content {	
  padding-top: 5px;
  padding-left:10px;
  padding-right: 5px;
  padding-bottom: 7px;
  color:#000;
}
.address_indent {
  text-indent: 20px;
}
.spacer{
  clear:both;
  position:relative;
  border:1px solid transparent;
}