body{
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	background-color:#4C0E1B;
	font-family:Arial, Helvetica, sans-serif;
}
img{
	border:none;
}
#skipTo,
#cssReq{
	display:none;
}
#bgContainer{
	position:absolute;
	height:100%;
	width:100%;
	z-index:1;
}
#mainContainer{
	position:absolute;
	height:100%;
	width:100%;
	z-index:2;
}
#container{
	position:relative;
	margin-right:47px;
	margin-left:10px;
	min-width:620px;
}
#header{
	background:url(../images/bannerL.png) left top no-repeat;
	height:163px;
	width:100%;
}
#header .c{
	position:absolute;
	right:-37px;
	height:163px;
	background:url(../images/bannerR.png) right top no-repeat;
	overflow:visible;
	text-align:left;
	padding:0px;
}
#body{
	background:url(../images/contentL.png) left top repeat-y;
}
#body .c{
	background:url(../images/contentR.png) right top repeat-y;
	margin-right:-37px;
	padding:5px 43px;
	min-height:20px;	
}

#footer{
	background:url(../images/footerL.png) left top no-repeat;
	height:24px;
}
#footer .c{
	position:absolute;
	right:-37px;
	height:24px;
	background:url(../images/footerR.png) right top no-repeat;
	width:37px;
}
#donateBadge{
	height:116px;
	width:116px;
	position:absolute;
	background:url(../images/donateBadge.png) left top no-repeat;
	top:10px;
	right:10px;
	z-index:999;
}

/*NAV WIDTH IS FIXED.  Change width below to add more nav items.  #container{min-width} may need to be changed too.*/
#mainNav{
	width:560px;
	float:left;
	margin-left:177px;
	margin-top:135px;
	position:relative;
}
#mainNav ul{
	margin:0;
    padding:0;
    list-style:none;
}
#mainNav ul li{
	float:left;
    margin:0;
    padding:0px 4px;
	padding-top:2px;
	height:26px;
	border-left:1px solid #330B13;
	border-right:1px solid #B06675;
}
#mainNav ul li a{
	color:#e9d9c2;
	font-weight:bold;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#mainNav ul li.down{
	background:#A88980 url(../images/navDown.gif) top left repeat-x;
}
#mainNav ul li.down a{
	color:#4C0E1B;
}

.contentWrapper{
	position:relative;
	clear:both;
}

#contentHeader{
	background:url(../images/contentHeaderL.gif) left top no-repeat;
	height:16px;
	font-size:1px;
	margin:0px;
}
#contentHeader .cc{
	background:url(../images/contentHeaderR.gif) right top no-repeat;
	height:16px;
	font-size:1px;
	margin:0px;
}
#contentBody{
	background:url(../images/contentBodyL.gif) left top repeat-y;
	margin:0px;
}
#contentBody .cc{
	background:url(../images/contentBodyR.gif) right top repeat-y;
	margin:0px;
}
#contentFooter{
	background:url(../images/contentFooterL.gif) left top no-repeat;
	margin:0px;
	height:16px;
	font-size:1px;
}
#contentFooter .cc{
	background:url(../images/contentFooterR.gif) right top no-repeat;
	margin:0px;
	height:16px;
}
.contentBodyWrapper{
	position:relative;
	overflow:auto;
	width:95%;
	margin-left:auto;
	margin-right:auto;
	font-family:"Times New Roman", Times, serif;
	color:#4C0E1B;
}
.contentBodyWrapper h1,
.contentBodyWrapper h2,
.contentBodyWrapper h3,
.contentBodyWrapper h4,
.contentBodyWrapper h5,
.contentBodyWrapper h6{
	font-style:italic;
}
/*USE H2 FOR PAGE TITLES*/
.contentBodyWrapper h2{
	text-align:center;
}

#siteTools{
	margin:0px;
	padding:0px 4px;
	color:#4C0E1B;
	height:20px;
}
#currentStatus{
	float:left;
}
#siteLinks{
	float:right;
}
#siteLinks a{
	color:#4c0e1b;
	text-decoration:none;
}

#siteLink{
	z-index:1000;
	position:absolute;
	top:200px;
	left:200px;
	right:auto;
	bottom:auto;
	height:100px;
	width:300px;
	background:#ffffff;
	border:2px solid #4C0E1B;
	border-right:4px solid #4C0E1B;
	border-bottom:4px solid #4C0E1B;
	display:none;
	padding:2px;
}

.browserNotice{
	color:#e9d9c2;
}
.browserNotice a{
	color:#e9d9c2;
}
#footerText{
	color:#e9d9c2;
	text-align:center;
	clear:both;
	font-weight:bold;
	font-size:.7em;
}
#footerText a{
	color:#e9d9c2;
}