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

body {
	margin: 0px;
	padding: 0px;
	background: #656565 url(images/back.png) repeat-y center top;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #300470;*/
	color: #330066;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #000099;
}


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

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000099;
}

.left { 
	text-align: left;
}

.super  {
	position : relative;
	bottom : 0.5em;
	color : red;
	font-size : 0.8em;
}

.sub {
	position : relative;
	top : 0.3em;
	color : blue;
	font-size : 0.8em;
}

/************* HEADER STUFF ************/

#header {
	width: 975px;
	height: 118px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #FFFBFD url(images/header1b.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: 975px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #414C46;
}

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

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


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

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

#left {
	float: left;
	width: 650px;
	padding: 0px 20px 40px 20px;
}

#right {
	float: right;
	width: 200px;
	padding: 0px 20px 40px 20px;
	color: #FFFF00;
}

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

#footer {
	clear: both;
	width: 975px;
	height: auto;	
	margin: 0px auto;
	border-top: 1px solid #666666;
	background: url(images/back-footer.png) repeat-y center top;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #333333;
}