@charset "UTF-8";
/* CSS Document */


a {
	color:#AAAAAA;
	letter-spacing:2.2px;
	text-decoration:none;
	

}

a:hover {
	color:AntiqueWhite;

}

#status{  
        width:50%;  
        padding:10px;  
        outline:none;  
        height:36px;  
    }  
    .focusField{  
        border:solid 1px #d6d6d6;  
        background:#ffbec6;  
        color:#000;  
    }  
    .idleField{  
        background:#EEE;  
        color: #6F6F6F;  
        border: solid 2px #DFDFDF;  
    }  
 *{  
        margin:0;  
        padding:0;  
        /*font:bold 12px "Lucida Grande", Arial, sans-serif;  */
    }  


body {
	width:99%;
	background-color:#454545;


}



div#header {
	margin-top:20px;
		/*margin-left:20%;
		margin-right:40%;*/
		
		

	
	
}


div#content {
	background-color:#fff;
	width:876px;
	padding-top:1px;
	text-align:justify;
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:normal;
	line-height:24px;
}


ul {
	list-style:none;
		margin-left:20px;

	
}

span{
	font-weight:bold;
	color:#ac0216;
}

li {
		list-style:none;

	
	
}



div#footer {
	background-color:#000;
	width:876px;
	color:#FFF;
	height:20px;
	font-size:x-small;
	font-family:Helvetica, Verdana, Geneva, sans-serif;
	text-align:center;


}
