/* CSS Document */


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #333;
	margin:0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}


a:link {
	color: #5560b4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5560b4;
}
a:hover {
	text-decoration: underline;
	color: #342c7c;
}
a:active {
	text-decoration: none;
	color: #5560b4;
}


p {
	font-size:12px;
	line-height: 1.5;
	color:#333;
}

.hide { display: none; }

.inline { display: inline; }

.clear { clear: both; }



/*------------------ basic page attributes -------------------*/

#wrapper {
	width: 900px;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	border-left: 3px solid #a9240f;
	border-right: 3px solid #a9240f;
	}
/* following allows container to wrap around floats */
#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
	}
	
#masthead {
	width: 900px;
	}

#box-wrapper {
	width: 810px;
	padding: 0px;
	background-color: #ebeeee;
	margin: 15px 0 25px 45px;
	}
	/* following allows container to wrap around floats */
#box-wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
	}


#leftBox {
	width: 340px;
	float: left;
	margin: 15px 0 19px 20px !important;
	margin: 15px 0 19px 10px;
	padding: 5px 10px 16px 10px;
	background: #F5F9F9;
	}
#rightBox {
	width: 340px;
	float: left;
	margin: 15px 0 19px 0px;
	padding: 5px 10px;
	background: #F5F9F9;
	}

#content {
	width: 550px;
	margin: 0;
	padding: 0 0 0 25px;
	}
#content p {
	margin: 5px 0px 5px 0;
	padding: 2px 0 5px 0;
	} 

#sidebar {
	width: 190px;
	float: right;
	margin: 15px 20px 0 0;
	padding: 10px 20px 10px 20px;
	background-color: #faf7ef;
	border-top: 5px solid #dcccab;
	border-right: 5px solid #dcccab;
	border-left: 5px solid #dcccab;
	border-bottom: 5px solid #dcccab;
	}

.photo-space {
	margin: 5px 15px 4px -5px;
	}

#content-wide {
	width: 750px;
	margin: 0;
	padding: 0 0 0 25px;
	}
#content-wide p {
	margin: 5px 0px 5px 0;
	padding: 2px 0 5px 0;
	line-height: 1.6;
	} 


/* left column attributes */
table#col {
	width:10px;
	background: #333;
	}

/* header attributes */
table#header {
	background-color:#fff;
	width: 866px;
	}
td#header-left {
	width: 544px;
	margin: 0;
	padding: 0;
	}


.greenTop  {
	font-size:15px;
	line-height:22px;
	font-weight:bold;
	margin: 10px 5px 8px 10px;
	padding: 10px 5px 8px 10px;
	color:#6a530b;

}
.orangeTop {
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	color:#b26b1d;
	margin: 0px 5px 15px 20px;
	padding: 0px 5px 15px 20px;
	display:block;
}

td#pub {
	background-color:#b77e86;
	width: 322px;
	margin: 0;
	padding: 0;
	}

td#pub p {	
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	color:#000;
	margin: 0;
	padding: 8px 30px 8px 16px;
	}
		
#header img {
display:block;
border:0;
}

/* sidebar attributes */
td#stripes {
	width: 160px;
	max-width: 160px;
	margin: 0;
	padding: 15px 0px 0 0px;
	}
td#stripes p{
	padding: 6px 19px 17px 15px;
	}
	
.sideBar {
	font-size:12px;
	color: #333;
	font-weight:bold;
}
.sideBarLight {
	
	font-size:12px;
}


/* Main body attributes */
table#mainbody {
	background-color:#fff;
	width: 866px;
	}
	#mainbody p { 
	margin: 0;
	padding: 5px 15px 9px 15px; 
	}

	
#mainbody h1 {
	font-size:14px;
	line-height:18px;
	display:inline;
	font-weight:bold;
	color:#000;
}
#mainbody h2 {
	
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	display:inline;
	color:#333;
}
#mainbody h3 {
	
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	display:inline;
	color:#6a530b;
}

table.yellow-box {
	background-color: #ebe7c2;
	margin: 15px 0 15px 25px;
	padding: 5px;
	width: 575px;
	}



/* text */

.midGreen {
	color: #7a7e3c;
	line-height: 1.6;
	font-size: 14px;
	}
.midOrange {
	color: #ab7e3e;
	line-height: 1.6;
	font-size: 14px;
	}
.Green {
	color: #7a7e3c;
	}	
	
.gray-big {
	color: #40413e;
	font-size: 12px;
	line-height: 1.7;
	}

.bodytext {
	font-size: 12px;
	color: #000000;
}
.bodylist {
	font-size: 12px;
	line-height: 1.5;
	color: #000000;
}

.bodygrey {
	
	font-size: 12px;
	color: #333;
	}
	
.bodygreen {
	font-size: 12px;
	color: #6a530b;
	}
	
.bodyquote {
	font-size: 12px;
	color: #6a530b;
	margin: 0px 0px 0px 40px;
	padding: 0px 0px 0px 40px;
	}
.bodybold {
	
	font-size: 12px;
	color: #000;
	font-weight:bold;
	}
	
.quote-small {
	font-size: 11px;
	font-style: italic;
	color: #8a313d;
	}

.bold-purple {
	color: #890261;
	font-weight: bold;
	}

.bodyboldRed {
	font-size: 12px;
	color: #8e271c;
	font-weight:bold;
	}
.body-red {
	color: #8e271c;
	}
	
.bodyboldGrey {
	
	font-size: 12px;
	color: #333;
	font-weight:bold;
	}
.bodybigGrey {
	
	font-size: 13px;
	color: #333;
	font-weight:bold;
	line-height: 1.6;
	}
.bodybig {
	
	font-size: 13px;
	color: #000;
	font-weight:bold;
	}
	
.notes {
	font-size: 10px;
	color: #333;
	font-style:italic;
	}
	
.notesBold {
	font-size: 10px;
	color: #333;
	font-style:italic;
	font-weight: bold;
	}

.orangebold {
	font-weight:bold;
	color:#b26b1d;
	}

.deep-orange-bold {
	color: #994c00;
	font-weight:bold;
	}
.light-blue-bold {
	color: #4da4c0;
	font-weight: bold;
	}

.teal-bold {
	color: #2e656f;
	font-weight: bold;
	}

.teal {
	color: #2e656f;
	font-weight: normal;
	}
.teal-big {
	color: #2e656f;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.7;
	}

.indent {
	margin-left: 23px;
	}

.small { font-size: 10px; }
