/* CSS Document */

body {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	
	color: #000;
}

a:link, a:visited {
	text-decoration: underline;
	color: #000;
}

a:hover {
	color: #7ac043;
}

#container {
	margin: 0 auto;
	width: 900px;
	background-color: #fff;
}

#header {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: right;

	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
}

#header2 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;

	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
}

#content {
	padding: 25px;
	
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
}

#content h1 {
	color: #fff;
	padding: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	padding-left: 8px;
}

#content p {
	margin-left: 15px;
}
#social {
	padding:0 0 5px 5px;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
}

#footer {
	margin: 0 auto;
	width: 900px;
		
	text-align: right;
	font-size: 10px;
	padding-top: 4px;
	
	color: #CCCCCC;
	
	padding-bottom: 8px;
}

#footer p {
	padding: 0;
	margin: 0;
}

/* TOP NAVIGATION STUFF */
#navcontainer {
	padding-bottom: 20px;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
}

#navcontainer ul
{
margin: 0;
padding: 0;
background-color: #888888;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.6em 1em;
/*background-color: #036;*/
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
font-weight: bold;
}

#navcontainer ul li a:hover
{
/*background-color: #369;*/
color: #000;
}

#navcontainer ul li a#current {
	text-decoration: underline;
}

/* H1 background switching based on nav choice */
a.ma1 { background-color: #524ea2; }
#content.ma1 table tr td h1 { background-image: url(/img/h1grads/1.gif); background-repeat: repeat-y; }
a.ma2 { background-color: #d31145; }
#content.ma2 table tr td h1 { background-image: url(/img/h1grads/2.gif); background-repeat: repeat-y; }
a.ma3 { background-color: #7ac043; }
#content.ma3 table tr td h1 { background-image: url(/img/h1grads/3.gif); background-repeat: repeat-y; }
a.ma4 { background-color: #feb825; }
#content.ma4 table tr td h1 { background-image: url(/img/h1grads/4.gif); background-repeat: repeat-y; }
a.ma5 { background-color: #bbbcbe; }
#content.ma5 table tr td h1 { background-image: url(/img/h1grads/5.gif); background-repeat: repeat-y; }


