
body {
    color: #402E03;
	background: #E6D4A8;
	background-image: url('/bandimages/const.jpg');
	margin-top: 15px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	min-width: 640px;
    }
	
p, div, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: arial, helvetica, san-serif;
	}
	
hr {
    position: relative;
	text-align: center;
	}

html p {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 8pt;
	}
	
.hide {
	display: none;
	}
	
h1 {
	font-size: 16pt;
	font-weight: bold;
	}
	
h2 {
	font-size: 13pt;
	font-weight: bold;
	font-style: italic;
	}
	
h3 {
	font-size: 11pt;
	font-weight: bold;
	}
	
h4 {
	font-size: 10pt;
	font-weight: bold;
	}
	
.atrib {
	font-size: 7pt; 
	font-family: arial, helvetica, sans-serif;
	}
	
img {
	display: block;
	border: 0;
	}
	
img.right {
	float: right;
	}
	
a:link {
	font-weight: normal;
	text-decoration: none;
	color: #366780;
	background: tarnsparent;
	}
	
a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #B13C1C;
	background: transparent;
	}
	
a:hover {
	font-weight: normal;
	text-decoration: underline;
	color:#2C7736;
	background: transparent;
	}
	
a:active{
	font-weight: normal;
	text-decoration: none;
	color: #366780;
	background: transparent;
	}

.quote {
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #D13A12;
	margin-top: 25px;
	margin-left: 10px;
	margin-right: 10px;
	background: #ECD292;
	padding: 10px;
	border: 1px solid #000000;
	}

	
	
/* ======== Basic page divisions ======== */	

/* ======== Main container ======== */
#mainsitecontainer {
    margin: 0 auto;
    width: 640px;
    position: relative;
    padding: 0;
    text-align: left;
	right: auto;
	left: auto;
	border: 1px solid #402E03;
    }	

	
	
/* ======= Main navigation bar ======== */
#mainnav {
	background: #402E03;
	width: 640px;
    position: relative;
	text-align: center;
	}

#mainnav p, div {
	color: #EEDCA2;
	padding-top: 2px;
	padding-bottom: 5px;
	}

#mainnav ul {
	list-style-image: none;
	padding: 0px;
	margin: 0;
	border: 0;
	}
	
#mainnav li{
    display:inline;
    list-style:none;
    margin:0;
    padding:0;
	color: #EEDCA2;
	}
	
a.mainnav {
	font-size: 8pt; 
	color: #EEDCA2 !important;
	text-decoration: none;
	}
	


/* ======== Content container ======== */
#content {
	padding: 0px;
	background: #EFE4BF;
	width: 640px;
	margin:0 auto;
	float: left;
	}

#mainsitecontainer > #content {
	margin-left: -1px;
	border: 1px solid #402E03;	
}

	
/* ======== Primary content container ======== */
#primarycontent {
	background: #EFE4BF url('/bandimages/bluestripe.gif') repeat-y top right;
	padding-right: 22px;
	padding-left: 10px;	
	padding-top: 25px;
	width: 398px;
  color: #402E03;
	float: left;
	}
	
#content > #primarycontent {
	padding-top: 5px;
	}
	
/* ======== Stripe attributes ======== */
#stripe {
	background: #EFE4BF;
	padding-left: 10px;
	position: absolute;
	width: 2px;
	display: block;
	}
	
	
	
/* ======== Sidebar display attributes ======== */
#sidebar {
	background: #EFE4BF url('/bandimages/bluestripe.gif') repeat-y top left;
	padding-left: 22px;
	width: 198px;
	display: block;
	float: right;
	margin-left: -12px;
	}
	
	
#sidebar p, li {
	font-size: 8pt;
	text-align: left;
	margin-top: 0.35em;
	color: #402E03;
	}
	
#sidebar h2 {
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	margin: 0;
	padding-top: 20px;
	line-height: 1.5;
	text-align: left;
	color: #402E03;
	}

#sidebar ul {
	list-style-image: url(/bandimages/browndash.gif);
	padding-left: 20px;
	margin: 0;
	}	

#quickSummary p.p2 {
	top: 4px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	right: -2px;
	}
			
#requirements, #benefits, #participation, #supportingText, #preamble {
	background: none no-repeat;
	margin-bottom: 20px;
	}
	
#linkList { 
	padding-bottom: 10px;
	width: 0px;
	margin-top: 95px;
	top: 0px;
	}	
	

	
	
/* ======= Footer bar ======== */
#footer {
	background: #402E03;
	width: 640px;
    position: relative;
	}

#footer p, div {
	font-size: 7pt;
	color: #EEDCA2;
	padding-top: 2px;
	padding-bottom: 5px;
	}

a.footer {
	font-size: 7pt; 
	color: #EEDCA2 !important;
	text-decoration: none;
	}
	
	
	
/* ======== Blue line divisions ======== */

/* ======== Fix the spelling to re-enable these ======== */
.bluelinerigh {
	border-right-color: #1A262C;
	border-right-style: solid;
	border-right-width: 10px;
	}

.bluelinelef {
	border-left-color: #266382;
	border-left-style: solid;
	border-left-width: 2px;
	}

	
