﻿body 
{
	font-size:10px;
	font-family:Verdana;
	text-align:center;
	margin:20px auto;
}
a
{
	color:#FF0000;
}
#container
{
	width:893px;
	margin:0 auto;
}
#header
{
	position:relative;
	width:893px;
	height:214px;
	background:#FFF;
}
#content
{
		text-align:left;
	padding:10px;
	position:relative;
	float:right;
	width:751px;
	border:solid 1px #000;
	border-top:none;
}
.form
{
	margin:0 auto;
	border:dashed 1px #000;
	padding:5px;
}
.form td
{
	padding:2px;
}
label
{
	font-weight:bold;
	font-size:10px;
}
.label
{
	vertical-align:top;
	text-align: right;
	color: #808080;
	width:150px;
}
.button
{
	border: solid 1px #000;
	background-color: #FF0000;
	color: #FFF;
	font-size: 10px;
	font-weight:bold;
	padding:1px;
}
.button:hover
{
	color:#F0E915;
}
.dropdownlist
{
	width:200px;
	font-size:10px;
}
input[type="text"]:focus, select:focus, textarea:focus, input[type="checkbox"]:focus, input[type="password"]:focus
{
	outline: 1px solid #FF0000;
}
input[readonly="readonly"]:focus
{
	outline: none;
}
.required
{
	color:#FF0000;
}
.formsection
{
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
.txtbox
{
	font-size:10px;
	width:200px;
}
.radiobutton label
{
	font-weight:normal !important;
}
h2
{
	font-weight:bold;
	font-size:16px;
	text-align:left;
}
h3
{
	font-weight:bold;
	font-size:12px;
}
.section
{
	background-position: center bottom;
	text-align: left;
	padding: 5px;
	border: 1px dashed #000000;
	background-image: url(../images/DivBG.jpg);
	background-repeat: repeat-x;
}
.section li
{
	margin-left:20px;
}
.ie
{
	font-size:8px;
}
.title
{
	font-weight:bold;
	padding:3px;
	color:#FFF;
	background-color:#FF0000;
	border: 1px dashed #000000;
}
#links
{
	width:100%;
}
#links td
{
	text-align:center;
	width:225px;
	padding:10px;
	vertical-align:middle;
}
#links img, .borderimage
{
	padding:5px;
	border:solid 1px #000;
}
.schedule
{
	width:749px;
	border: 1px #000000 solid;
	border-collapse: collapse;
	border-spacing: 0px;
}
.schedule td
{
	border-bottom: 1px #FF0000 dotted;
	border-right: 1px #FF0000 dotted;
}
.schedule td, .schedule th
{
	padding: 3px;
	margin: 3px;
}
.schedule th
{
	color:#FFF;
	font-weight:bold;
	border: 1px #000000 solid;
}
.schedule tbody tr.alternating
{
	background-color: #F3F3F3;
}
.schedule th
{
	background-color: #FF0000;
}
.schedule caption
{
	font-size:12px;
}
.schedule .time
{
	width:75px;
	font-weight:bold;
}