/* 3 col fluid layout CSS Document */
/* mac hide\*/
html, body {height:100%}
/* end hide*/
body {
	padding:0;
	margin:0;
	background:#000000;
	color: #000000;
	background-color: #FFFF00;
	background:#000000;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: bold;
}
#outer{
	height:100%;
	min-height:100%;
	margin-left:2%;
	margin-right:20%;
	background:#ffffff url(/tycb/imgs/contentback.png) no-repeat left bottom;
	border-left:1px solid #000;
	border-right:1px solid #000;
	color: #000000;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#inner{width:100%;/*needed to fix ies bad handling of widths with percentages*/}
#header{/* header is position absolute but can come first in source by using a negative margin technique also*/
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100px;
#	background:#FFFF00;
	background:#000000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	overflow:hidden;
	color: #000000;
}

#left p {padding-left:0;padding-right:3px}
#right p {padding-left:7px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:27%;
	float:right;
	margin-right:-27%;/*must be same as width */
	margin-left:1px;/*makes element 1px smaller than width otherwise won't push footer down */
      text-align:center;
      color:#ffffff;
      margin-top:20px;
}

#footer {
	width:100%;
	clear:both;
	height:50px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #FFFF00;
	color: #000000;
	text-align:center;
	margin-top:-52px;/* drag footer back into page*/
	position:relative;
}
* html #footer {/*only ie gets this style*/
	height:52px;/* for ie5 */
	height:50px;/* for ie6 */
}
#clearheader{height:100px;}/*needed to make room for header*/

#clearfooter{clear:both;height:52px;}/*needed to make room for footer*/

div,p  {margin-top:0}/*clear top margin for mozilla*/

/* mac hide\*/
/* html #centrecontent {height:1%;}/* combat IE's 3 pixel jog */
/* end hide*/
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper thanks to Tim Connor*/

#rmenu1,#rmenu2,#rmenu3, #rmenu4,#rmenu5 {
  position:relative;
  background:black url(imgs/frame.png) no-repeat center top;
  height:70px;
  margin-right:6px;
}
#link{
  position:relative;
  top: 22px;
  color:#ffffff;
}
#blurb{
  position:relative;
  color:#ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}


.menulinks a{
	color:#ffffff;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
.menulinks a:link {color:#ffffff;}
.menulinks a:visited {color:#ffffff;}
.menulinks a:hover {
         color:#ffff00;
}























