html, body {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 135%;
}
div#background {
	background-image: url(/images/MSW-header.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	padding: 0px;
	border: 0px none;
	position: relative;
	height: 600px;
	width: 760px;
}

/* *** message layer could change or alternate between several messages *** */

div#message {
	background-image: url(/images/promotingexcellence.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 59px;
	width: 475px;
	border: 0px none;
	position: absolute;
	z-index: 2;
	left: 132px;
	top: 92px;
	font-size: 90%;
}

div#aboutus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #434718;
	text-decoration: none;
	text-align: center;
	position: absolute;
	z-index: 3;
	height: 29px;
	padding-top: 8px;
	width: 76px;
	left: 475px;
	top: 22px;
}

div#contactus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #434718;
	text-decoration: none;
	text-align: center;
	position: absolute;
	z-index: 3;
	height: 29px;
	padding-top: 8px;
	width: 76px;
	left: 551px;
	top: 22px;
}

div#aboutus a, div#contactus a{
	display: block;
	width: 100%;
	line-height: 130%;
	margin: 0px;
}
	
div#aboutus a:link, div#aboutus a:visited, div#contactus a:link, div#contactus a:visited{
	text-decoration: none;
	color: #434718;
}

div#aboutus a:hover, div#aboutus a:focus, div#contactus a:hover, div#contactus a:focus{
	color: #434718;
	width: 100%;
}


/* *** left menu column *** */

div#nav{
	position: absolute;
	top: 92px;
	left: 0px;
	width: 132px;
	z-index: 3;
}

div#menutop {
	background-image: url(/images/menutop.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 13px;
	width: 132px;
}

div#menu{
	position: relative;
	top: 0px;
	left: 0px;
	width: 132px;
	z-index: 0;
	font-size: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #434718;
	background-image: url(/images/menubg.gif);
	background-repeat: repeat;
	text-align: center;
}
	
	/* Button/list styling CSS */

div#menu ul{
	margin: 0 20px; 
	padding: 0;
}

div#menu li{
	list-style: none;
	padding: 5px 0px 5px 0;
	margin: 0 0 9px;
	} 
	
div#menu li a{
	display: block;
	width: 100%;
	line-height: 130%;
	margin: 0px;
}
	
div#menu li a:link, div#menu li a:visited{
	text-decoration: none;
	color: #434718;
}

div#menu li a:hover, div#nav li a:focus{
	color: #FFF;
	width: 100%;
	font-weight: bold;
}

div#menu p{
	padding: 0em;
	color: #FFF;
}
div#menuseparator {
	background-image: url(/images/Menumiddle.gif);
	position: relative;
	height: 24px;
	width: 132px;
}
div#menubase {
	background-image: url(/images/menubase.gif);
	position: relative;
	height: 15px;
	width: 132px;
	background-repeat: no-repeat;
}

/* *** Main body text layer *** */
div#mainwindow {
	width: 619px;
	position: relative;
	left: 141px;
	top: 158px;
}
div#leftcolumn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 378px;
	position: relative;
	left: 0px;
	top: 0px;
	text-indent: 0px;
	float:left;
	color: #434718;
}
div#doublecolumn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 609px;
	position: relative;
	left: 0px;
	top: 0px;
	text-indent: 0px;
	float:left;
	color: #434718;
}
div#rightcolumn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 231px;
	background-image: url(/images/rule.gif);
	background-repeat: repeat;
	left: 388px;
	top: 0px;
	float:left;
}
div#baseblock{
	clear:both;
	background-color: #53581E;
	height: 34px;
	width: 619px;
	position: relative;
	margin: 10px 0px;
	font-size: 85%;
	color: #FFFFFF;
	padding-top: 2px;
	padding-left: 8px;
	text-decoration: none;
	display: block;
}
div#baseblock p{
	color:#FFF;
}
div#baseblock a{
	color:#FFF;
}

