h1{
 font-family: tahoma,Arial,sans-serif;
 font-size: 24px;
 color: #777777;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: tahoma,Arial,sans-serif;
 font-size: 16px;
 color: #777777;
 font-weight:bold;
 margin: 0px;
 padding: 0px;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover{
 font-family: tahoma,Arial,sans-serif;
 font-size: 14px;
 font-style:italic;
 color: #46812B;
 font-weight:bold;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: tahoma,Arial,sans-serif;
 font-size: 14px;
 font-weight: bold;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: tahoma,Arial,sans-serif;
 font-size: 100%;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

a:link { 
    font-family:tahoma;
    font-size:11px;
    color: #464f56;
	}

a:visited { 
    font-family:tahoma;
    font-size:11px;
    color: #5d8a45;
	}
a:hover { 
    font-family:tahoma;
    font-size:11px;
    color: #5d8a45;
	}
a:active {
    font-family:tahoma;
    font-size:11px;
    color: #5d8a45;
	}


.navigation a:link {
    font-family:tahoma;
    color: #FFFFFF;
    font-size:11px;
    text-decoration: none;
    font-weight: bold

	}
.navigation a:visited {
    font-family:tahoma;
    color: #FFFFFF;
    font-size:11px;
    text-decoration: none;
    font-weight: bold
	}
.navigation a:hover {
    font-family:tahoma;
    color: #dee5ff;
    font-size:11px;
    font-weight: bold
	}
.navigation a:active {
    font-family:tahoma;
    color: #FFFFFF;
    font-size:11px;
    font-weight: bold
	}

.footer a:link {
    font-family:tahoma;
    color: #FFFFFF;
    font-size:11px;
    text-decoration: underline;
    font-weight: bold

	}
.footer a:visited {
    font-family:tahoma;
    color: #FFFFFF;
    font-size:11px;
    text-decoration: underline;
    font-weight: bold
	}
.footer a:hover {
    font-family:tahoma;
    color: #dee5ff;
    font-size:11px;
    text-decoration: none
    font-weight: bold
	}
.footer a:active {
    font-family:tahoma;
    color: #dee5ff;
    font-size:11px;
    font-weight: bold
	}


.main {
    font-family:tahoma;
    font-size:11px;
    color:#5e666f;
        }

.headings {
    font-family:tahoma;
    font-size:11px;
    color:#ffffff;
    font-weight: bold
        }

.list {
    font-family:tahoma;
    font-size:11px;
    color:#5d8a45;
        }

.logo1 {
    font-family:tahoma;
    font-size:30px;
    color:#FFFFFF;
        }

div.main {
    padding : 0px 31px 0px 15px;
        }

div.right {
    padding : 0px 15px 0px 15px;
        }

#content {
	float:right;
	width:750px;
}
#sidebar {
	float:left;
	width:240px;
}

#textbox {
	width:240px;
	float:right;
	border-bottom: thick ridge #333333;
	border-right: thick ridge #333333;
	border-left: thick solid #999999;
	border-top: thick solid #999999;
	background:url(images/greenbar.png) repeat-y;
	padding: 4px;
	color:#FFFFFF;
	font-size:12px;
	line-height:18px;
	}

div.spec {
	padding-left:50px;
	padding-right:50px;
	width:800px;
	background-image: url(images/greybar.gif);
	border-color:#333333;
	border-style:solid;
	border-width:medium;
	}
		


