
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */



#main h2 {
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
color:#072;
float:left;
}

h2 a{
color:#072;
font-size:12px;
}

td a {
display:block;
width:190px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-transform: uppercase;
color: white;
margin: 0px 0px 0px 70px;
padding: 3px;
text-align:center;
text-decoration: none;
letter-spacing: 1px;
}

td a:hover {
background-color: #00aa66;
text-decoration:underline;
}

.button_ed {
background-color:#069;
}

.button_h {
background-color:#072;
}




.navcolordivider{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 1000px;
height: 5px;
line-height: 5px;
background: #072; /*background color of horizontal line*/
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

