body {
	background-image: url(../images/medowie_headerTile.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: white;
	color: #323232;
}
img {
	border: none;
}


/* PAGE IMAGES */

.container {
  width: 950px;
  margin: 0 auto;
  color:#000;
  	background-color: #ffffff;

}

.headerbg {
	background-image: url(../images/medowie_headerRight.gif);
	background-position: right top;
	vertical-align: top;
	background-repeat: no-repeat;
	height: 105px;
	padding-top: 16px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.left{
	background-image: url(../images/medowie_sidebar.gif);
	background-position: left top;
	background-repeat: repeat-y;

}
.right{
	background-image: url(../images/medowie_footerbg_rightt.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

/* FOOTER INFORMATION */

.footerDivider {
	background-image: url(../images/medowie_footerbg1.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 33px;
	margin: 0px;
}
.footerDivider1 {
	background-image: url(../images/medowie_footerbg_rightb.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 33px;
}
.footer {
	background-image: url(../images/medowie_footergb2.jpg);
	background-position: right bottom;
	background-repeat: repeat-x;
	height: 44px;
}
.footertext
{
	text-align: center;
	color: #ffffff;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 8pt;
}
.footertext a:link {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
}
.footertext a:hover {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
}
.footertext a:visited {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
}
.footertext a:active {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
}

.footertext1
{
	text-align: center;
	color: #20723d;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 8pt;
	padding-left: 80px;
}
.footertext1 a:link {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #20723d;
}
.footertext1 a:hover {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #20723d;
}
.footertext1 a:visited {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #20723d;
}
.footertext1 a:active {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #20723d;
}

/* CONTENT */

.titleBG{
	background-image: url(../images/medowie_titleImage.jpg);
	background-position: 135px 13px;
	background-repeat: no-repeat;
	padding-left: 145px;
	padding-right: 0px;
	padding-top: 16px;
	padding-bottom: 3px;
	height: 55px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	font-size: 12pt;


}
.contentText {
	color: 323232;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 9pt;
	height: 100%;
	vertical-align: top;
	text-align: left;
	padding-right: 55px;
}




/* MENU TEXT AND IMAGES */

.menu {
	color: #666666;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	vertical-align: top;
	height: 32px;


	}
	
.menubg{
	background-image: url(../images/medowie_menuBG.gif);	
	background-position: center center;
	background-repeat: repeat-x;
	height: 32px;
	
	}


