#head {
	BACKGROUND: #960014;
    border-bottom: 1px solid #bbb;
	padding: 0px;
	padding-left: 10px;
	margin-top: -2px;
	
	height: 35px;
	overflow: hidden;

	color: #FFFFFF;
    font-family: "Arial",sans-serif;
    font-size: 30px;
    text-align: left;    
    font-weight: bold;
    text-decoration: none;
}

#topmenu {
    float: right;  
	BACKGROUND: #960014;
	background: #999;
	
	border-left: 1px solid #000000;
	
	height: 30px;	 
	
	TEXT-ALIGN: left;
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	margin: 0px;


	color: #FFFFFF;
    font-family: "Arial",sans-serif;
    font-size: 14px;
    text-align: left;    
    font-weight: normal;
    text-decoration: none;
	vertical-align: sub;
	  
}

BODY {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	background: #666;		
}

#menu {
	BACKGROUND: #CCCCCC;
	
	
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;	 
	
	padding: 0px;
	padding-left: 3px;
	margin: 0px;
	
	color: #000000;
    font-family: "Arial",sans-serif;
    font-size: 10px;
    text-align: left;    
    font-weight: normal;
    text-decoration: none;
}



a {
	color: #00008B;
    font-family: "Arial",sans-serif;
    font-size: 12px;
    text-align: center;    
    font-weight: bold;
    text-decoration: none;
	   
}

a:hover {
	   color: #444444;
	   text-decoration: underline;
}

a.topmenu {
	color: #FFFFFF;
    font-family: "Arial",sans-serif;
    font-size: 12px;
    text-align: center;    
    font-weight: normal;
	vertical-align: sub;
    text-decoration: none;
	
	border-right: 1px dashed #FFFFFF;
	padding-right: 3px;
	   
}

a.topmenu:hover {
	   color: #EEEEEE;
	   text-decoration: underline;
}

.menutext {
	margin: 0px;
	padding: 0px;
	   
	color: #000000;
    font-family: "Arial",sans-serif;
    font-size: 12px;
    text-align: center;    
    font-weight: normal;
    text-decoration: none;
	
	border-right: 2px groove #fff;
	padding-right: 3px;

	   
}


a.menu {
	margin: 0px;
	padding: 0px;
	   
	color: #000000;
    font-family: "Arial",sans-serif;
    font-size: 12px;
    text-align: center;    
    font-weight: normal;
    text-decoration: none;
	
	border-right: 2px groove #fff;
	padding-right: 3px;

	   
}

a.menu:hover {
	   color: #EEEEEE;
	   background: #999;
	   text-decoration: none;
}


a.bottom {
	color: #FFFFFF;
    font-family: "Arial",sans-serif;
    font-size: 10px;
    text-align: center;    
    font-weight: bold;
    text-decoration: none;
	   
}

a.bottom:hover {
	   color: #DDDDDD;
	   text-decoration: none;
}


.contentext {
	color: #000000;
    font-family: "Arial",sans-serif;
    font-size: 14px;
    text-align: left;    
    font-weight: normal;
    text-decoration: none;
}

h1 {
    margin: 0px;
	padding: 0px;
	
	color: #555;
    font-family: "Arial",sans-serif;
    font-size: 30px;
    text-align: left;    
    font-weight: normal;
    text-decoration: none;
	
	border-bottom: 1px solid #960014;
}

h2 {
	color: #666;
    font-family: "Arial",sans-serif;
    font-size: 24px;
    text-align: left;    
    font-weight: normal;
    text-decoration: none;

	border-bottom: 1px solid #00008B;
}

#login {
	   float: right;
	   clear: right;
}


#content {
    border-bottom: 1px solid #000;
    border-top: 1px solid #bbb;
	
	padding: 2px;	
 
	BACKGROUND: #FFFFFF; 
	TEXT-ALIGN: left;
}

#bottom {
	PADDING: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	

    font-family: "Arial",sans-serif;
    font-size: 10px;
    color: #999;
	text-align: center;
    font-weight: normal;
    text-decoration: none;
	
	border-bottom: 1px dashed #999;
	
}


.readme {
	background: #FFF;
	margin: 10px auto;
	width: 90%;
	padding: 5px;
	text-align:center;
	border: 2px groove #ccc;
}

