html, body {
	background: #000000;
	padding: 0px;
	/*height: 100%;	this was messing up the left nav in firefox*/
	/*Commented out for Opera: 
	margin-right: auto;
	margin-left: auto; */margin-top: 5px;
}
html>body .main {height:auto;} /*for mozilla as IE treats height as min-height anyway*/



/********************************************/
.menubg {
	height: 29px;
	position: relative;
	display: block;
	vertical-align: text-bottom;
}

#left {
	vertical-align: top;
	 /*height: 300px; Have to put SOMETHING in here for the height for both
					browsers. DO NOT put in a percentage, must be a pixel value*/
	display: table;
	width: 150px;
}
#leftnav {
	padding: 10px 0px 20px 0px; /*this affects bottom of equal height*/
	margin: 5px 0px 0px 0px;
	font: 14px/20px Lucida Sans, Arial, Helvetica, sans-serif;
	float: left;
	vertical-align: top;
	border: 2px solid #d9d9d9;
	display: table;/*10px 0px 20x 10px; this affects the bottom of equal column content */
	width: 160px; /*150*/
	/*voice-family: "\"}\"";  IE hack next 7 lines */
	/*voice-family:inherit;
	width: 146px; /*correct width is 150, so minus the padding AND border for IE*/
	background: #B6B5B7;
	min-height:100%;
	position: relative;
}

#leftnav div {
	/*height: 100%;
	min-height:100%;
	display: table;*/
}
#leftnav ul {
	list-style-type: none;
	padding: 10px 0px;
}

#leftnav li a:link, #leftnav li a:visited {
	font: 14px/20px Lucida Sans, Arial, Helvetica, sans-serif;
	/*padding-bottom: 10px;*/
	background-image: url(../../graphics/mw.gif);
	background-repeat: no-repeat;
	text-align: left;
	width: 90%;
	background-position: 3px 3px;
	padding-left: 30px;
	display: block;
	}
#leftnav li a:active, #leftnav li a:hover {
	font: 14px/20px Lucida Sans, Arial, Helvetica, sans-serif;
	background-image: url(../../graphics/mw_f2.gif);
	background-position: 3px 3px;
	padding-left: 30px;
	display: block;
	font-weight: bold;

}
#leftnav a, #leftnav a:link, #leftnav a:active, #leftnav a:visited {
	color: #060644;
	text-decoration: none;
}
#leftnav a:hover, #leftnav li a:hover {
	color: #060644;
	font-weight: bold;

}
.leftnavactive {
	color: #060644;
	background: url(../../graphics/mw_f2.gif) no-repeat left top;
	font-weight: bold;
}
#main {
	vertical-align: top;
	display: table;	padding:0px; margin:0px;
}
#contentdiv {
	background: #FFFFFF;
	border: 2px solid #d7d7d7;
	float: right;
	vertical-align: top;
	position: relative;
	margin: 5px 0px 0px 5px;
	/*width: 660px; for IE 646 is actual width minus border. for FF: subtract 5 marginleft and 2px border x2=637. but for some reason 641 is working, must be my bad math! For IE it's 646 minus 5 margin, 2px border is 639*/
	width: 625px; /*for firefox 637 */
}

.content {
	padding: 5px 20px /*10px 20px 20px 20px; this affects the bottom of equal column content */;
	vertical-align: top;	/*display: block;*/
		/*width: 626px; 637 minus 40px pad for FF*/
	/*voice-family: "\"}\"";  /*IE hack next 7 lines*/
	/*voice-family:inherit;
	width: 596px; */
}


.bottom {
	font: 14px/20px Lucida Sans, Arial, Helvetica, sans-serif;
	color: #CCC;	
	background: #666;
	text-align: center;
	border: 2px solid #CCC;
	margin-top: 5px;
	padding: 0px;
	display: block;
	width: 796px;
	display: block;
}
.bottom a:link, .bottom a:active, .bottom a:visited{
	color: #CCC;
	text-decoration: none;
}
.bottom a:hover {
	color: #FFF;
	text-decoration: underline;
	font: bold 14px/20px Lucida Sans, Arial, Helvetica, sans-serif;
}
ul {
	color: #73319D;
	list-style: square;
}
/*--img {display: block;}*/
.title, .title a {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-transform: capitalize;
	color: #E32330;
}

.pimgwrap {
	float: right;
	display: block;
	width: 336px;
}
.pimg {
	border: 2px solid #999999;
	margin-bottom: 10px;
	float: right;
}
.pimgcaption {
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	width: 326px;
	float: right;
	text-align: right;
	margin-left: -10px;
	background-image: url(../../graphics/credits.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	vertical-align: top;
}
.pimgwrapl {
	float: left;
	display: block;
	width: 336px;
	margin-bottom: 10px;
}
.pimgwrapc {
	display: block;
	width: 336px;
}
.pimgcaptionbox {
	float: right;
	font-weight: bold;
	color: #FFFFFF;
	background: #722E9A;
	padding: 5px 10px;
	width: 316px;
	text-align: right;
	border: 2px solid #E63A46;
	display: block;
}
strong {
	font-weight: bold;
	color: #73319D;
}
.link a, #contentdiv a, #contentdiv a:link, #contentdiv a:visited {
	color: #722E9A;
}
.link a:hover, #contentdiv a:hover {
	color: #E32330;
	text-decoration: underline;
}
.hide {
	display: block;
	color: #FFFFFF;
}
.centerbox {
	text-align: justify;
	display: block;
	clear: both;
	padding: 10px;
}
