html{
	height: 100%;
}

form{
	margin:0px;
	padding:0px;
}

#mainWrapper{
	/*width:1105px;*/
	width: 991px;
	margin:auto;
}

#mainLeftWrapper{
	width:991px;
	float:left;
	background-color:#FFFFFF;
}

#mainRightWrapper{
	float:left;
}

#contentWrapper{
	margin: 0px 18px 0px 10px;
}

#leftWrapper{
	width: 486px;
	float:left;
}

#rightWrapper{
	width: 454px;
	float:right;
}

#rightTop{	
	height:224px;
}

#rightBottom{
	height:318px;
	background-image:url(../images/home-page-mn-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#eventTop{
	height:100px;
	background-image:url(../images/event-top-bg.gif);
	background-repeat:no-repeat;
}

#eventBottom{
 padding:17px 0px 0px 28px;
 height:124px;
 background-image:url(../images/event-bottom-bg.gif);
 background-repeat:no-repeat;
}

#footerWrapper{
	height: 25px;
	margin: 14px 18px 1px 10px;	
	background-color: #BCBDC1;
	line-height: 25px;
}

#footerWrapper .footerText{
	margin:0px 19px 0px 19px;
}

#footerWrapper a:link, a:visited {
  color: #606060;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
}
#footerWrapper a:hover {
  text-decoration: underline;
}

/* Hyperlinks */
a#news_btn:link, a#news_btn:visited{
  background-image:url(../images/home_news_menu.gif);
  background-position:top left;
  background-repeat:no-repeat;
  width:132px;
  height:145px;
  display:block;
  text-decoration:none;
  margin-top: 13px;
}

a#designer_btn:link, a#designer_btn:visited{
  background-image:url(../images/home_designer_menu.gif);
  background-position:top left;
  background-repeat:no-repeat;
  width:132px;
  height:145px;
  display:block;
  text-decoration:none;
  margin-top: 13px;
}

a#project_btn:link, a#project_btn:visited{
  background-image:url(../images/home_project_menu.gif);
  background-position:top left;
  background-repeat:no-repeat;
  width:132px;
  height:145px;
  display:block;
  text-decoration:none;
  margin-top: 13px;
}

a#event_btn:link, a#event_btn:visited{
  background-image:url(../images/home-events-menu.gif);
  background-position:top left;
  background-repeat:no-repeat;
  width:132px;
  height:145px;
  display:block;
  text-decoration:none;
  margin-top: 13px;
}

a#grand_prog_btn:link, a#grand_prog_btn:visited{
  background-image:url(../images/home-grand-prog-menu.gif);
  background-position:top left;
  background-repeat:no-repeat;
  width:132px;
  height:145px;
  display:block;
  text-decoration:none;
  margin-top: 13px;
}

a#diagnostic_btn:link, a#diagnostic_btn:visited{
  background-image:url(../images/home-diagnostic-menu.gif);
  background-position:top left;
  background-repeat:no-repeat;
  width:132px;
  height:145px;
  display:block;
  text-decoration:none;
  margin-top: 13px;
}

a.whitelink:link, a.whitelink:visited {
  color: #999999;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}

a.whitelink:hover {
  text-decoration: underline;
}

.bluebutton{
  background-image:url(../images/button_blue12.gif);
  background-repeat: no-repeat;
  height:20px;
  width:80px;
  padding-top:0px;
  padding-left:7px;
  font-size:11px;
  color:#FFFFFF;
}

.searchBox{
	background-image:url(../images/textbox_96bg.gif);
	width:96px;
	height:23px;
}

.searchtxt{
	border:0px;
	width:70px;
	height:17px;
	margin-top:2px;
	margin-left:10px;
}

.f_eventdate{
   color:#ffffff;
   padding-left:10px;
   font-size:11px;
   font-weight: bold;
}

a.f_eventtitle:link,a.f_eventtitle:visited{
   color:#6d6d6f;
   text-transform:uppercase;
   padding-left:10px;
   font-size:13px;
   font-weight: bold;
   text-transform:capitalize;
   display:block;
   text-decoration:none;
}

a.f_eventtitle:hover{
   text-decoration:underline;
}

.f_eventvenue{
   color:#ffffff;
   text-transform:uppercase;
   padding-left:10px;
   font-size:11px;
   font-weight: bold;
   text-transform:capitalize;
}