/* CSS Document */

#main {position: relative; margin-left: auto; margin-right: auto; width: 750px; top: 11px;}
body {
    background-repeat:repeat-x; 
	background-image:url(images/Nav_Background.gif);
	height: 36px;
}
#navigation {position: absolute; left: -30px; width: 750px;}


h1 {font: 18px arial; color: #ffffff; font-weight: bold; background-color: #a1d296; padding: 3px; }
h2 {font: 14px arial; color: #4c6e1f; font-weight: bold; }
p {font: 12px arial; color: #000000; }

p.navigation {font: 14px arial; color: #ffffff; text-align: center; font-weight: bold; }
p.navigation a {font: 12px arial; color: #ffffff; text-align: center; font-weight: bold; text-decoration: none;}
p.navigation a.hover {font: 12px arial; color: #ffffff; text-align: center; font-weight: bold; text-decoration: underline;}

li {font: 12px arial; color: #000000; }


.align {vertical-align: sub;}

