body
{
	padding:0;
	margin:0;
	border:0;
	font-family:Arial;
}
#topShade
{
	position:absolute;
	left:0;
	top:0;
	height:29px;
	width:100%;
	min-width:1000px;
	background:black;
	opacity:0.5;
}
#topShadeMenu
{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-500px;
	text-align:left;
	padding:0;
	width:1000px;
	color:white;
}
#topShadeMenuLeft
{
	display:table-cell;
	vertical-align:middle;
	height:29px;
	font-size:11pt;
	padding:0 0 0 20px;
}
#topShadeMenuRight
{
	display:table-cell;
	vertical-align:middle;
	height:29px;
	font-size:11pt;
	padding:0 20px 0 0;
}
#topShadeMenu ul
{
	padding:0;
	margin:0;
	border:0;
}
#topShadeMenu ul li
{
	display:inline-block;
}

img
{
	border:0;
}

a
{
	text-decoration:underline;
	color:inherit;
}

a.email
{
	text-decoration:underline;
}

#headerContainer
{
	background:#7b7678;
	background-size:auto 114px;
	margin:0 auto;
	width:1000px;
	height:153px;
	position:relative;
	z-index:-1;
}

#header
{
	position:absolute;
	top:0px;
	left:40px;
	font-size:35pt;
	font-family:'rotisBold';
	color:white;
	text-shadow:1px 1px #ccc;
}

#topMenu
{
	position:absolute;
	left:0;
	top:96px;
	min-width:1000px;
	width:100%;
	height:57px;
	background:#ca1500;
	text-align:center;
}
#topMenuContainer
{
	display:inline-block;
	padding:0;
	margin:0 0 0 -200px;
	width:800px;
	font-size:12pt;
}

#topMenuItem
{
	padding:0;
	margin:0;
	color:white;
	font-weight:bold;
	list-style-type:none;
}

#topMenuItem li
{
	display:table-cell;
	vertical-align:middle;
	height:57px;
	padding:0;
	margin:0;
	border:0;
	font-family:'rotis';
}

li.topMenuSeparator
{
	width:2px;
	height:57px;
	background:#9f1201;
}

#topMenuItem a:hover
{
	background:#9f1100;
}

#topMenuItem a
{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:200px;
	height:57px;
	font-size:20px;
	color:white;
}

#navigator
{
	margin:0px 20px 20px 20px;
}

#navigator a:hover
{
	background:#aaa;
	color:white;
}

.navItem
{
	color:#555555;
}

#navThis
{
	font-size:15pt;
	font-weight:bold;;
}

#leftContainer
{
	float:left;
	width:250px;
	height:500px;
	background:#eeeeee;
	margin:10px 20px 20px 20px;
}

#footerContainer
{
	border-top:double 3pt #aaaaaa;
	text-align:center;
	margin-top:20px;
	clear:both;
}

#footerContents
{
	margin:0px auto;
	display:inline-block;
}

#copyrightContainer
{
	float:right;
	text-align:left;
	color:#777777;
	margin-top:10px;
	font-size:9pt;
}

#footerContainer
{
	width:1000px;
	margin:0 auto;
	clear:both;
	border-top:3px solid #dddddd;
	padding-top:10px
}
#footerCopyright
{
	display:table-cell;
	text-align:left;
	vertical-align:middle;
	height:30px;
	font-size:8pt;
}
.footerPhone
{
	margin:0 10px;
}

.footerAddress
{
	margin:0 10px;
}

.footerCopyright
{
	margin:0 10px;
}

.webmasterEmail
{
	margin:0 40px;
	color:#000000;
}

p.footer
{
	margin:5px 0;
}
#shadedBar
{
	width:1000px;
	margin:0 auto;
	height:10px;
	background:#646464;
}
#mainBody
{
	width:960px;
	overflow:hidden;
	margin:20px auto;
	padding:0 20px;
}
#timeTable
{
	width:800px;
	margin:0 auto;
}
#timeTable thead th
{
	height:30px;
	width:160px;
}
#timeTable tbody td, #timeTable tbody th
{
	height:30px;
}
/*
#timeTable tbody tr:nth-child(odd) td , #timeTable tbody tr:nth-child(odd) th
{
	background:#daeef3;
}
*/

#registrationForm
{
	margin:0 auto 20px auto;
}
#registrationForm input[type="text"]
{
	width:99.5%;
	height:25px;
	border:1px solid #eee;
}
td
{
/*	background:white;*/
}
#registrationForm td
{
	padding:5px 5px;
}
#registrationForm th
{
	padding:5px 5px;
}
#registrationForm tr
{
	height:40px;
	line-height:200%;
}
/*
#registrationForm tr:nth-child(odd)
{
	background:#eee;
}
*