/* *** article listing classes *** */
div.search_description{
	font-style:italic;
}

/* CSS for fonts and links */

h1{
	color: #114292;
	font-size: 135%;
	font-weight: bold;
	line-height: 140%;
}
	
h2{
	color: #114292;
	font-size: 108%;
	font-weight: normal;
	line-height: 140%;
}

p{
	color: #114292;
	font-size: 90%;
	line-height: 140%;
	color: #434718;
}

ul{
	color: #114292;
	font-size: 90%;
	line-height: 140%;
	color: #434718;
}


h1.news{
	color: #114292;
	font-size: 115%;
	font-weight: bold;
	line-height: 125%;
	background-color: #C4CF8D;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #C4CF8D;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
h2.news{
	color: #114292;
	font-size: 110%;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	line-height: 125%;
}

p.news{
	font-size: 110%;
	line-height: 125%;
	color: #434718;
	margin-left: 10px;
}

a:link, a:visited{
	color: #114292;
	background: transparent;
	font-weight: normal;
	text-decoration: none;
}

a:hover{
	color: #000;
	background-color: #C4CF8D;
	text-decoration: none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}

/*START RSS CLASSES*/
#rss_feeds{
}
.channel{ 
	font-size: 90%;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 10px;
}
.details{
}
.items{ 
	font-weight: normal;
	font-size: 90%;
}
.item{
	margin-top:10px;
}
#feedback{
	display:none;
	font-size: 90%;
	margin-left: 10px;
}
/*END RSS CLASSES*/

/*START POLL CLASSES*/

#poll{
	border:1px solid #C4CF8D;
	width:50%;
	font-size: 75%;
}
#poll_wrapper{
	padding:5px;
}
#poll form{
	margin:0px; /**removes margins around forms*/
}
#poll fieldset{
	border:none;
	margin-top:25px; /**removes margins around forms*/
	margin-bottom:10px; /**removes margins around forms*/
	padding:0px;
}
#poll .radio{ 
	position : relative; 
	width : 13em; 
	display : block; 
	margin : 1em 0em 1.5em 0em; 
	color:#000;
} 
#poll input#button { 
	margin-bottom:2px;
}
#poll .radio_list{
	margin-top:-30px;
}
#poll .left{
	padding-left:1px;
	margin-top:0px;
}
#poll h2{
	color: #114292;
	font-size: 95%;
	font-weight: bold;
	line-height: 145%;
	background-color: #C4CF8D;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #C4CF8D;
	padding-top: 10px;
	padding-bottom: 10px;
	margin:0px;
}
/*END POLL CLASSES*/

/*START TOP LEFT SITE SEARCH FORM CLASSES*/
div#site_search {
	background-image: url(/images/search.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 59px;
	width: 132px;
	text-align:center;
}
div#site_search form{
	margin:0px; /**removes margins around forms*/
}
div#site_search form input{ 
	width:98px;
	margin-top:20px; /**removes margins around forms*/
}
/*END TOP LEFT SITE SEARCH CLASSES*/

/*PRINT CSS ONLY STYLES*/
#copyright, #url{
	display:none;
}

/* *** you are here trick *** */
	
body#welcome div#nav ul li.welcome a, body#news div#nav ul li.news a, body#publications div#nav ul li.publications a, body#shows div#nav ul li.shows a, body#workshops div#nav ul li.workshops a, body#conferences div#nav ul li.conferences a, body#market div#nav ul li.market a, body#weather div#nav ul li.weather a, body#membership div#nav ul li.membership a, body#links div#nav ul li.links a, body#downloads div#nav ul li.downloads a, body#printer div#nav ul li.printer a, body#help div#nav ul li.help a  {
	color: #FFF;
	width: 100%;
	font-weight: bold;
}

body#aboutus div#background div#message div#aboutus a, body#contactus div#background div#message div#contactus a{
	color: #434718;
	width: 100%;
	font-weight: bold;
}
