body {
    margin-top:0;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #ffffff;
    background-color:#9999FF;
    background-image: url(bg.png);
    background-repeat: repeat-y;
    z-index: 2;
    background-position: center;
    background-attachment:;

}

h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
}

h1 {
    font-size: 16px;
}

a:link {
    text-decoration: none;
	color: #000033;
}

a:visited {
    text-decoration: none;
    color: #000033;
}
a:hover {
    text-decoration: none;
    color: #ffffff;
}
a:active {
    text-decoration: none;
}


#maintable {
        position: relative; 
        margin-left: auto;
        margin-right: auto; 
        width:  746px;
		
}

#Top {
    position:relative;
    margin-left: auto;
    margin-right: auto; 
    width: 450px;
    height: 117px;

}		
		
#TopBar {
        position:relative;
	background-color: #8AAA3F;
        margin-left: auto;
        margin-right: auto; 
        width: 600px;
        height: 15px;
}		

#MenuBar {
	position:relative;
        margin-left: auto;
        margin-right: auto; 
        width: 600px;
        height: 30px;
        border: 0px;
}


#Body {
        position:relative;
	margin-left: auto;
        margin-right: auto; 
        width: 580px;
	text-align:left;
}


#Links {
        position:relative;
	text-align:left;
	color:#FFFFFF;
	background: #666666;
	width: 740px;
}

#BottomBar {
        position:relative;
}	

table.links {
text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #9999ff;
width: 740px;
background-color: #6666ff;
border: 1px;
border-collapse: collapse;
border-spacing: 0px;
}

table.links td {
background-color: #6666ff;
color: #FFFFFF;
padding: 3px;
text-align: left;
border: 1px #999999 solid;
}