@charset "utf-8";
/* CSS Document */
body {font-size:12px; font-family:Arial, Helvetica, sans-serif; margin:0px; background-color:#D2CAAE;}
#containerDiv {
	position:absolute;
	z-index:2;
	width:100%;
}
.bgBarDiv {
	background-color:#BBAF83;
	height:370px;
	top:113px;
	position:absolute;
	width:100%;
	z-index:1;
}
.bgBarDivTop {
	background-image:url(graphics/bg_bar_top.jpg);
	background-repeat:repeat-x;
	height:30px;
}
.bgBarDivBottom {
	background-image:url(graphics/bg_bar_bottom.jpg);
	background-repeat:repeat-x;
	position:absolute;
	bottom:0px;
	width:100%;
	height:30px;
}
.bgLeftTop {
	background-image:url(graphics/bg_left_side_top.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:486px;
}
.bgRightTop {
	background-image:url(graphics/bg_right_side_top.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:486px;
}
.bgLeft {
	background-image:url(graphics/bg_left_side.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
.bgRight {
	background-image:url(graphics/bg_right_side.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
.bgLeftBottom {
	background-image:url(graphics/bg_left_bottom_corner.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
.bgRightBottom {
	background-image:url(graphics/bg_right_bottom_corner.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
.navbarDiv {
	height:24px;
	text-align:center;
	background-color:#000000;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	margin-bottom:10px;
	position:relative;
}
.quickLinks:link, .quickLinks:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
}
.quickLinks:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-size:12px;
}
.textLarge {
	font-size:14px;
}
.textLargeBold {
	font-size:14px;
	font-weight:bold;
}
.textBold {
	font-weight:bold;
}
.textItalic {
	font-style:italic;
	font-size:10px;
}
.heading1 {
	font-weight:bold;
	font-size:20px;
	color:#3F4D7C;
}
.heading2 {
	font-size:16px;
	font-weight:bold;
	color:#3F4D7C;
}
.heading3 {
	font-size:12px;
	font-weight:bold;
	color:#3F4D7C;
}
.phoneNumberSmall {
	font-weight:bold;
	font-size:14px;
	color:#3F4D7C;
}
.regularLink:link, .regularLink:visited {
	font-size:12px;
	color:#3F4D7C;
}
.regularLink:hover {
	font-size:12px;
	color:#3F4D7C;
	text-decoration:none;
}
.footerLink:link, .footerLink:visited {
	font-size:10px;
	color:#3F4D7C;
}
.footerLink:hover {
	font-size:10px;
	color:#3F4D7C;
	text-decoration:none;
}

