﻿body,td,th {
	color: #000000;
}
body {
	background-color: #333333;
	margin-top: 0px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #333333;
}
a:active {
	color: #000000;
}

.header{
background:url(Images/AlgaeGeekLogo.jpg);
height: 200px;
width : 1000px;
text-align:right;
}

.footer{
background:url(Images/footerbg.jpg);
height: 90px;
width : 1000px;
text-align:center;
font-family: "Courier New", Courier, monospace;
font-size: 12px;
}

.leftc{
margin-left:auto;
margin-right:auto;
vertical-align:top;
}

.rightc{

margin-left:auto;
margin-right:auto;
vertical-align:top;
}


.headert2{

}

.headert1{
text-align:right;

}

.newsline{
background:url(Images/dot1.gif);
height: 1px;
}

.newsdot{
background:url(Images/dot1.gif);
height: 20px;
}

.stats_background{
background:url(Images/quicklinks.gif);
height:243px;
background-repeat:no-repeat;
}

.nav_background{
background:url();
height:243px;
background-repeat:no-repeat;
}


.midcontent_background{
background-color:#467C04;

	background-repeat:repeat-y;

}



.grey_background{
	height: 20px;
}

.project_main{
width: 550px;
background:#73AC12;
}

.bodywidth {
	width: 1010px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}




#button {
        width: 14em;
 
        font-family: "Courier New", Courier, monospace;

        font-size : 14px;
        background-color: #73AC12;
        color: #333;
        }

        #button ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

        #button li {
                border-bottom: 1px solid #333333;
                margin: 0;
                list-style: none;
                list-style-image: none;
                }

        #button li a {
                display: block;
                padding: 5px 5px;
                border-left: 10px solid #333333;
                background-color: #73AC12;
                color: #fff;
                text-decoration: none;
                width: 100%;
                }

        html>body #button li a {
                width: auto;
                }

        #button li a:hover {
                border-left: 10px solid #333333;

                background-color: #8ACF14;
                color: #fff;
                }

