 /* General Stuff */

body {
	color: #000000;
	background-color: #444444;
	font-family: "Trebuchet MS", sans-serif;
    font-size: 1em;
    text-align: center;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    
    }

div.body {
    width: 600px;
    background-color: #ffffff;
    color: #000000;
    padding: 10px;
    
    border-width: 10px;
    border-color: #444444;
    border-style: outset;
    }

a:link {
    color: #0000ff;
	text-decoration: none;
    } 

a:visited {
    color: #0000aa;
	text-decoration: none;
    } 

a:hover {
    text-decoration: underline;
    }

a:active {
	text-decoration: underline;
    color: #0000ff;
    }

img {
    border: none;
    }

div.breadcrumbs {
    font-size: 75%;
    }

td.logo {
    padding-right: 5px;
    vertical-align: top;
    }


h1, h2, h3, h4, h5, h6 {
    color: #000066;
    }

div.question {
    font-size: larger;
    color: #000066;
    }
    
li {
	text-align: left;
	}

/* Front Page Specific Stuff */

td.main {
    
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
    width: 380px;
    padding-left: 0px;
    padding-right: 0px;
    }

td.title {
    padding: 0px;
    }

td.sidebar {
    width: 200px;
    vertical-align: top;
    background-image: url("../images/spacer.gif");
    background-position: center;
    background-repeat: repeat-y;
    background-color: #ffffff;
    background-position: 0% 0%;
    padding: 0px;
    }

span.slogan {
    vertical-align: text-top;
    float: left;
    }
    




/* Footer Stuff */

div.footer {
    width: 580px;
    font-size: .7em;
    }

hr.footer1 {
    display: block;
    clear: both;
    color: #000000;
    height: 1px;
    }

hr.footer2 {
    display: block;
    clear: both;
    color: #ffffff;
    height: 1px;
    }

div.validatedcss {
    text-align: left;
    height: 31px;
    float: left;
    width: 24%;
    }

div.updated {
    text-align : center;
    height: 31px;
    width: 51%;
    font-style: italic;
    float: left;
    }

div.validatedhtml {
    text-align: right;
    height: 31px;
    float: right;
    width: 24%;
    }

span.minilogo {
    letter-spacing: .5em;
    font-style: normal;
    }

div.novalfooter div.updated {
    text-align: center;
    font-style: italic;
    font-size: .7em;
    width: 100%;

    }
