/*
 *Layout
 */
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

body
{
	text-align: center;
	background-color: #ba1c1c;
}

.Close
{
	clear: both;
}

div#Wrapper
{
	position: relative;
	text-align: left;
	margin: 0 auto -30px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 880px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../media/img/wrapper_bg.gif);
	background-repeat: repeat-y;
	background-color: #fff;
}

	div#Header
	{
		position: relative;
		width: 880px;
		height: 161px;
		overflow: hidden;
	}
	
	div#MenuBar
	{
		position: relative;
		width: 878px;
		height: 57px;
		margin-bottom: 10px;
		border: 1px solid #ddd;
		background-image: url(../media/img/menu_bg.gif);
		background-repeat: repeat-x;
		background-color: #fff;
		overflow: hidden;
	}
	
	div#LeftContainer
	{
		position: relative;
		width: 260px;
		margin-bottom: 10px;
		float: left;
	}
	
		div#LeftContentHeader
		{
			position: relative;
			width: 250px;
			height: 34px;
			padding-top: 4px;
			padding-left: 5px;
			padding-right: 5px;
			background-image: url(../media/img/left_content_header_bg.gif);
			background-repeat: no-repeat;
		}
		
		div#LeftContent
		{
			position: relative;
			width: 258px;
			border: 1px solid #bbb;
			background-image: url(../media/img/left_content_bg.gif);
			background-position: left bottom;
			background-repeat: repeat-x;
			background-color: #e0e0e0;
		}
	
	div#MainContent
	{
		position: relative;
		width: 600px;
		padding-top: 4px;
		padding-left: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
		background-image: url(../media/img/main_content_bg.gif);
		background-repeat: repeat-x;
		float: left;
	}
	
		div.FormRow
		{
			position: relative;
			padding-bottom: 8px;
		}
	
	div#FooterSpace
	{
		position: relative;
		height: 30px;
	}
	
	div#Footer
	{
		position: relative;
		width: 880px;
		height: 30px;
		margin: 0 auto;
		background-color: #fff;
	}
	
/*SponsorsList*/
#Sponsors
{
	margin: 0;
	padding: 0;
	list-style: none;
}

	#Sponsors li
	{
		display: block;
		height: 1%;
		padding-left: 5px;
		padding-top: 4px;
		padding-bottom: 4px;
		font-size: 11px;
		color: #000;
		line-height: 13px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #bbb;
	}
	
	#Sponsors li a
	{
		text-decoration: none;
	}

/*Nav*/
.Nav
{
	list-style: none;
}

	.Nav li
	{
		float: right;
	}
	
		.Nav li a
		{
			display: block;
			padding-top: 2px;
			padding-bottom: 5px;
			padding-left: 5px;
			padding-right: 5px;
			font-size: 15px;
			line-height: 22px;
			text-decoration: none;
			border-left: 1px solid #fff;
			border-right: 1px solid #bbb;
			background-image: none;
		}
		
		.Nav li a.Last
		{
			border-left: 1px solid #fff;
			border-right: none 0;
		}
		
		.Nav li a:hover
		{
			color: #fff;
			background-image: url(../media/img/menu_bg_hover.gif);
			background-repeat: repeat-x;
		}

/*Agenda*/
table
{
	font-size: 12px;
	line-height: 18px;
	color: #000;
}

#Agenda
{
	border: none 0;
	width: 100%
}

	#Agenda td
	{
		vertical-align: top;
		padding: 3px 3px;
		font-size: 11px;
		color: #000;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #999;
	}
	
	#Agenda td.Date
	{
		width: 60px;
		color: #ba1c1c;
	}
	
/*Forms*/
form, fieldset
{
	margin: 0;
	padding: 0;
	border: none 0;
	width: 380px;
}

	legend, label, input, textarea
	{
		font-size: 12px;
		color: #000;
	}
	
	label
	{
		margin-top: 5px;
		width: 60px;
		float: left;
	}
	
	input, textarea
	{
		width: 300px;
		padding: 2px;
		border: 3px solid #ba1c1c;
	}
	
	input#Submit
	{
		width: auto;
		color: #fff;
		border: none 0;
		background-color: #000;
		margin-left: 60px !important;
		margin-left: 64px;
		padding: 3px;
	}
	
	textarea
	{
		height: 80px;
		overflow: auto;
	}