
h1,h2,h3 { font-family:Arial,sans-serif; font-weight:bold; }
h2,h3 { font-size:1.7em; }

h1 { font-size:2.4em; position:relative; left:-1em; }
h2 { color:#39C041; }

html { background-color:white; color:black; font-family:sans-serif; margin:0; padding:0; }
body { background-color:white; color:black; font-family:sans-serif; margin:0; padding:0; }

#main { margin:2.5em 17% 0 17%; }

#footer { margin:2.5em 17% 1em 17%; padding:0.5em 0 3em 0; border-top: thin solid #D3D3D3; color:gray; font-size:90%; }
#footer #copyright { float:left; }
#footer #builtwith { float:right; }

#menutab { background-color:teal; color:white; text-align:center; padding-top:10px; padding-bottom:4px; font-size:medium; margin-bottom:1em; }

#header { background-image:url('../images/headerlogobkgnd.png'); height:150px; border:0; margin:0; background-repeat:repeat-x; }
#header img { width:600px; height:150px; }
#headerimg { border:0; margin:0; background-repeat:no-repeat; text-align:center; }

.tabactive { padding: 2px 5px 7px; background-color:white; color:black; }
.dull { padding: 0px 5px; color:white; background-color:black; }

/* ordinary link */
a:link, a:visited { color:navy; }
a:hover { color:blue; }
a:active { color:black; }

a.dull:link, a.dull:visited { color:white; background-color:teal; text-decoration:underline; }
a.dull:hover { color:silver; background-color:teal; text-decoration:none; }
a.dull:active { color:navy; background-color:teal; text-decoration:none; }

ul { list-style-image:url('images/emerald.png'); }
li { margin-bottom:1em; }
