
/**  
 *   The default design for the Apache documet root folder.
 *   CSS by C. Schonberger 12/2004
**/

body {  
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #00008b;              /* darkblue */
    background-color: #ffffff;   /* white    */
}

#main {
    position: absolute; 
    top: 50px; 
    left: 30px;
    width: 800px; 
}

#nav-block {
	padding: 0 0 18px 32px;
	display: block;
	background-color: white;
}

p.update {
    font-style: italic;
    font-size: 12px;
    width: 808px;
    margin: 30px 0px 50px 0px;
    text-align: left;
}

img.validated {
    height: 20px;
    width: 62px;
    border: 0;
    float: right;
    padding-left: 10px;
}

.center {
    text-align: center;
}

.small {
    font-size: small;
}

.greyed-out {
    color: #94A9ef;   /* lightblue */
}

.no-border {
    border: 0;
}

.illustration {
    font-size: small;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}

table.simple {
    margin-top: 50px;
}

td.a-third {
    width: 30%;
}

.list {
		padding-left: 30px;
}



    
