html, body 
{
	height:100%;
	font-family: "Microsoft Sans Serif", "Tahoma";
	font-size:9pt;
}

a, a.visited
{
	color: #0457E2;
	font-style:normal;
	text-decoration: none;
}

.wrap 
{
	position:relative;
	width:1024px;
	margin: 0px auto ;
	
	height:auto !important;
	height:100%;
	min-height:100%;
	
	background-color:#F2F2F2
}

.empty_inner 
{
	height:84px;
}

.footerwrap
{
	position:relative;
	width:1024px;
	margin: 0px auto ;
	margin-top:-84px; 
	
	height:84px;
	
	background-color:White
}

#footer 
{
	position:relative;
	vertical-align:top;

	text-align:right;
}

.background_left
{
	position:fixed;
	left:0;
	top:0;
	height:100%;
	min-height:100%;
	width:50%;
	
	background-image:url(Images/BackgroundLeft.png); 
	background-repeat:repeat;
}

.background_right
{
	position:fixed;
	right:0;
	top:0;
	height:100%;
	min-height:100%;
	width:50%;
	
	background-image:url(Images/BackgroundRight.png); 
	background-repeat:repeat;
}

.shadow_spacer
{
	width:27px
}

.half_content_spacer
{
	width:512px
}

.HomePageContentContainer
{
	font-size:8pt;
	padding-top:45px;
	padding-bottom:80px;
	vertical-align:top;
	width:100%;
}

.HomePageContentTextTitle
{
	font-weight:bold;
	padding-top:16px;
	padding-bottom:14px
}

.BoldSectionCaption
{
	font-weight:bold;
	color:Black;
}

.dashHorizontalSeparator
{
	font-size:0;
	line-height:0;
	overflow: hidden;
	height:1px;
	
	background-image: url(Images/DashHorizontalSeparator.png);
	background-repeat:repeat-x;
}

.EventsAnnouncementColumn, .InformationColumn
{
	padding-top:25px;
	padding-left:17px;
	padding-right:20px;
	padding-bottom:71px
}

.InformationColumn
{
	font-size:8pt
}

.AllEvents
{
	padding-top:30px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:75px
}

.AdminMenuButton
{
	padding-right:10px;
	text-decoration:underline
}

.EventManagementCommandButton
{
	padding-right:10px;
	text-decoration:underline
}

.EventManagementTitle
{
	padding-left:5px;
	padding-right:15px;
	color: Red; 
	font-weight: bold
}

.EventManagementDate
{
	font-weight: bold;
}

.EventPropertyTitle
{
	font-weight: bold;
}

.EventPropertyEditorContainer
{
	padding-bottom:5px
}