/* CSS Document */
/*Default*/
body
{
	margin		: 0px;
	padding		: 0px;
	font-family	: Verdana, Helvetica, sans-serif;
	font-size	: 11px;
	background-color: #c9dcc0;
}
#ContentHolder
{
	font-family	: Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.Head   
{
	font-family	: Arial, sans-serif;
	font-weight	: bold;
	font-size	: 11px;
	color		: #951e00;
}
/*Header*/
#Logo
{
	background-color: #e0eae2;
	border-top	: 3px solid #FFFFFF;
	border-bottom	: 3px solid #FFFFFF;
	border-right	: 3px solid #FFFFFF;
	border-left	: 3px solid #FFFFFF;
}
/*Menu*/
#MenuHolder
{
	background-image: url(images/button_bg.png);
	background-repeat: repeat-x;
}
.MenuBar
{
	border: 0px;
}
.MenuButton
{
	font-family	: Verdana, Helvetica, sans-serif;
	font-size	: 12px;
	font-weight	: bold;
	color		: #FFFFFF;
	width		: auto;
	height		: auto;
	padding-right	: 2px;
}
.MenuButtonHover
{
	font-family	: Verdana, Helvetica, sans-serif;
	font-size	: 12px;
	font-weight	: bold;
	color		: #FFFFFF;
	width		: 85px;
	height		: 35px;
	background-image: url(images/button_over.png);
	background-repeat: no-repeat;
	padding-right	: 2px;
	cursor		: hand;
	border		: 0 0 0 0;
}

.SubMenu, .SubMenuHover
{
	font-family	: Verdana, Helvetica, sans-serif;
	font-size	: 12px;
	font-weight	: bold;
	color		: 000000;
	background-color: #999999;
	background-image: none;
	height		: auto;
	width		: auto;
	cursor		: hand;
	border		: 0 0 0 0;
}
/*Content*/
#PageTitle
{
	font-family	: Verdana, Helvetica, sans-serif;
	background-image: url(images/title_bg.png);
	background-repeat: repeat-x;
}
#PageTitle2
{
	font-family	: Verdana, Helvetica, sans-serif;
	margin-left	: 15px;
}
#ContentPane
{
	margin-top	: 15px;
	margin-left	: 15px;
	margin-bottom	: 15px;
}

/*Left Column*/
#LeftColumn
{
	background-image: url(images/left_bg.png);
	background-repeat: repeat-y;
}
#IntroLeft
{
	background-color: #5e7e59;
	border-top	: 3px solid #FFFFFF;
	border-bottom	: 3px solid #FFFFFF;
	border-right	: 3px solid #FFFFFF;
	border-left	: 3px solid #FFFFFF;
}
#IntroPane
{
	margin-top	: 10px;
	margin-left	: 10px;
	margin-right	: 10px;
	margin-bottom	: 10px;
}
.ContainerWhiteTitle, .ContainerWhiteTitle span
{
	font-family	: Verdana, Helvetica, sans-serif;
	font-size	: 14px;
	font-weight	: bold;
	color		: #FFFFFF;
}
.ContainerWhiteText, .ContainerWhiteText span
{
	font-family	: Verdana, Helvetica, sans-serif;
	font-size	: 11px;
	font-weight	: normal;
	color		: #FFFFFF;
}
/*Right Column (Border)*/
#RightBorder
{
	background-image : url(images/border_right.png);
	background-repeat: repeat-y;
}
/*Footer*/
#FooterPane
{
	background-color: #91b285;
	border-top	: 3px solid #bababa;
	border-bottom	: 3px solid #bababa;
	border-right	: 3px solid #bababa;
	border-left	: 3px solid #bababa;
}
.FooterPaneDiv
{
	background-color: #91b285;
	border-top	: 3px solid #FFFFFF;
	border-bottom	: 3px solid #FFFFFF;
	border-right	: 3px solid #FFFFFF;
	border-left	: 3px solid #FFFFFF;
	width		: 100%;
	height		: 100%;
}