	body {
	margin: 0px;
	padding: 0px;
	text-align: center; /* Used for centering pages in IE */
	background-color: #fff;
	background-image: url(images/Marble-concrete.jpg);
	background-repeat: repeat;
	font-size:12px;
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, address, td {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	text-align: left; 
}
/* You may use pixels or ems for text sizing */
p, div#content li {
}
h1 {
	font-size: 16px;
	font-weight:bold;
	line-height:21px;
	font-style:normal;
	color:#333333;
	font-variant:normal;
	}
h2 {
	font-size: 16px;
	}
address {
	font-style: normal;
                }
a:link, a:visited, a:active {
	color: #990000;
	text-decoration: none;
}
/* All links must inclde some type of hover interactivity */
a:hover {
text-decoration:underline;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 900px;
	margin: 15px auto;
	background-color:#FFFFFF;
}


div#logo {
}
#sponsors {
	width: 700px;
	text-align: center;
}
#sponsors img {
	padding: 20px 10px;
	vertical-align: middle;
}
#sponsors a img {
	text-decoration: none;
	border:0;
}


div#header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom:5px;
}

div#flash {
}	

div#content {
	min-height:400px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-align:left;
	padding: 5px;
	float:left;
	margin-left:1px;
	width:80%;
}

div#footer {
	clear:both;
	margin-top:5px;
	padding:7px 5px;
	font-size:11px;
	color:#999999;
	background-color: #666666;
}

#footer p { text-align:center; }

div#owner {
}

div#copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color: #10409F;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
	
/* ----------------- VERTICAL NAVIGATION ----------------- */
div#nav {
	width: 18%;
	margin:1px;
	float:left;
	}
	ul#mainnav {
	margin: 0px;
	padding: 0px;
	}
	ul#mainnav li {
	display: inline; 
	list-style: none;
	}
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 94%;
	border-bottom: 1px solid #999;
	padding: 5px;
	background-color: #990000;
	}
	ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #990000;
	background-color: #FFFFFF;
	}	




/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */
img.left {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 15px 10px 0px;
	border: solid 1px #ccc;
}
img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: solid 1px #ccc;
}
