/* ANY CHANGES HERE SHOULD BE FOLLOWED BY A CHECK OF msha_ie.css TO SEE IF THEY HAVE AN IMPACT THERE */

@charset "utf-8";

/* ANYTHING IN HERE AFFECTS ALL OF ALL DOCUMENTS */
/* NOTE THAT THE SCROLL BAR EFFECTS ONLY WORK ON IE6 - BUT THEY'RE QUITE COOL */
html {
	scrollbar-base-color: #000066;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #FFFFFF; 
/*	scrollbar-lightshadow-color: ORANGE;*/
/*	scrollbar-darkshadow-color: PURPLE;*/
/*	scrollbar-3dlight-color: WHITE; */
}
body {
	height:100%;
}

/* STANDARD DEFINED AREAS */
#banner {
	position:absolute;
	width:756px;
	height:97px;
	z-index:1;
	left: 0px;
	top: 0px;
}

#menubar {
	position:absolute;
	width:756px;
	height:20px;
	z-index:2;
	left: 0px;
	top: 98px;
}

#titlearea {
	position:absolute;
	width:280px;
	height:160px;
	z-index:3;
	left: 167px;
	top: 140px;
	background-color: #CCCCCC;
}

#maintextarea {
	position:absolute;
	width:568px;
	padding-right:20px;
	height:60%;
	z-index:4;
	left: 167px;
	top: 307px;
	overflow:auto;
}

#maintextarea_wide {
	position:absolute;
	width:735px;
	padding-right:20px;
	height:60%;
	z-index:5;
	left: 2px;
	top: 306px;
	overflow:auto;
}

#bubbles_left {
	position:absolute;
	width:85px;
	height:206px;
	z-index:6;
	left: 40px;
	top: 370px;
}

#sidebar_comment {
	position:absolute;
	width:125px;
	height:143px;
	z-index:5;
	top: 467px;
	left: 19px;
}

/* These two styles are for the patron photos, but I hope to make  */
/* them work for the committee in due course too                   */
/* They do away with the 'space' image and the 'align' tag         */
/* They look slightly different in the different browsers          */
.photobox {
	width: 132;
	text-align: center;
	vertical-align: top;
	padding-top: 45px;
}

.phototitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:20px;
	margin-bottom:-8px;
	line-height: auto;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	}

/* STANDARD TEXT CLASSES */
.bodyfront {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	color: #666666;
	}

.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align:left;
	vertical-align:top;
	}

.texttable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: auto;
	padding-top:10px;
	padding-bottom:10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	}
	
.texttablebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: auto;
	padding-top:10px;
	padding-bottom:10px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	}
	
.textbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	}

.textnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	}
	
.textsidebar {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-style: normal;
	font-weight: bold;
	color:#7373ad;
	margin-top:4px;
	margin-bottom:4px;
	}

.requiredlabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;
	line-height: 17px;
	font-style: normal;
	font-weight: bold;
	color:#666666;
	}

.textcopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	font-weight: bold;
	color: #666666;
	text-align:center;
	}

.textreference {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-align:right;
	margin-top:-10px;
	}

/* TAG CONTROL */
h1 {
/* This is the white text on a blue background */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight:bold;
	text-indent:16px;
	color: #ffffff;
	margin-right:300px;
        background:url(images/main_banner.gif);
}

/* Note, I was going to do H2 but it's covered by phototitle */

	
ul {
	list-style-position: outside;
	margin-left: 0;
	padding-left: 1.25em;
	}
	
a:link {color: #000066;}

a:visited {color: #000066;}
