@import url("menu.css");
@import url("topmenu.css");
html { 
	height: 100%; 
	background-color: #265665; 	
	background-image: url(../gfx/bg.jpg);
	background-repeat: repeat-x;
	font: 90%/1.4 Verdana, Arial, Helvetica, sans-serif; color: #333333; 
	}
body {
	margin: 0;
	padding: 0;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#wrapper {
	margin: 0px auto;
	width: 80%;
	min-width: 840px;
	max-width: 990px;
	}
/* HEADER */
.h1 {
	background: transparent;
	height: 133px;
	position: relative;
	z-index: 0;
	min-width: 670px;
	}
.h1 h1 {
	background: url(../gfx/Midwest-Personalized-Oncolo.jpg) top left no-repeat;
	height: 133px;
	text-indent: -9000em;
	position: relative;
	z-index: 1;
	margin: 0 18px 25px 0;
	}
.h1 h1 a {
	background: transparent url(../gfx/content-header-h1.jpg) top right no-repeat;
	display: block;
	height: 133px;
	position: relative;
	z-index: -1;
	}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin: 0 164px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	background: url(../gfx/content-bg.jpg) top left repeat-y;

}

#leftcolumn{
	float: left;
	width: 200px; /*Width of left column in percentage*/
	margin-left: -100%;
	background: #76b900 url(../gfx/left-bg.jpg) bottom left no-repeat;
	min-height: 600px;
	min-width: 200px;
}

#rightcolumn{
	float: left;
	width: 149px; /*Width of right column in pixels*/
	margin-left: -164px; /*Set margin to that of -(RightColumnWidth)*/
	background: url(../gfx/right-bg.jpg) top left repeat-y;
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif; color: #333333;

}
#rightcolumn .innertube {
	padding: 10px 20px;
	}
#rightcolumn .innertube h3 {
	margin:0;
	padding: 0;
	font-size: 1.1em;
	}
#contentcolumn h2 {
	margin: 0 0 0 9px;
	padding: 8px 0 0 0;
	height: 32px;
	color: #fff;
	padding-left: 20px;
	font-size: 16px;
	letter-spacing: 0px;
	/*text-transform: uppercase;*/
	background: #b1b3b6 url(../gfx/content-header-h2.jpg) top right no-repeat;
}
#contentcolumn .innertube {
	padding: 10px 20px;
	}
#contentcolumn h3 {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	}
	
#contentbottomwrapper {
	float: left;
	width: 100%;
}

#contentbottomcolumn {
	margin: 0 149px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#contentbottomcolumn .innertube {
	height: 15px;
	background: url(../gfx/content-bottom.jpg) top left no-repeat;
	}
#leftBottom {
	height: 15px;
	background: url(../gfx/left-bottom.jpg) top left no-repeat;
	width: 200px; /*Width of left column in percentage*/
	}
#rightBottom {
	height: 15px;
	background: url(../gfx/right-bottom.jpg) top left no-repeat;
	width: 149px; /*Width of right column in pixels*/
	margin-left: -149px; /*Set margin to that of -(RightColumnWidth)*/	
	}
#bottomfooter{
	clear: left;
	width: 100%;
}
#footer,
#footer a, 
#bottomfooter a {
	color: #DED9C3;
	text-decoration: none;
	}
.breadCrumbs {
	float: left;
	color: #DED9C3;
	position: relative;
	margin-top: -15px;
	margin-left: 210px;
	}
#footer{
	clear: left;
	width: 100%;
}

/* CONTENT IMAGES */
#rightcolumn .figureright {
	float: right;
	margin: .5em 0 0 0px;
	font-size: 92%;
	color: #999;
	text-align: center;
	/*width: 220px;*/
	line-height: 1.2em;
}
#rightcolumn .figureleft {
	float: left;
	margin: .5em 0 0 0px;
	font-size: 92%;
	color: #999;
	text-align: left;
	/*width: 220px;*/
	line-height: 1.2em;
}
#rightcolumn .figure {
	margin: 0px;
	font-size: 92%;
	color: #999;
	text-align: left;
	line-height: 1.2em;
}
.figureright img.fig {
	margin-top: 15px;
	margin-left: 5px;
	padding: 0 0 5px 0;
}
.figureleft img.fig {
	margin-top: 15px;
	margin-right: 5px;
	padding: 0 0 5px 0;
}
.figure img.fig {
	margin-top: 5px;
	padding: 0;
}

/* LOGIN FORM */
#loginForm {
	/*border-top: solid 1px #ccc;*/
	margin: 20px 0 10px 0;
	padding: 0 30px;
	}
#loginForm h3 {
	font-size: 0.8em;
	color: #666;
	padding-top: 5px;
	}
#loginForm label {
	display: block;
	}
#loginForm input#password,
#loginForm input#userID,
#loginForm input#email{
	color: #006633;
	background-color: #d7eae3;
	border: 1px solid #087946;
	margin-bottom: 5px;
	}

.FirstColumn {
	display: block;
	width: 200px;
}
form#exA .secondC {
	width: 200px;
}
.FullColumn {
	display: block;
	width: 200px;
}
/* NEW FORMS */
#fm-form fieldset {
	border: 0 solid #fff;
	}
#fm-form fieldset legend {
	display: none;
	}	