* {
	margin: 0;
	padding: 0;
}

body{
	
	background:#CCCCCC;
	
	}
	
a:link {
    text-decoration:none;
	}
	
a:visited {
    text-decoration:none;
	}
	
a:hover {
    text-decoration:underline;
	}
	
#wrapper{
    margin:0 auto;
	width:860px;
	background:white;
	margin-bottom:0px;
	border-right:2px solid #A8A8A8;
	border-left:2px solid #A8A8A8;
	border-bottom:2px solid #A8A8A8;
	}
	
#header{
    width:860px;
    }	
	
#logo{
width:246px;
}	
	
#logomenu{
width:860px;
}	
	
#menu{ 
	font-family: Calibri,Arial, sans-serif;
	width:600px;
	margin-left:246px;
	padding-top:27px;
    }
	
#menu ul{
    text-align:center;
	list-style: none;
	
	
    }
	
#menu li{
	display: inline;
    } 

.ali{
color:#616161;
}	
	
#menu li a{
	font-size: 0.90em;
	font-weight: bold;
	color: black;
	text-decoration: none;
	
	margin:0px 10px 0px 6px;
	
    }
	
#menu li a:hover{
	text-decoration: underline;
    }
	
	
#content{
	width:860px;
	background:white;
	padding-bottom:2px;
	height: auto;
    }	
	
#left{
	float:left;
	width:256px;
	color:#616161;
	height: 100%;
	background-color: #99C9FF;
    }	
	
#left h5{
    background:#003399;
	padding:3px 0 3px 25px ;
	color:white;
	border-left:1px dashed black;
	border-top:1px dashed black;
	border-bottom:1px dashed black;
	margin-bottom:30px;
    }
	
.password{
    margin-top:10px;
    }
	
#left h2{
margin-left:205px;
font-family:Calibri, Arial, sans-serif;
color:black;
}

#left h2 a:link{
color:black;
text-decoration:none;
}

#left h2 a:hover{
color:black;
text-decoration:underline;
}

#left h2 a:visited{
color:black;
}
	
#reg {
color:#EC4B00;
font-size:0.7em;
font-family:Trebuchet, Arial, sans-serif;
padding-left:25px;
font-weight:bold;
}

#reg a:link{
color:#EC4B00;
text-decoration:none;
}

#reg a:hover{
color:#EC4B00;
text-decoration:underline;
}

#reg a:visited{
color:#EC4B00;
}
	
#right{
	padding-left:10px;
	padding-right:10px;
	float:right;
	width:580px;
	color:#616161;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: black;
		
   }
   
#p{
   padding-left:25px;
   padding-right:20px;
   }
   
#right h5{
	padding:3px 0 3px 25px;
	margin-bottom:15px;
	color:#FFFFFF;
	background: #FF6403;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003399;
	border-bottom-color: #003399;
   }
   
#small{
   margin-top:15px;
   margin-left:15px;
   color:black;
   margin-right:30px;
   text-align:justify;
   }
   
#more{
   color:#EC4B00;
   padding-bottom:15px;
   padding-top:5px;
    border-bottom:1px dashed black;
	padding-left:30px;
   }

#more a:link{
   color:#EC4B00;
   }
   
#more a:visited{
   color:#EC4B00;
   }

#clearer{
	clear:both;
	background-color: #99C9FF;
    }
	
#footer{
	width:860px;
	height:29px;
	background: url(img/footer.jpg) repeat-x;
	border-top-width: 1px;
	border-top-style: ridge;
	border-top-color: #006600;
	border-bottom-style: ridge;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
   }

#footer p{
    font-family:Trebuchet, Arial, sans-serif;
    color:#616161;
	font-size:0.8em;
	padding-top:6px;
	padding-left:25px;
   }   
