body {
	margin: 0;
	color: #666666;
	font-family: Arial, Verdana, Helevtica, sans-serif;
	background-image: url('images/fadeback.jpg');
	background-repeat: repeat-x;
	background-position: 0px 87px;
}

#montage {
	position: absolute;
	top: 0px;
	right: 0;
	text-align: right; /*Mild hack for Netscape 4*/
}

/* Container */

#container {
	margin: 0;
	height: 100%;
}	

/* Header */
#header {
	width: 100%;
	height: 87px;
	margin: 0;
	font-family: Arial, Verdana, Helevtica, sans-serif;
	font-size: 80%;
	clear: both;
	background-color: #ffffff;	
}

#header img {
	float: left;
}

/* Tabs and their links */
#tabs { 
	text-align: right; 
	margin-top: 0;
	font-size: 90%;
	color: #FFFFFF;
	background: #09024E;
}

 #tabs ul {
	display: inline;
	margin-left: 0;
	padding-left: 0;
}

#tabs ul li {
	margin-left: 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
	list-style: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-right: 1px solid #FFFFFF;
}		

#tabs li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 80%;
}

a.tab:link {
color: #FFFFFF;
text-decoration: none;
padding-left: 10px;
margin-top: 0;
font-family: Arial, Verdana, sans-serif;
font-size: 100%;
}
a.tab:visited {
color: #FFFFFF;
text-decoration: none;
padding-left: 10px;
margin-top: 0;
font-family: Arial, Verdana, sans-serif;
font-size: 100%;
}a.tab:hover {
color: #FFFFFF;
text-decoration: none;
padding-left: 10px;
margin-top: 0;
font-family: Arial, Verdana, sans-serif;
font-size: 100%;
}a.tab:active {
color: #FFFFFF;
text-decoration: none;
padding-left: 10px;
margin-top: 0;
font-family: Arial, Verdana, sans-serif;
font-size: 100%;
}
/* Navigation */
#left-column {
	width: 163px;
	padding-right: 6px;
	margin: 1.5em 2em 1em 0.25em;
	font-family: Arial, Verdana, sans-serif;
	font-size: 80%;
	float: left;
}

#left-column ul {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

#left-column li {
	border-bottom: 1px solid #BFAF00;
	margin: 0;
	padding: 1px;
	line-height: 1.5em;
	text-indent: 5px;
}

#left-column li a {
	padding: 0;
	color: #09024E;
	text-decoration: none;
	width: 100%;
	line-height: 1.5em;
}

#left-column li a:hover {
	color: #09024E;
	text-decoration: none;
	font-weight: bold;
}				
	
.section {
	display: block;
	padding: 4px;
	width: 100%;
	color: #9966CC;
	background: #CEB9E5;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
}	

.sectionselected {
	display: block;
	padding: 2px 0px;
	width: 100%;
	color: #09024E;
	background: #BFAF00;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}	

.sectiongrey {
	display: block;
	width: 100%;
	color: #666666;
	font-size: 85%;
	font-weight: normal;
	text-align: left;
	text-indent: 3em;
	list-style: none;
}

.sectiongreyselected {
	display: block;
	width: 100%;
	color: #09024E;
	font-size: 85%;
	font-weight: bold;
	text-align: left;
	text-indent: 2em;
	background: #F7AC01;
}	

/* Right Column */
#right-column {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 85%;
	width: 160px;
	max-width: 160px;
	padding: 1em 0.5em 0.5em 0.5em;
	float: right;
	color: #666;
	margin-top: 1.5em;
	margin-right: 0.5em;
}
#right-column img {
	text-align: center;
}

#right-column h1 {
	font-size: 120%;
	background-color: transparent;
	color: #000;
	font-weight: bold;
	font-family: Verdana, Arial, Helevtica, sans-serif;
}		

#right-column p {
	font-size: 80%;
}	

/* Right Column news boxes (front page)*/

.newsbox {
	background-color: #EEEEEE;
	border: 1px solid gray;
	padding: 5px;
} 


/* Content - this is the centre column of a 3-column layout*/
#content {
	padding: 0.5em;
	color: #666;
	background: #fff;
	background-image: url('images/backfade.gif');
	background-repeat: repeat;
	background-position: 100px 25px;
	font-family: Arial, verdana, sans-serif; 
	font-size: 80%;
	line-height: 1.5em;
	margin-left: 200px;
	border-left: 1px solid gray;
	margin-right: 200px;
	border-right: 1px solid gray;
	height:100%;	
}

#content ul {
	margin: 1% 5% 1em;
	line-height: 1.5em;
	list-style-type: disc;
	}
	
#content p {
	font-family: Arial, Verdana, Helevtica, sans-serif;
}			
	
