body {
	margin: 0px;
	font-family: sans-serif;	
	background: #FFFFFF url(headspan.png) repeat-x top left;
	font-size: small;
	color: #33333;
	text-align: justify;
	padding: 0px;
}

.milestone .info h2 em,
dt em,
*:link, *:visited {
    color: #226AC0;
    border: none;
}

*:link:hover, *:visited:hover {
    background-color: transparent;
    text-decoration: underline;
    color: #226AC0;
}

#banner {
    margin: 0px auto;
    width: 640px;
    overflow: hidden;
    background: transparent url(header.png) top center no-repeat;
    height: 110px;
}

#header h1, #header h2 {padding: 0px; margin: 0px; display: inline; overflow: hidden; height: 1px;}
#header a span {display: none;}

#header h1 a {
    display: block;
    position: relative;
    left: 353px;
    background: transparent;
    width: 150px;
    height: 100px;
} 

#header a:hover {
    text-decoration: none;
}

#main {
    margin: 0px auto;
    width: 640px;
    min-height: 300px;
}


#search {
    display: none;
}

#mainnav {
    border: 0px;
    background: none !important;
    margin: 0px auto;
    width: 640px;
    padding: 10px 0px 0px 0px;
    text-align: center;
}

#mainnav ul {
    width: 640px;
    text-align: center;
    padding: 0px;
}

#mainnav li {
    display: inline;
    text-align: center;
    padding: 0px;
}

#mainnav a {
    border: none !important;
    background: none !important;
}

#mainnav .active *:link, #mainnav .active *:visited {
    background: none !important;
    color: black;
}

#mainnav *:link:hover, #mainnav *:visited:hover {
    background: none !important;
}

.nav li {
    border-left: 1px solid #9EC9FB;
    border-right: none !important;
}

.nav li.last a {
    border-right: none !important;
}

.nav li.first,
.nav li.first a {
    border-left: none !important;
}

#footer {
    margin: 0px auto;
    width: 640px !important;
}

#ctxtnav {
    background-color: #F5F9FF;
   -moz-border-radius-bottomleft:3px;
   -moz-border-radius-bottomright:3px;
   -moz-border-radius-topleft:3px;
   -moz-border-radius-topright:3px;
    border: none;
    float: right;
    padding: 1px;
}

#ctxtnav ul {
    margin: 0px;
    padding: 0px;
}

#ctxtnav li {
    border-color: white;
}

#ctxtnav a {
    color: #62A5F7;
}

#content {
    padding-top: 5px;
    clear: both;
}

#metanav {
    position: absolute;
    top: 5px;
    overflow: hidden;
    width: 640px;
}

#metanav a {
    color: #62A5F7;
}

#main {
    margin: 0px auto;
    width: 640px !important;
    padding-top: 30px;
    min-height: 300px;
}

#prefs {
    background-color: #F5F5F5;
   -moz-border-radius-bottomleft:3px;
   -moz-border-radius-bottomright:3px;
   -moz-border-radius-topleft:3px;
   -moz-border-radius-topright:3px;
    border: none;
}

#dirlist td.name {
    width: 45%;
}

#dirlist td.change {
    font-size: 65%;
    height: 30px;
    vertical-align: middle;
    white-space: normal !important;
    width: 40%;
}



