/************* GENERAL CSS ************/

body {
	margin: 0 auto;
	padding: 0;
	background-color: #b4f1b4;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
}

h1, h2, h3, h4, h5, h6 { font-family: Georgia, "Times New Roman", Times, serif; color: #3399ff; }

a {
	font-weight: normal;	
	text-decoration: none;
	color: #5a5754;
}

a:hover {
	text-decoration: underline;
	color: #33CCFF;
}

a:active {color: black; }
/************* HEADER STUFF ************/

#header {
	width: 770px;
	height: 120px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #FFFBFD url(images/header.jpg);
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #3399FF;
	font-size: 3em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

#menu {
	width: 770px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background-color: #000000;
}

#menu ul {
	margin: 0 auto;
	padding: 0 0 0 0;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #333333;
}

/************* CONTENT ************/

#content { width: 770px; margin: 0 auto; padding: 0; }

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left { background-color: white; width: 770px; margin-right: auto; margin-left: auto; padding-right: 0; padding-left: 0; }


/************* FOOTER ************/

#footer { color: #b7d5be !important; clear: both; width: 770px; margin: 0 auto; font-size: 9px; background-color: black; background-attachment: scroll; text-align: center; }

/************* Table ************/

