
body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.50em;
	color: #444;
	/*color: rgb(102, 102, 119);*/
	background-color:#8B2323;
	background-image:url(/images/backgroundshadow.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

h1 { color:#111; font-size: 16pt; letter-spacing: 0px; padding: 16px 0px 0px 0px; }
h2 { color:#111; font-size: 14pt; letter-spacing: 0px; padding: 11px 0px 3px 0px; }
h3 { color:#111; font-size: 12pt; letter-spacing: 0px; padding: 10px 0px 10px 0px; }
h4 { color:#111; font-size: 11pt; font-weight: 600; letter-spacing: 0px; padding: 10px 0px 5px 0px; }

* {
	margin:0;
	padding:0;
}

table {
font-size: 15px;
color: #111;
}

#footer {
	padding:40px 0px 10px 0px;
	text-align:center;
	font-size: smaller;
	color:#555;
}

#footer a {
	color: #444;
}

#header {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #F8F8FF;
	padding: 0px 180px 0px 120px;
	margin: 0px 0 0 0;
	height: 108px;
	
}

#header h1 { color:#8B2323; font-size: 14pt; letter-spacing: 1px; padding: 20px 0px 0px 0px; display:none; }
#header h2 { color:#8B2323; font-size: 14pt; letter-spacing: 1px; padding: 10px 0px 0px 0px; display:none;}


.cbox 
{
	text-align: left;
	width: 85%;
	background-color: #FAFAD2;
	border: 1px solid #8B8970;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 10px;	
	padding: 10px 0 10px 0;
	color: #222;
	font-size: 10pt;
}


.cbox li
{
	border-bottom: none !important;
}


.cbox ul
{
	border-top: none !important;
}


.lfloat
{
	text-align: center;
	margin: 10px 10px 10px 10px;
	border: 1px solid #F8F8FF;
	float: left;
	color: #111;

}


.rfloat
{
	text-align: center;
	margin: 10px 10px 10px 20px;
	border: 1px solid #F8F8FF;
	float: right;
	color: #111;
}


.sidebox
{
	text-align: left;
	margin: 3px;
	padding: 3px 5px 10px 15px; 
	border: 1px solid #999;
	color: #333;
	background-color: #FAFAD2;
	font-size:10px;
}

.caption {
	text-align: center;
	color: #333;
	margin-top: 5px;
}

#wrapper {
	width:820px;
	min-height:880px;
	margin:0 auto;
	background-color: #CCCC99;
	border-bottom: 5px solid #F8F8FF;
}


.nav {
	border-bottom: 1px solid #F8F8FF;
	padding: 3px 5px 3px 5px;
	background:#CCCC66;
}


.nav a {
	color:#111;
	padding: 2px 6px 4px 6px;
	font-size: 11pt;
	font-weight: 500;
	text-decoration:none;
}


.nav a:hover {
	background-color:#FFF68F;
	color:#111;
	text-decoration:none;
}


a.active {
	background-color:#FEF5CA;
	color:#111;
	text-decoration:none;
}


#content {
	margin: 0 270px 0 0;
	border-right: 1px solid #F8F8FF;
	padding: 10px 10px 10px 10px;
}


#content p {
	line-height: 23px;
	padding: 5px 5px;
	font-size: 115%;
	word-spacing: 2px;
	text-align: justify;
	font-weight: lighter;
	color: #111;
}

#content p.relatednews {
	line-height: 23px;
	padding: 15px 15px;
	font-size: 100%;
	word-spacing: 2px;
	text-align: justify;
	font-weight: normal;
	/* background:#DCD5CA; */
	color: #222;
	border:10px solid #EBECE4;	
}

/* this section is for use by "headline" style classes when then appropriate logo is above the text ... */
p.headline {
	font-size:12px !important;
	font-weight:bold;
	color:#006;
	padding:0px 0px 0px 10px;	
}

/* ... and these sections for when the "headline" is encased in a table with the text alongside the logo */
#content table.headline {
	padding:1px;
	font-size:13px;
	padding:0px 0px 0px 0px;
	/* margin-right:10px;
	border:2px solid #FEF5CA; */
}

#content table.headline p {
	font-size:12px;
	font-weight:bold;
	color:#006;
	padding:0px 0px 0px 10px;
	/* margin-right:10px;
	border:2px solid #FEF5CA; */
}

#content a {
	color:#000;
	/*border-bottom:2px solid #eec;*/
}


#content a:hover {
	color:#369;
	text-decoration: underline;	
}


#content2 {
	margin: 0 0 0 270px;
	border-left: 1px solid #F8F8FF;
	/* border-left: 1px solid #F8F8FF; */
	padding: 10px 10px 10px 10px;
}


#content2 p {
	line-height: 23px;
	padding: 5px 5px;
	font-size: 115%;
	word-spacing: 2px;
	text-align: justify;
	font-weight: lighter;
	color: #111;
}