/* Content for a two-column layout*/	
	#content2col {
	padding: 0.5em;
	color: #666;
	background: #fff;
	background-image: url('images/backfade.gif');
	background-repeat: repeat;
	background-position: 100px 25px;
	font-family: Arial, verdana, sans-serif; 
	font-size: 80%;
	line-height: 1.5em;
	margin-left: 200px;
	border-left: 1px solid gray;
	margin-right: 30px;
	border-right: 1px solid gray;
}

#content2col ul {
	margin: 1% 5% 1em;
	line-height: 1.5em;
	list-style-type: disc;
	}
	
#content2col p {
}
	
/* General styles*/
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 150%;
	color: #036;
	display: block;
	background-color: transparent;
}	

h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 110%;
	color: #333;
	background-color: transparent;
}	

h3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	color: #666;
}	

#clear {
	clear: both;
}	

form {
	margin: 0;
	padding: 0;
}
	
	
/* Footer - address information etc. */
#footer {			
	clear: both;
	border-top: 1px solid gray;
	padding-bottom: 1em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	text-align: center;
}	

.smallbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}

a.link {
	color: #000000;
	background: transparent;
	text-decoration: underline;
	background-color: transparent;
}
a.visited {
	color: #000000;
	background: transparent;
	text-decoration: underline;
	background-color: transparent;
}
a.hover {
	color: #FF0000;
	background: transparent;
	text-decoration: none;
	background-color: transparent;
}
a.active {
	color: #FF0000;
	background: transparent;
	text-decoration: none;
	background-color: transparent;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	list-style-position: outside;
}

.floatright { 
	float: right;
	margin: 0 0 5px 5px;
	padding: 2px;
}

.floatleft {
	float: left;
	margin: 0 5px 5px 0;
	padding: 2px;
}

.question {
	color: black;
	font-size: 110%;
	font-weight: bold;
}
/* CALENDAR */

/* Sunday, Monday, Tuesday... */
th.dayName {
	/*font-size: x-small;*/
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #09024E;
}
/* the 'day number' band */
td.dayNumber {
	background-color: #BFAF00;
	/*font-size: x-small;*/
	font-weight: bolder;
	color: #09024E;
}
/* the 'day number' band of current day */
td.todayNumber {
	background-color: #9D8D00;
	/*font-size: x-small;*/
	font-weight: bolder;
	color: #FFFFFF;
}
/* cell for an event */
td.event {
	background-color: #EEEEEE;
}
/* cell for no event */
td.noEvent {
	background-color: #EEEEEE;
}
/* cell for current day */
td.todayEvent {
	background-color: #EEEEEE;
	border: 1px solid #09024E;
}
/* formatting for text of an event */
p.event
{
	text-align: center;
}
/* formatting for text of an event on current day */
p.eventToday
{
	text-align: center;
	font-weight: bold;
}

/* JUMP TABLE */

/* normal cell */
td.jumpTableMonth {
	/*font-size: x-small;*/
	background-color: #EEEEEE;
}
/* normal cell hover */
td.jumpTableMonthHover {
	/*background-color: #CCCCCC;*/
}
/* current month view */
td.jumpTableThisMonth {
	/*font-size: x-small;*/
	/*font-weight: bold;*/
	background-color: #09024E;
	color: #BFAF00;
}

/* LINKS */

/* JUMP TABLE */

/* Normal */
a.jumpTableMonthLink:link {
	/*font-size: x-small;*/
	color: #09024E;
	text-decoration: none;
}
/* Visited */
a.jumpTableMonthLink:visited {
	/*font-size: x-small;*/
	color: #09024E;
	text-decoration: none;
}
/* Hover */
a.jumpTableMonthLink:hover {
	/*font-size: x-small;*/
	color: #09024E;
	text-decoration: none;
}

/* CALENDAR */

/* Normal */
a.eventLink:link {
	/*font-size: x-small;*/
	color: #09024E;
	text-decoration: none;
}
/* Visited */
a.eventLink:visited {
	/*font-size: x-small;*/
	color: #09024E;
	text-decoration: none;
}
/* Hover */
a.eventLink:hover {
	/*font-size: x-small;*/
	color: #09024E;
	text-decoration: none;
	text-align: center;
}
/* FUNDHOLDER */
.taboff {
	padding: 5px;
	background-color: #CCCCCC;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
.endtab {
	padding: 5px;
	border-left: 1px solid #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 100%;
}
.tabon {
	padding: 5px;
	background-color: #FFFFFF;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}
.maintab {
	background-color: #CCCCCC;
	padding: 10px;
	background-image: url('images/fadeback2.jpg');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	color: #000000;
}
.BWFoot {
	font-size: xx-small;
	color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-align: right;
	margin: 5px;
}
.indent1 {
	text-indent: 50px;
}
.indent2 {
	text-indent: 100px;
}.fsheader {
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
}
.column1 {
	text-align: right;
}
.column2 {
	text-align: right;
	padding-right: 100px;
}.total {
	text-align: right;
	padding-right: 100px;
}
