/* CSS Document */
/* .class for class */
/* #id for id */

li
{
	list-style: none;
	list-style-type: none;
}

.FullColumn
{
	width: 100%;
}

.LeftColumn
{
	float: left;
	width: 220px;
}

.RightColumn
{
	float: right;
	width: 410px;
}

.PageHeadline
{
	color: #4b6592;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	line-height: 15px;
	text-align: justify;
}

.PageText
{
	color: #4b6592;
	font-size: 9px;
	font-weight: normal;
	padding-bottom: 5px;
	line-height: 12px;
	text-align: justify;
}

.PageTextLarge
{
	color: #4b6592;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 5px;
	line-height: 12px;
	text-align: justify;
}

.PageTextHeadline
{
	color: #4b6592;
	font-size: 9px;
	text-decoration: underline;
	font-weight: bold;
	padding-bottom: 2px;
	line-height: 12px;
	text-align: justify;
}

.PageQuoteText
{
	color: #333333;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 5px;
	margin: 5px;
	line-height: 12px;
	text-align: right;
}

.RightImageDiv
{
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	float:right;
	text-align: center;
	display: block;
}

.LeftImageDiv
{
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	float:left;
	text-align: center;
	display: block;
}

.RightImageDiv
{
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	float:right;
	text-align: -moz-center;
	display: block;
}

.LeftImageDiv
{
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	float:left;
	text-align: -moz-center;
	display: block;
}

.ImageCaptionDiv
{
	width: 150px;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	line-height: 12px;
	margin-top: 10px;
	padding: 5px 5px 5px 5px;
	border-style: solid;
	border-width: thin;
	border-color: #e4e3e3;
}

.ImageCaptionDiv a:link, .ImageCaptionDiv a:visited
{
	color: #666666;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

.ImageCaptionDiv a:hover
{
	color: #ff0000;
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
}

.FormRequiredText
{
	color: #000000;
	font-size: 9px;
	font-weight: bold;
	padding-bottom: 5px;
	line-height: 12px;
	text-align: left;
}

.FormOptionalText
{
	color: #000000;
	font-size: 9px;
	font-weight: normal;
	padding-bottom: 5px;
	line-height: 12px;
	text-align: left;
}

.FormField
{
	color: #000000;
	font-size: 9px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
}

.FormFieldArea
{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
}

.FormButton
{
	color: #000000;
	font-size: 9px;
	font-weight: normal;
	padding: 2px 5px 2px 5px;
	margin: 5px 0px 0px 0px;
}

.SidePanel
{
	background-color: #f7f5f4;
	border-style: solid;
	border-width: thin;
	border-color: #e4e3e3;
	margin-bottom: 20px;
}

.SidePanelHeader
{
	background-color: #2d537d;
	border: 1px solid #CEA393;
	border-bottom: 0 none;
	line-height: 22px;
	color: #FFFFFF;
	padding: 0px 8px;
}

.SidePanelText
{
	padding: 5px 5px 5px 5px;
}

.SidePanelName
{
	text-align: right;
	color: #333333;
	padding: 0px 5px 5px 5px;
	font-size: 9px;
	line-height: 12px;
}