#content2 a {
	color:#000;

	/*text-decoration:none;
	color: #333;
	border-bottom:2px solid #eec; */
}


#content2 a:hover {
	color:#369;
	text-decoration: underline;	
}


#sidebar {
	width:255px;
	float:right;
	padding:10px 10px 10px 10px;
	color: #222;
}


#sidebar h2 {
	letter-spacing:2px;
	font-size:12pt;
	color:#222;
	border-bottom:1px solid #f6f6f6;
	padding:5px 0 3px 0;
	font-weight: 500;
}


#sidebar ul {
	list-style: inside;
	margin:0 0 20px 0px;
	font-size: 10pt;
}


#sidebar li {
	padding:3px;
	border-bottom:1px solid #f6f6f6;
}


#sidebar li a {
	color:#111;
	text-decoration:none;
}


#sidebar li a:hover {
	color:#369;
	text-decoration: underline;
}

/* needed to remove border from Just Giving icon */
#sidebar img {
	border:0px;
}

#sidebar2 {
	width:250px;
	float:left;
	padding:10px 10px 10px 10px;
	border-right:1px solid #F8F8FF;
	color: #111;

}

#sidebar2 h2 {
	letter-spacing:2px;
	font-size:11pt;
	color:#111;
	border-bottom:1px solid #f6f6f6;
	padding:5px 0 3px 0;
	font-weight: 550;
}

#sidebar2 ul {
	list-style: inside;
	margin:0 0 0px 0px;
	font-size: 10pt;
}

#sidebar2 li {
	padding:3px;
	border-bottom:1px solid #f6f6f6;
}

#sidebar2 li a {
	color:#111;
	text-decoration:none;
}

#sidebar2 li a:hover {
	color:#000;
	text-decoration: underline;
}

#sidebar2 img {
	margin-left: 12px;
}


#sidebar2 table img {
	margin-left: 0px !important;
}
/* new */
li.sidebar2-active {
	background-color: #FEF5CA;
}
ul.submenu {
	padding:5px 0px 5px 25px;
	margin:-25px 0 0 0;
	font-size: 8pt;
	background-color: #FEF5CA;
}
ul.submenu li {
    border-bottom:0px !important;
	list-style:square;
}

ul.submenu a {
	color:#222;
	text-decoration:none;
	font-size: 8pt;
}

ul.submenu a:hover {
	color:#000;
	text-decoration: underline;
}
/* end new */
/*p.submenu {
	padding:23px 0px 5px 25px;
	margin:-25px 0 0 0;
	font-size: 8pt;
	background-color: #FEF5CA;
	border-bottom:1px solid #f6f6f6;

}

p.submenu a {
	color:#222;
	text-decoration:none;
	font-size: 8pt;
}

p.submenu a:hover {
	color:#000;
	text-decoration: underline;
}
*/
#support a {
	color: #8B2500;
	padding: 2px 6px 4px 6px;
	font-weight: 500;
	text-decoration: underline;
	font-size: 11pt;
}

#support a:hover {
	background-color:#FFF68F;
	color:#111;
	text-decoration: underline;
}

#support a.active {
	background-color:#FEF5CA;
	color:#111;
	text-decoration: underline;
}	

p.news {
	padding:10px;
	background:#FEF5CA;
	margin:10px 0;
	color:#222;
	border-bottom:10px solid #EBECE4;
	border-top:10px solid #EBECE4;
	/* text-align:right; */
}

p.news img {
	border:10px solid #FEF5CA;
}

/* this was used to make one particular news item more prominent than the rest
p.bignews {
	padding:10px;
	background:#FEF5CA;
	font-size:14px;
	margin:10px 0;
	color:#222;
	border-bottom:10px solid #EBECE4;
	border-top:10px solid #EBECE4;
} */

#content ul, ol {
	margin:10px 10px 10px 25px;
	border-top:1px solid #F8F8FF;
	color: #111;
}
#content li {
	padding:10px;
	border-bottom:1px solid #F8F8FF;
}

#content2 ul, ol {
	margin:10px 10px 10px 25px;
	border-top:1px solid #F8F8FF;
	color: #111;
}

#content2 li {
	padding:3px;
	border-bottom:1px solid #F8F8FF;
}

img {
	padding:1px;
	border:2px solid #FEF5CA;
}

img.simple {
border:0px;
padding:1px;
}

img.arrow
{
	padding:0px;
	border:0px;
	float:right;
}


.more {
	display:block;
	text-align:right;
	text-decoration:none;
	color:#111;
	margin:10px 0 0 0 ;
}

.more a {
	text-align:right;
	color:#111;
	text-decoration:none;
	margin:10px 0 0 0 ;
}
.more a:hover {
	text-decoration:underline;
	color:#369;
}
