@charset "utf-8";
/* CSS Document */

body
{
	background-image:url(images/menuBG.jpg);
	background-repeat:repeat-x;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	margin:0;
	padding:0;
	height:100%;
	min-height:100%
}

h1
{
	font-size:18px;
	padding-bottom:-10px;
}

a
{
	color:#FFF;
	text-decoration:underline;
}

.large a:hover
{
	color:#CCC;
	text-decoration:underline;
}

.disclaimer
{
	font-size:10px;
}

#wrapper
{
	width:875px;
	margin:auto;
	min-height:100%;
	height:100%;
}

#logo
{
	padding-top:15px;
	float:left;
	width:450px;
}

#menu
{
	float:left;
	padding-top:17px;
	color:#000;
}

#menu a
{
	color:#000;
	text-decoration:none;
}

#menu a:hover
{	
	color:#006;
	text-decoration:underline;
}

#hpText
{
	width:550px;
	padding-top:20px;
	float:left;
	padding-bottom:30px;
}

#hpDonate
{
	float:left;
	width: 250px;
	margin-top:20px;
	color:#000;
}

#face
{
	float:right;
	padding-top:30px;
}

#left	{
	width:560px;
	float:left;
	padding-left:10px;
}

#right	{
	width:300px;
	float:left;
	padding-left:5px;
}

#full	{
	width:860px;
	padding-left:10px;
}

#eventsTable	{
	width:874px;
	color:#000;
}

#eventsTable a	{
	color:navy;
}

#eventsTable .top	{
	text-align:center;
	background-color:#000;
}

#eventsTable .middle	{
	background-image: url(assets/ueMiddle.jpg);
	background-repeat:repeat-y;
}

#eventsTable .bottom	{
	text-align:center;
	background-color:#000;
}

#eventsTable h1	{
	color:Navy; 
	line-height:16px;	
}

#spotlight
{
	width:830px;
	height:240px;
	clear:both;
	padding:10px;
	overflow:hidden;
}

#spotlight img
{
	padding-right:10px;
}

#newsletter
{
	clear:both;
	padding:10px;
	overflow:hidden;
}

#footer
{
	color:#FFF;
	clear:both;
	padding-top:50px;
	text-align:center;
}

#footer a
{
	color:#FFF;
}

#footer a:hover
{
	color:#CCC;
	text-decoration:overline;
	clear:both;
}

#interiorText
{
	width:500px;
	padding-top:20px;
	float:left;
}

#interiorTextFull
{
	width:860px;
	clear:both;
}

#upcomingEvents
{
	width:860px;
	padding-left:10px;
	padding-top:20px;
	padding-bottom:20px;
	clear:both;
}

#latestNews
{
	width:860px;
	padding-left:10px;
}
