@charset "utf-8";

*{
	margin:0;
	padding:0;
	outline:0;
}

.clear{
	clear:both;
	}

body{
	background-color:#CC9752;
}

h1{
	padding:50px 0 30px 100px;
	background-color:#0F3B5F;
	color:#CCCCCC;
}

h1:hover{
	background-color:#111111;
}

#s_panel{
	position:relative;
	margin:0 auto;
	padding:50px 0;
	width:400px;
}

#s_panel form{
	width:400px;
	height:400px;
	background:#CC9752 url(../images/abg.jpg) no-repeat;
	padding:10px 30px 30px;
}

.alabel{
	position:absolute;
	font-size:26px;
	font-weight: bold;
	color:#000000;
	text-shadow: 1px 1px 1px #111111;
}

#lblU{
	top:120px;	
}

#lblP{
	top:251px;	
}

div.binput{
	margin:30px 0;
}

#c_panel_left p a{
text-decoration:none;
padding-left:25px;
font-weight:bold;
text-shadow:#111111 1px 1px 1px;

}


#submit{
	position:absolute;
	margin-top:50px 50px 30px;
	background-color: #333333;
	padding:4px 15px;
	font-weight:bold;
	color:#FFFFFF;
	border:1px #FFFFFF solid;
	bottom:160px;
}

#submit:hover{
	background-color:#000000;
	cursor: pointer;
}

input.text{
	position:absolute;
	height: 39px;
	width: 325px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	left:36px;
	color:#FFFFFF;
	background:none;
	border:none;
	outline:none;
}

input#u{
	top:160px;
}

input#p{
	top:291px;
}

h4{
	margin:20px;
}

#cp{
	margin:0;
}

#c_panel_left{
	float:left;
	height:700px;
	width:25%;
}
#c_panel_right{
	float:right;
	height:700px;
	width:75%;
}

#nav{ 
	padding:30px 0 0 0;
	width:250px;
}

#nav ul{
	cursor:pointer;
}

#nav ul li{
	list-style: none;	
	color: #333333;
 	cursor: pointer;
 	height:25px;
 	line-height: 25px;
 	text-indent: 10px;                   
 	text-decoration:none;
 	width:100%;
}


#nav ul li:hover{
	background: #999999;
 	position: relative;
}

#nav ul ul{
	display:none;
}

#nav ul ul li{
	border: none;
    float:left;
    width:250px;
	color:#000000;
	font-weight:bold;
	font-size:14px;
}

#nav ul li:hover ul{
	display:block;
	background: #CC9752;
    border: #ffffff solid;
    border-width: 1px;
	position: absolute;
    left: 75px;
    top: 5px;
}

#nav ul li:hover li:hover{
	color:#000000;
}

#nav ul ul li a{
text-decoration:none;
color:#333333;
}


table{
background:#33AA33;
padding: 20px;
border-radius:25px;
box-shadow:#111111 2px 2px 3px;

}

table td{
margin:0 auto;
padding:5px 5px 5px 5px;
}

table caption{
padding:0 0 15px 0;
font-weight:bold;
font-size:20px;
}

a{
color:#0000aa;
text-decoration:none;
}

a:hover{
color:#ffffff;
}

#top_bar td{
margin:0 auto;
padding:5px 5px 5px 5px;
}

#top_bar caption{
padding:0 0 15px 0;
font-weight:bold;
font-size:20px;
}