

/* MainContainer ********************************************************************************/
.MainContainer{
	width:817px;
	padding:0px 8px 0px 8px;
	margin:auto;
	background-image:url(../img/bgrd/container.gif);
	background-repeat:repeat-y;
}


/* Header ********************************************************************************/
.Header{
	padding:10px 0px 10px 0px;
	font-family:'Times New Roman';
	font-size:14px;
	color:#234e71;
}
.Header a{
	font-family:'Times New Roman';
	font-size:14px;
	color:#234e71;
	text-decoration:none;
	padding:5px;
}
.Header a:hover{
	font-family:'Times New Roman';
	font-size:14px;
	color:#ff7500;
	text-decoration:none;
	padding:5px;
}


/* Content ********************************************************************************/
.ContentContainer{
	background-image:url(../img/common/banner.gif);
	background-repeat:no-repeat;
}



/* LeftContent ********************************************************************************/
.LeftContainer{
	padding:0px 13px 0px 20px;
}
.LeftContainerGri{
	padding:0px 10px 15px 10px;
	margin:20px 3px 0px 10px;
	background-color:#ededed;
}
.LeftSeparator{
	height:1px;
	display:block;
	background-color:#266394;
	margin:15px 3px 15px 10px;
}



/* LeftNavigation ********************************************************************************/
.NavMenuPlus{
	font-family:'Verdana';
	font-size:12px;
	color:#1a3952;
	text-decoration:none;
	background-image:url(../img/common/nav_menu_plus.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	line-height:18px;
}
.NavMenuPlus:hover{
	color:#1a3952;
	text-decoration:underline;
}
.NavMenuMinus{
	font-family:'Verdana';
	font-size:12px;
	color:#1a3952;
	text-decoration:none;
	background-image:url(../img/common/nav_menu_minus.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	line-height:18px;
}
.NavMenuMinus:hover{
	color:#1a3952;
	text-decoration:underline;
}
.NavMenuSubmenu{
	font-family:'Verdana';
	font-size:11px;
	color:#1a3952;
	text-decoration:none;
	background-image:url(../img/common/nav_menu_arrows.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	line-height:18px;
}
.NavMenuSubmenu:hover{
	font-size:11px;
	color:#1a3952;
	text-decoration:underline;
}
.NavMenuSubmenuActiv{
	font-family:'Verdana';
	font-size:11px;
	color:#1a3952;
	text-decoration:none;
	background-image:url(../img/common/nav_menu_arrows.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	line-height:18px;
	text-decoration:underline;
}


/* MainContent ********************************************************************************/
.MainContent{
	padding:0px 15px 20px 15px;
	clear:both;
}
.Img{
	margin-bottom:10px;
}
.ImgContent{
	border:1px solid #878787;
	margin:0px 0px 10px 15px;
	float:right;
}
.ContentOrangeSeparator{
	background-color:#ffc594;
	height:12px;
	clear:both;
	margin:0px 15px 15px 15px;
}




/* Footer ********************************************************************************/
.Footer{
	width:793px;
	padding:22px 20px 20px 20px;
	margin:auto;
	background-image:url(../img/bgrd/footer.gif);
	background-repeat:no-repeat;
	font-family:'Times New Roman';
	font-size:14px;
	color:#234e71;
}












