@charset "utf-8";
/* CSS Document */


body
        {
/*set default look for main content. not footer*/
/*set font size. then all titles etc will be based on a % of this size*/
        margin:0 auto;
		text-align:center;
        padding:0pt;

		background-color:#212121;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:14px;
font-style:normal;
line-height:17px;
        color:#ffffff;
        height:100%;
		}
.menutext {
color:#ffffff;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:14px;
font-style:normal;
line-height:17px;
}
p, td {font-family:Georgia,"Times New Roman",Times,serif;
font-size:14px;
font-style:normal;
line-height:17px;
        color:#ffffff;}
		h1 {font-family:Georgia,"Times New Roman",Times,serif;
font-size:26px;
font-style:normal;
line-height:17px;
        color:#ffffff;}
.EventLinks a:link, .EventLinks a, .EventLinks a:visited, .EventLinks a:hover {color:#B64896;}
a:link {color:#ffffff; text-decoration:underline;}		
a:visited {color:#ffffff; text-decoration:underline;}
a:hover {
text-decoration:underline;
color:#B64896;
}

/*--------------links at the bottom of page hidden until rest of site is viewable---------------------
#bottom_menu
		{
		background-color:#5e5e5e;
		padding-left:225px;
		padding-bottom:10px;
		}
#bottom_menu a
		{
		color:#302f2d;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:10px;
		text-decoration:none;
		}
#bottom_menu a:hover
		{
		text-decoration:underline;
		}
-----------------------------------------------------------------------------------------------------*/

#wrap
	{

	width:970px;
	margin:0 auto;
	margin-top:1%;
	margin-bottom:1%;
	height:100%;
	}

.border
	{
	border:1px solid #CCCCCC;
	margin-left:22px;
	margin-top:10px;
	margin-bottom:20px;
	padding-bottom:px;
	padding-left:20px;
	width:900px;
	text-align:left;
	}	

#content { 
	border-left:20px solid #666666;
	border-right:20px solid #666666;
	background-color:#000000;
	border-bottom:20px solid #666666;
	float:left; 
	clear:both; 
	width:930px;
	vertical-align:middle;
	padding:20px;
	}
	

	
	
#logo { 
	
border-top:20px solid #666666;
	border-left:20px solid #666666;
	border-right:20px solid #666666;
	background-color:#000000;
	float:left; 
	clear:both; 
	width:970px;
	vertical-align:middle;
	}

#content { 

	float:left; 
	clear:both; 
	width:930px;
	vertical-align:middle;
	padding:20px;
	}
#contentwrap { 

	float:left; 
	clear:left; 
	width:500px;
	vertical-align:middle;
	}
#contentright { 

	float:left; 
	clear:right; 
	width:415px;
	vertical-align:middle;
	padding: 0 0 0 15px;
	}