/* html */

a {
	COLOR: #000099;
	font-weight: 700;
	text-decoration: none;
}

.a400 {
	font-weight: 400;

}


a:hover {
	COLOR: #990000;
	TEXT-DECORATION: underline;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 80%;
}


h1 {
	font-size: 120%;
	font-weight: 700;
	padding-top: 10px;
	margin-left: 10px;
	color: #333333;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 7px;

}


h2 {
	font-weight: 700;
	font-size: 100%;
	color: #333333;
	padding: 6px 5px 6px 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	background-image: url(/images/torch.gif);
	background-repeat: no-repeat;
}


h3 {
	margin: 5px;
	padding: 6px 5px 6px 10px;
	font-size: 90%;	
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 135%;
	padding-left: 15px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}


ul {
	padding-top: 0px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-left: 15px;
}


li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	line-height: 130%;
	padding-right: 10px;
}

/* top navigation bar */

#navigationbar {
	font-size: 90%;
	font-weight: 400;
	color: #FFFFFF;
	padding: 8px;
	z-index: 10;
	background-color: #6D77A3;
	margin: 0px;

}

#navigationbar a {
	color: #FFFFFF;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	white-space: nowrap;
	font-weight: 700;
}



#navigationbar a:hover {
	color: #000066;
	background-color: #FFFFFF;
}

#navigationbar a:active {
	color: #000066;
	background-color: #FFFFFF;
}

.active a  {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #8E95BA;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}



.navshop img {

	margin: 0px 0px -6px;
}














/* Page Elements */

#pagecontent {
	margin: 0px 0px 0px 200px;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 5px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #E1E1E1;
}

#mainbody {
	margin: 10px 15px 0px 10px;
	background-color: #FFFFFF;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	padding-bottom: 20px;
}

#footer {
	padding: 6px 5px 6px 0px;
	margin: 10px 15px 40px 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #636D9D;

}
#footer a {
	font-weight: 400;
}


.footernav {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: center;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

img {
	border: none;
}

#breadcrumbs {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 80%;
	margin-left: 10px;

}

#breadcrumbs a {
	font-weight: 400;
}

.red {
	color: #FF0000;
}

.purplebox {
	background-color: #CCDDFF;
	width: 300px;
	border: 1px solid #999999;
}

.footerleft {
	text-align: left;
	display: block;
	float: left;
}

.footerright {
	text-align: right;
	display: block;
	float: right;
}

.clearfloats {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	clear: both;
}

.searchbox {
	position: absolute;
	right: 16px;
	top: 75px;
	margin-right: 20px;
}


.inlinetable {
	margin-left: 10px;


}
.supplimentary {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
}

.donate {
	position: absolute;
	top: 25px;
	right: 20px;
}


/* Accordion navigation */

#navigation{
	width:180px;
	position:absolute;
	left:15px;
	top:120px;
	z-index:2;
	border: thin none;
}

.navbody {
	border-top: 1px #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px #999999;
	border-left: 1px solid #999999;
}

.nav_head{
	background:#F5F5F5;
	color:#000099;
	cursor:pointer;
	border-top: 2px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
}

.nav_head a {
	padding:11px 5px 9px;
	color:#000099;
	text-decoration: none;
	display: block;
	height: 100%;
}


.nav_head a:hover{

	color:#FFFFFF;
	background:#383854;
}

.navspacer {
	background-color: #545C83;
	margin-right: 1px;
	margin-left: 1px;
	margin-top: 2px;

}

.nav{
	background:#FFFFFF;
	padding: 2px 0px 5px;
	margin: 0px 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #545C83;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #545C83;
	border-left-color: #545C83;
}

.nav p {
	padding: 0px;
	margin: 0px;
	z-index: 10;
	line-height: 115%;	
}

.nav a {
	padding: 6px 16px 6px 8px;
	margin: 0px;
 	text-decoration: none;
	display: block; 
}

 .nav a:hover {
 	text-decoration: underline;
}

.navactive {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.header_highlight{
	background:#6D77A3;
}

.header_highlight a {
	padding:11px 17px 9px 5px;
	color:#FFFFFF;
	text-decoration: none;
}

.header_highlight_active {
	background:#6D77A3;
	background-image: url(images/arrow-highlight.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.header_highlight_active a {
	padding:11px 17px 9px 5px;
	font-weight: 700;
	color: #FFFFFF;
}

.navfoot {
	background-image: url(images/cat-foot.gif);
	padding: 9px;
	background-repeat: no-repeat;
	z-index: 5;
}

.categoryheading {
	background-image: url(images/cat-head.gif);
	background-repeat: no-repeat;
	z-index: 5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	height: 34px;
	margin: 0px;
	padding: 0px;
}

.categoryheading a {
	display: block;
	padding: 9px 10px;	
}

.categoryheading a:hover {
	color: #FFFFFF;	
	background:#383854;
	text-decoration: none;
}

.categoryheading_active{
	background-image: url(images/cat-head-active.gif);
	background-repeat: no-repeat;
	z-index: 5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	height: 34px;
}

.categoryheading_active a {
	padding: 9px 10px;
	display: block;	
}

.categoryheading_active a:hover{
	background:#383854;
	color: #FFFFFF;
}

