/* CSS Document */

/* 
=======================================================
White Box
=======================================================
*/
.WhiteBox {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 9px;
	width: 100%;
}

.WhiteBox .LeftBar {
	background-color: #FFFFFF;
	background-image: url(BoxImages/micro_tan.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 9px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 9px;
	bottom: 9px;
}

.WhiteBox .RightBar {
	background-color: #FFFFFF;
	background-image: url(BoxImages/micro_tan.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 9px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 9px;
	right: 0px;
	bottom: 9px;
}

.WhiteBox .TopBar {
	background-color: #FFFFFF;
	background-image: url(BoxImages/micro_tan.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 9px;
	padding: 0px;
	position: absolute;
	left: 9px;
	top: 0px;
	margin: 0px;
	right: 9px;
}

.WhiteBox .BtmBar {
	background-color: #FFFFFF;
	background-image: url(BoxImages/micro_tan.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 9px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 9px;
	right: 9px;
	bottom: 0px;
}

.WhiteBox .TopLeftCrnr {
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(BoxImages/crnr_topleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 9px;
	width: 9px;
}

.WhiteBox .TopRightCrnr {
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(BoxImages/crnr_topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 9px;
	width: 9px;
}

.WhiteBox .BtmLeftCrnr {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(BoxImages/crnr_btmleft.gif);
	background-position: left bottom;
	height: 9px;
	width: 9px;
}

.WhiteBox .BtmRightCrnr {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image: url(BoxImages/crnr_btmright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 9px;
	width: 9px;
}

.WhiteBox .ContentContainer {
	background-color: #FFFFFF;
	padding: 20px;
}

.WhiteBox h1 {
	font-size: 1.4em;
	font-weight: normal;
	color: #641A0D;
}
.WhiteBox h3 {
	font-size: 1.1em;
	font-weight: normal;
	color: #9C9255;
}
.WhiteBox h2 {
	font-size: 1.1em;
	color: #641A0D;
	font-weight: normal;}


/* 
=======================================================
Red Box
=======================================================
*/
.RedNav {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 171px;
	padding-right: 5px;
	padding-left: 3px;
	padding-top: 15px;
	padding-bottom: 25px;
}
.RedNavSubhead {
	background-image: url(BoxImages/rednav_shdr_admin.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 171px;
	height: 15px;
	margin-top: 35px;
	margin-bottom: 5px;
}

.RedNav .LeftBar {
	background-image: url(BoxImages/rednav_leftedge.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 3px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 17px;
	bottom: 26px;
}

.RedNav .RightBar {
	background-image: url(BoxImages/rednav_rightedge.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 5px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 17px;
	right: 0px;
	bottom: 26px;
}

.RedNav .TopBar {
	background-image: url(BoxImages/rednav_topedge.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 26px;
	padding: 0px;
	position: absolute;
	left: 11px;
	top: 0px;
	margin: 0px;
	right: 13px;
}

.RedNav .BtmBar {
	background-image: url(BoxImages/rednav_btmedge.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 26px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 11px;
	right: 13px;
	bottom: 0px;
}

.RedNav .TopLeftCrnr {
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(BoxImages/rednav_crnr_topleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 17px;
	width: 11px;
}

.RedNav .TopRightCrnr {
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(BoxImages/rednav_crnr_topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 17px;
	width: 13px;
}

.RedNav .BtmLeftCrnr {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(BoxImages/rednav_crnr_btmleft.gif);
	background-position: left bottom;
	height: 26px;
	width: 11px;
}

.RedNav .BtmRightCrnr {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image: url(BoxImages/rednav_crnr_btmright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 26px;
	width: 13px;
}

.RedNav .menu
{
    padding:5px 0;
	background-color: #410d06;
}
.RedNav .menuItem
{
	background-color: #410d06;
	padding:0 0 0 20px;
}
.RedNav .spacer
{
    border-top: 1px solid #8A3027;
    margin: 5px 0 ;
}
.RedNav .menuItem a
{
    color: #FFFFFF;
    font-weight:bold;
}



