/* Color Chart for LWE
		Bkg Lite Purple:	#f6f6f6 ~ Lite bkg & sidebar text
		Lite grey:			#f4f2f7 ~ Lite top body bkg
		Lite dark grey:		#cdc5d4 ~ Bottom of body bkg
		Lite med Purple:	#ba99ce ~ Rollover color Text & table th bkg
		med purple:			#9966cc ~ Text color
		med purple:			#65528b ~ Title text in images
		Med Dark Purple:	#5c4272 ~ sidebar bkg
		Dark Purple:		#49016f ~ Text content, footer
		Lite Gold:			#f6db89 ~ sideBar rollover
		Dark tan:			#eee0b9 ~ LWE statement color
		Med tan:			#ede0b9 ~ Top bkg color for mainContent
		lite tan:			#fff5d9 ~ Bottom bkg color for mainContent
		
*/
body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #cdc5d4;
	border-left: 10px solid #bb9acf;
	border-bottom: none;
	color: rgba(0,0,0,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#wrapper {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	margin: 0px 0px 10px;
	padding: 0px;
	width: 945px;
	font-weight: normal;
	font-variant: normal;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 95px;
	width: 945px;
}
#mainContent {
	margin: 0px;
	padding: 0px;
	width: 940px;
	position: relative;
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(213,219,213,1.00) 0%,rgba(213,219,213,1.00) 27.44%,rgba(140,154,140,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(213,219,213,1.00) 0%,rgba(213,219,213,1.00) 27.44%,rgba(140,154,140,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(213,219,213,1.00) 0%,rgba(213,219,213,1.00) 27.44%,rgba(140,154,140,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(213,219,213,1.00) 0%,rgba(213,219,213,1.00) 27.44%,rgba(140,154,140,1.00) 100%);
}
#sideBar {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
	background: #5c4272;
	color: #f6f6f6;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}
#sideBar a:link, #sideBar a:visited {
	padding: .2em .2em;
	font-size: 10px;
	font-weight: normal;
	color: #f6f6f6;
	text-decoration: none;
	line-height: 1.2em;
	text-align: left;
}
#sideBar a:hover, #sideBar a:active {
	color: #ba99ce;
}
#sideBar table {
	margin: 0px;
	padding: 0px;
	width: 200px;
}
#sideBar table tr th {
	background: #bb9acf;
	text-align: center;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: .15em;
	font-size: 16px;
	margin: 0px;
	padding: 7px 0px;
}
#sideBar table tr td {
	text-align: left;
	margin: 0px;
	padding: 7px 5px 7px 20px;
	font-weight: normal;
	font-variant: normal;
}
#sideBar table tr td a:link, #sideBar table tr td a:visited {
	padding: .2em .2em;
	font-size: 12px;
	font-weight: normal;
	color: #f6f6f6;
	text-decoration: none;
	line-height: 1.2em;
	text-align: left;
}
#sideBar table tr td a:hover, #sideBar table tr td a:active {
	color: #bb9acf;
	text-align: left;
}
#content {
	margin: 0px;
	padding: 0px 0px 10px;
	float: right;
	width: 740px;
	clear: right;
}
#content a:link, #content a:visited {
	padding: .2em .2em;
	font-size: 1em;
	font-weight: bold;
	color: #4A3262;
	text-decoration: none;
	line-height: 1.2em;
}
#content a:hover, #content a:active {
	color: rgba(176,174,177,1.00);
	text-decoration: none;
}
#contentBkg {
	margin: 0px;
	padding: 0px;
	width: 740px;
}
#greenText {
	/*color: #435E55;*/
	color: #5d665d;
	font-size: 1em;
	padding: 0px;
	margin-bottom: 30px;
	line-height: 1.4em;
}
#greenText h3 a:link,  #greenText a:visited {
	/*color: #435E55;*/
	color: #5d665d;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
}
#greenText h3 a:hover, #greenText a:active {
	color: #4A3262;
	text-decoration: none;
}

blockquote {
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
ul {
	width: 100%;
	max-width: 580px;
	margin-left: 30px;
	margin-right: 30px;
}
li {
	list-style: disc outside;
	padding-bottom: 10px;
}
.bannerQuote {
	padding-top: 40px;
	padding-left: 60px;
	padding-bottom: 40px;
	text-align: left;
	margin-bottom: 20px;
}

#footer {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	color: rgba(0,0,0,1.00);
	margin: 20px 0px 0px;
	padding: 10px 0px 30px;
	clear: both;
	width: 940px;	/*background: #8C9A8C;*/
}
#footer a:link, #footer a:visited {
	padding: .2em .2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: rgba(39,39,39,1.00);
	text-decoration: none;
	line-height: 1.2em;
}
#footer a:hover, #footer a:active {
	color: rgba(224,224,224,1.00);
}
h1 {
	font-size: 1.3em;
	line-height: 1.5em;
	font-variant: small-caps;
}
h2 {
	35	font-size: 1.2em;
	margin-left: 20px;
	border-bottom: 1px solid rgba(47,46,46,1.00);
	margin-right: 24px;
}
h3 {
	font-size: 1em;
	padding-left: 0.7em;
}
h4 {
	font-size: 0.9em;
	font-weight: bold;
}
p {
	10font-size: 1em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0px;
	padding: 10px 24px;
	text-align: justify;
	text-indent: 15px;
}
.pageTitle {
	border-bottom: 1px solid rgba(0,0,0,1.00);
	margin-left: 24px;
	margin-right: 24px;
	padding-left: 0px;
	font-size: 1em;
}
.caption {
	font-size: 0.9em;
	line-height: 1.3em;
	font-style: italic;
	font-weight: 300;
	text-align: justify;
	padding-left: 30px;
	padding-right: 45px;
	border: 2px solid rgba(0,0,0,1.00);
	border-radius: 10px;
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(221,225,221,1.00) 0%,rgba(188,197,188,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(221,225,221,1.00) 0%,rgba(188,197,188,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(221,225,221,1.00) 0%,rgba(188,197,188,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(221,225,221,1.00) 0%,rgba(188,197,188,1.00) 100%);
	margin: 20px;
	padding-bottom: 10px;
}
.darkpurple {
	color: #432d59;
}
.red {
	color: #900;
}
.imgtop {
	margin: 20px 0px 0px;
	padding: 0px;
}
#imageBarW {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
	background: #063;
	text-align: center;
	padding: 5px 0px 0px;
	height: 35px;
	width: 100%;
}
#imageBar {
	font-size: 1.1em;
	color: #003300;
	background: #506759;
	text-align: center;
	margin: 0px;
	padding: 10px 0px 0px;
	height: 35px;
	width: 100%;
}
#contentSide {
	text-align: center;
	margin: 0px 10px 0px 0px;
	padding: 5px;
	width: 160px;
	float: left;
	clear: both;
	height: 950px;
}
#contentFooter {
	text-align: right;
	margin: 0px auto;
	padding: 5px 40px 0px 0px;
	clear: both;
	width: 70%;
}
.greenTextItalic {
	font-style: italic;
	color: #063;
	margin: 0px;
	padding: 0px 10px;
}
