body, h1,h2,h3,h4,h5,h6,p {
	 color:black;
	 font-family:Verdana,Tahoma,sans-serif;
}

h1 {    font-size:14pt;
        font-weight:bold;
        border-bottom: 2px solid black;
        margin-bottom:30px;
        margin-top:5px;
        text-align:center;
}

h2 {    font-size:12pt;
        font-weight:bold;
        border-bottom: 1px solid black;
        margin-bottom:10px;
        margin-top:30px;
}

h3 {    font-size:11pt;
        font-weight:bold;
        border-bottom: 1px solid black;
        margin-bottom:10px;
        margin-top:5px;
        margin-left:10px;
}

h4 {    font-size:11pt;
    	font-weight:bold;
        margin-left:10px;
}

h5 {    font-size:9pt;
        font-weight:normal;
        margin-left:10px;
}

h6 {    font-size:8pt;
        font-weight:normal;
        margin-left:10px;
}

p  {    font-size:10pt;
        font-weight:normal;
        margin-left:10px;
}

body {	font-size:10pt;
        font-weight:normal;
}

a:link { color:black; font-weight:normal; text-decoration:underline;}
a:visited { color:black; font-weight:normal; text-decoration:underline; }
a:hover { color:#996600; font-weight:normal; text-decoration:underline;}

#body{
    background-color:lightgrey;
}

#MainWindow {
    position:absolute;
    top:50px;
    left:190px;

    width:85%;
    background-image:url(pictures/bg.gif);

    border-left-width:1px;
    border-top-width:1px;
    border-bottom-width:1px;
    border-right-width:1px;
    border-style:solid;
    border-color:black;

    margin-bottom:40px;
}

#MainWindow td {
    font-size:10pt;
}

#MainWindow a:link {
    padding-right: 12px; 
    background: url('pictures/link2.png') no-repeat right top;
}
comment{ 
    image link2 is adapted from http://commons.wikimedia.org/wiki/File:External.svg; 
    This file is ineligible for copyright and therefore in the public domain, because
    it consists entirely of information that is common property and contains no
    original authorship.
}

#Logo {
    position:absolute;
    top:15px;
    left:200px;
    width:225px;
}

#Logo td {
    padding: 8px;
    background-image:url(pictures/bg_dark.gif);
    border-width:1px;
    border-style:solid;
    border-color:black;
}

#Logo p{
    font-size:14pt;
    font-weight:bold;
}

#Footer {
    position:absolute;
    bottom:15px;
    right:10px;
    width:275px;
}

#Footer td {
    padding: 8px;
    background-image:url(pictures/bg_dark.gif);
    border-width:1px;
    border-style:solid;
    border-color:black;
    text-align:center;
}

#Footer p{
    font-size:8pt;
    font-weight:normal;
}


#Counter {
    position:absolute;
    top:540px;
    left:10px;
}

#Navigation {
    position:absolute;
    top:60px;
    left:10px;
    width:175px;
}

#Navigation td {
    padding: 4px;
    background-image:url(pictures/bg.gif);
    border-width:1px;
    border-style:solid;
    border-color:black;
}


#Navigation a:link, #Navigation a:visited, #Navigation a:hover{
	 display:block;
	 color:black;
	 font-weight:bold;
	 text-decoration:none;
}

#Navigation td:hover{
    padding: 4px;
    background-image:url(pictures/bg_dark.gif);
    border-width:1px;
    border-style:solid;
    border-color:black;
}


#Footer a:link, #Footer a:visited, #Footer a:hover{
	 color:black;
	 font-weight:bold;
	 text-decoration:none;
}


#Table{
    margin: 5px;
    border-spacing: 1px;
    width:830px;
}

#Table th{
    padding: 10px;
    background-image:url(pictures/bg_dark.gif);
    text-align: left;
    font-size:10pt;
    font-weight:bold;
}

#Table td{
    padding: 10px;
    background-color:e8bc64;
    vertical-align: top;
}
