/* ------------- "generic" styles */

body {
	background-image:   url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #655E54;
}

/* ------------- Global Nav */

.globalnav {
	color: #655E54;
	font-family: verdana, arial, helvetica;
	font-size: 0.6em;
	text-align: right;
	background-image: url(../images/global_nav.jpg);
}

.globalnav a {
	color: #655E54;
	text-decoration: none;
}

/* ------------- Header */

#printheader {
	display: none;
	font-family: verdana, arial, helvetica;
	font-size: 9px;
}
.header {
	background-image: url(../images/header.jpg);
}

/* ------------- Purple */

.purple {
	background-color: #520f7c;
}

/* ------------- Banner */

.banner {
	background-image: url(../images/?.jpg);
}

/* ------------- Body */

.body {
	background-image: url(../images/body_bg.jpg);
	background-color: #f9f9f9;
	background-repeat: no-repeat;
}



/* ------------- Main Menu styles */

#menutabs{
	float:left;
	width:100%;
	font-size:.8em;
	line-height:normal;
	border-bottom: ; /*Add border strip to bottom of menu*/
	font-family: Arial, Helvetica, sans-serif;
}

#menutabs ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

#menutabs li{
display:inline;
margin:0;
padding:0;
}

#menutabs a{
float:left;
background:url(../images/menutab-left.jpg) no-repeat left top;
margin:0;
margin-right: 2px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

#menutabs a span{
	float:left;
	display:block;
	background:url(../images/menutab-right.jpg) no-repeat right top;
	padding: 4px 12px 2px 3px;

	font-weight:;
	color:#520f7c;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menutabs a span {float:none;}
/* End IE5-Mac hack */

#menutabs a:hover span {
	color: white;
	font-weight: bold;
}

#menutabs #current a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

#menutabs #current a span{ /*Selected Tab style*/
	background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
	color: white;
	font-weight: bold;
}

#menutabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

#menutabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

/* ------------- content styles */

h1 {
	font-family: verdana, arial, helvetica;
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-family: verdana, arial, helvetica;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	margin: 10px;
}

h3 {
	font-family: verdana, arial, helvetica;
	font-size: 7pt;
	color: #000000;
	font-weight: bold;
	margin: 5px;
}

#maintext {
	font-family: verdana, arial, helvetica;
	font-size: 0.8em;
	color: black;
	margin: 10px;
}

#maintext a {
	color: #2e4a20;
	text-decoration: underline;
}

.mainbg {
	
	background-image:  url(../images/textbody.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #f9f9f9;
}

#printericon {
	float: right;
	font-family: verdana, arial, helvetica;
	font-size: 0.69em;
	color: black;
}

#printericon a {
	color: #2e4a20;
	text-decoration: none;
}
	
/* ------------- Contextual Modules Boxes */

#moduleborder {
	margin: 0px, 0px, 5px, 5px;
}

.module {
	color: black;
	margin: 0.25em;
	font-family: verdana, arial, helvetica;
	font-size: 9px;
	text-align: left;
	background-color: #FFFFFF;
}

.module a {
	color: black;
	text-decoration: underline;
}

/* ------------- Spacers */

#list {
	margin-left: 200px;
}

#headerspacer {
	margin-right: 5px;
}

#footerspacer {
	margin: 5px;
}

#clearsubnav {
	float: left;
	margin-right: 5px;
}
#clearright {
	float: right;
}
#clearleft {
	float: right;
}
/* ------------- footer styles */

.footer {
	color: #655E54;
	font-family: verdana, arial, helvetica;
	font-size: 9px;
}

.footer a {
	color: #655E54;
	text-decoration: none;
}

