body
{
	font-family: Verdana,sans-serif;
	font-size: 11px;
}

ul, ol
{
	font-size: 10px;
	padding: 0px;
}

p
{
	font-size: 10px;
}

img
{
	border-width: 0px;
}

h2
{
	margin-top: 22px;
	font-weight: bolder;
	font-size: 16px;
	color: #9f2d21;
	line-height: 22px;
}

#Container
{
	width: 740px;
	margin: auto;
}

#InternalContainer
{
	width: 950px;
	margin: auto;
}

#Content
{
	margin-top: 3px;
}

#LeftNavHeader
{
	margin-left: 8px;
	margin-top: 63px;
	position: absolute;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: -1px;
	cursor: default;
}
#LeftNav
{
	min-height: 300px;
	height: 300px;
}
html > body #LeftNav
{
	height: auto;
}
/* IE6 Issue */

/* Left Nav 1st Level */
#LeftNav ul
{
	padding-left: 0px;
	margin-left: 3px;
	list-style-type: none;
	font-size: 11px;
	cursor: default;
}
#LeftNav ul li
{
	margin: 5px 0px 0px 0px;
	font-weight: bold;
	color: #9f2d21;
}
#LeftNav ul a
{
	color: #9f2d21;
	text-decoration: none;
}
/* Left Nav 2nd Level */
#LeftNav ul ul
{
	margin-left: 10px;
	font-size: 10px;
}
#LeftNav ul ul a
{
	font-weight: normal;
	color: #9f2d21;
	text-decoration: none;
}
#LeftNav ul a:hover
{
	color: #0000ff;
}
.menuHighlight
{
	font-weight: 900;	
}
/* Left Nav 3rd Level */
#LeftNav ul ul ul
{
	margin-left: 7px;
	margin-top: 0px;
}
#LeftNav ul ul ul li
{
	margin: 1px;
	color: Black;
	cursor: default;
}
#LeftNav ul ul ul a
{
	cursor: hand;
	color: #8a8a8a;
	text-decoration: none;
	font-weight: 700;
}


#BottomDivider
{
	font-size: 1px;
	height: 5px;
	background-color: #eeb211;
}

#CopyrightText
{
	font-size: 9px;
	color: #c0c0c0;
	padding-top: 7px;
	cursor: default;
}

.MenuLink1
{
	cursor: hand;
	color: #9f2d21;
	text-decoration: none;
}
.MenuLink1:hover
{
	color: #0000ff;
	text-decoration: underline;
}

.MenuLink2
{
	color: #000000;
	text-decoration: none;
}
.MenuLink2:hover
{
	color: #0000ff;
	text-decoration: underline;
}

.RequiredColor
{
	background-color: #fafad2;
}
.SecondaryColor
{
	background-color: #eeb211;
}

.GreyDivider
{
	font-size: 1px;
	height: 2px;
	background-color: #d9d3b7;
}

.DimmedColor
{
	color: #444;	
}

.continuebutton
{
	font-size: 11px;
	padding: 1px 2px 1px 2px;
	color: #ffffff;
	background-color: #a89890;
}

.cancelbutton
{
	font-size: 11px;
	padding: 1px 2px 1px 2px;
	color: #ffffff;
	background-color: #9f2d21;
}