body{
	margin:0 auto;
    text-align:center;
}
.wrapper{
width: 1024px;
margin: 0 auto;
text-align: left;
}
.header{
	width:1024px;
	margin:0px;
	background-color:#33CC33;
}
img{
    border:none;
	/*border:1px;
    border-style:solid;*/
}
.header_left{
	width:auto;
	margin:0px;
	padding:0px 0px 0px 0px;
	height:110px;
}
.header_sign{
	width:auto;
	margin:0px;
	height:90px;
	background-image:url(/kampus/images1/signin.gif);
	background-repeat:no-repeat;
}
 .user_welcome{
       width:320px;
       height:80px;
       padding:20px 15px 0px 50px;
       color:white;
       font-size:14px;
       font-weight:bold;
       font-family:sans-serif;
     }
 .user_welcome a{
       margin:0 10px 0px 0px;
       padding:0px 10px 0px 250px;
       color:white;
       text-transform:lowercase;
       font-size:12px;
       font-weight:bold;
       font-family:sans-serif;
 }
.user_welcome a:hover{
    color:blue;
}
.header_menu{
	width:auto;
	margin:0px;
	height:20px;
}
.header_menu a{
	margin-left:3px;
	font-size:14px;    
    padding:3px 3px 1px 3px;
	font-family:sans-serif;
	font-weight:bolder;
	color:white;
    text-decoration:none;
}
.header_menu a:hover{	
	color:black;
	background-color:#8FFC74;

}

.scroll_text{
 margin:0px 20px 0px 230px;
 width:750px;
 height:15px;
 float:left;
 padding:0px 5px 4px 5px;
 background-color:#d8e048;
 color:white;
}
.content{
    width:1024px;
    height:auto;
    margin:1px 1px 0px 10px;
    background:none;
}
.left_content{
    width:730px;
    height:auto;
    margin:0px 0px 0px 0px;
    float:left;
    background-color:white;
}
.kontroversy_intro{
    background-color:#c5d7ed;
    margin:0px 0px;
    width:610px;
    height:40px;
    padding:3px;
    color:black;
    font-style:normal;
    font-size:16px;
}
.kontroversy_intro:hover{
    color:orange;
}

.right_content{
    width:280px;
    height:auto;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    height:auto;
    float:right;
    background:none;
}
.footer{
    position:absolute;
    top:675px;
    left:200px;
    width:600px;
    height:20px;
    background-color:white;
}
.footer a{
   color:white;
   font-size:14px;
   font-family:sans-serif;
   font-weight:bold;
   text-decoration:none;
}
 /* CSS FOR REGISTRATION FORM */
     .regWrapper{
         width: 1024px;
         height:2000px;
         margin: 0 auto;
         text-align: left;
         z-index:10;
         position:absolute;
         display:none;
         top:0px;
         left:0px;
         background-color:black;
      }
     .regBox{
		 width:500px;
		 height:500px;
         z-index:20;
         position:absolute;
         display:none;
         top:50px;
         left:10px;
         background-color:#D4DDED;
         background-color:white;
		 margin:20px auto 0px auto;
         border:green;
         border-style:solid;
         border-width:thin;
     }
   .direction{
         color:green;
         text-align:left;
         margin:5px;
         font-size:16px;
         font-family:sans-serif;
     }
    .info{
         width:480px;
         height:auto;
         margin:0px 0px 0px 0px;
         background:none;
         border:green;
         border-style:solid;
         border-width:thin;
     }
     /* CSS FOR REGISTRATION FORM ENDS HERE*/

