html, body, div, ol, ul, li, form, input, table, td, tr, th, fieldset, h1, h2, h3, h4, h5, h6, hr
{
	border: 0;
	margin: 0;
	padding: 0;
}

body
{
	background: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

a:link
{
	color: #ff6600;
	text-decoration: none;
}

a:visited
{
	color: #336666;
	text-decoration: underline;
}

a:hover
{
	color: #990000;
	text-decoration: underline;
}

h1
{
	border-top: 1px solid #336666;
	border-bottom: 1px solid #336666;
	color: #990000;
	margin-bottom: 20px;
	padding: 7px 10px;
	text-align: center;
}

h2
{
	color: #990000;
	font-size: 1.1em;
	margin: 0 0 15px 0;
	text-align: left;
}

hr
{
	border-top: 1px solid #336666;
	width: 100%;
}

p
{
	line-height: 1.4em;
}

ul, ol
{
	line-height: 1.4em;
	margin-left: 35px;
}

/*********************** Start table styles **************************/

table
{
	background: #336666;
	border: 1px solid #336666;
	width: 100%;
}

table tfoot tr td
{
	background: #eaeaea;
	vertical-align: top;
}

table tr th
{
	color: #ffffff;
	padding: 10px 5px;
	text-align: left;
}

table tr td
{
	background: #ffffff;
	padding: 5px;
	vertical-align: top;
}

table tr td.tblMonthRow
{
	background: #ffd147;
	font-weight: bold;
	padding: 10px 5px;
}

table tr td.tblTime
{
	width: 150px;
}

table tr td.tblRowDivider
{
	border-bottom: 1px solid #336666;
	padding-bottom: 7px;
}

table tr td.tblVertDivider
{
	border-left: 1px solid #336666;
	padding-left: 7px;
}

table tr td.tblSectionHead
{
	vertical-align: top;
	width: 50%;
}

/*********************** End table styles **************************/

#wrapper
{
	margin: 0 auto 30px auto;
	overflow: hidden;
	width: 750px;
}

#header
{
	height: 90px;
	text-align: center;
	width: 100%;
}

#main-content
{
	margin: 35px 0;
	overflow: hidden;
	width: 100%;
}

#main-content-left
{
	float: left;
	width: 25%;
}

#main-content-right
{
	float: right;
	width: 74%;
}

/********************** Navigation Styles **************************/

#navigation-row1, #navigation-row1 ul
{ /* all lists */
	list-style: none;
	line-height: 28px;
	margin: 0;
	overflow: hidden;
}

#navigation-row1
{
	border: 1px solid #336666;
	padding: 2px 2px 1px 2px;
	width: 178px;
}

#navigation-row1 a
{
	background: none;
	color: #336666;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 0 3px;
	text-decoration: none;
	width: 158px;
}

#navigation-row1 li
{ /* all list items */
	background: #ffd147;
	/*float: left; */
	margin-bottom: 1px;
	padding: 0 10px;
	text-align: left;
	width: 158px;
}

#navigation-row1 li.current
{ /* all list items */
	background: #336666;
	float: left;
	margin-right: 1px;
	padding: 0 10px;
	text-align: left;
	width: 166px;
}

/*************************** End Navigation Styles *************************/

.additionalInfo
{
	font-size: 0.8em;
}

img.imgLeft
{
	border: 1px solid #333333;
	float: left;
	margin: 0 35px 20px 0;
}

img.imgRight
{
	border: 1px solid #333;
	float: right;
	margin: 0 0 20px 35px;
}

.lrgLetter
{
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.6em;
}
