/* -------------- Main Styles ---------------- */

body {background-color: #FFF; margin: 0px; text-align: center;	font: 0.8em Arial, Helvetica, sans-serif; color: #555; width: 100%;  line-height: 1.4em;}

h1 {font-size: 1.2em; font-weight: bold;}}
	
h2 {font-size: 1.2em; color: black; font-weight: bold;}

#main-area {background-color: white; width: 760px; margin: auto;}
#top {text-align: left;}
#main {padding: 10px; text-align: left;}

#footer {font-size: 0.85em; border-top: 1px dashed #3C5C8F; padding-top: 5px;}
#footer a:link, a:visited {text-decoration: none; color: #999;}
#footer a:hover {text-decoration: underline; color: #000;}


