/*********************************************************
 Main CSS (main.css) - Creates the main CSS for all pages
 ********************************************************/
/* AUTHOR : Eric Davis */
/* DATE: 11/29/05 */
/* REVISION: 
			A - 11/29/05 - Eric Davis*/
			
@import "text.css"; 	/* site specific - import correct branding style sheet based site requirements */
@import "navigation.css";	/* universal */
	
/* Page Layout */	
body	{
	background-color : #d8d7d8;
	margin-top : 0px;
	}
	
HR	{
	border-bottom : 2px #001E78 solid;
}
	
.column	{
	padding-left : 10px;
	padding-right : 10px;
}
	
.page	{
	background-color : #FFF;
	width : 722px;
	border-bottom : 3px #b5b3b4 solid;
	border-right : 3px #b5b3b4 solid;
}
.inner	{
	border : 1px #757575 solid;
}

p	{
	font: 12px/14px arial;
	}



.eventHeading	{
	color: #000066;
	font: 15px/21px verdana;
	font-weight: bold;
	}
.eventName	{
	font: 18px/21px verdana;
	color: #000066;
	font-weight: bold;
}
p.registerLink	{
	border: 1px solid #000080;
	background-color: #dedede;
	width: 200px;
	height: 26px;
	margin: 10px auto 5px auto;
	}
p.registerLink a	{
	display: block;
	width: 200px;
	height: 26px;
	text-decoration: none;
	color: #000;
	font: 12px/26px verdana;
	font-weight: bolder;
	}
.eventBox	{
	border: 1px solid #ccc; 
	padding: 4px 10px 0px 10px; 
	background-color: #efefef; 
	width: 320px; 
	font: 12px/14px arial;
}

#emailSignUp	{

}
table.sponsorList	td{
	padding: 0 10px 10px 10px;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
table.sponsorList	td:last-child{
	padding-bottom: 10px;
	border-right: 0px solid #fff;
}
