html, body {
margin:0;
padding:0;
}


body {
	height:100%;
	background-color:#4F4F4F;
	color:#000000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.10em;
}
a {
	color:#FF9;
	text-decoration:underline;
}
a:hover {
	color:#fff;
	text-decoration:none;
}

p { margin:0.5em 0;}



h1, h2, h3, h4, h5, h6 { margin:0.75em 0;}

h1 {font-size:167%;}

h2 {font-size:139%;}

h3 {font-size:120%;}

h4 {font-size:100%;}


h1{
	color:#CE0909;
}

h2 {
	color:#DA8619;
}







blockquote.warning {
	margin:1em;
	padding:.5em;
	padding-left:5em;
	background-color:#ffffff;
	background-image:url(../images/blockquote-bg-warning.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	border-top:1px solid #eeeeee;
}
blockquote.question {
	margin:1em;
	padding:.5em;
	padding-left:5em;
	background-color:#ffffff;
	background-image:url(../images/blockquote-bg-question.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	border-top:1px solid #eeeeee;
}
blockquote p {
	font-size:.8em;
	margin:.2em;
	color:#616161;
}
#centerColumn {
	margin:0 auto;
	padding:12px;
	width:700px;
	text-align:left;
	vertical-align: middle;
	background-color:#000;/*	border:1px solid #BBD1E2;*/
}
#header {
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:144px;
	background-color:#ffffff;
	background-image:url(../images/header-bg.gif);
	background-position:bottom right;
	background-repeat:no-repeat;/*border:1px solid #EBCD48;*/
}
#content {
	float:left;
}
#LeftColumn {
	float:left;
	margin:5px;
	padding:5px;
	font-size:0.9em;
	background-position:top;
	background-repeat:repeat-x;
	color: #FFF;
}

#LeftColumn a {
	font-size:.9em;
	text-decoration:none;
	color:#559449;
}
#LeftColumn a:hover {
	text-decoration:none;
	color:#cccccc;
}
#buttonmenu {
	font: bold 11px/31px Tahoma;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	color: #FFFFFF;
	width: 138px;
}
#buttonmenu li a:hover {
	color: #C0C0C0;
	text-decoration: underline;
}
#buttonmenu li a {
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: none;
	color: #FFFFFF;
	width: 100%;
	display: block;
}
#buttonmenu li {
	width: 100%;
	display: block;
	margin: 0px;
	background: #000 url(../images/buttonsamplecopy.gif) no-repeat;
	margin-bottom: 5px;
	height: 28px;
}
#RightColumn {
	float:right;
	margin:5px 0 0 5px;
	padding:0 5px 5px 5px;
	font-size:0.9em;
	background-color:#ffffff;
	background-image:url(../images/fauxrightcolumn-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border-bottom:1px solid #eeeeee;
	width: 520px;
}
#RightColumn a {
	font-size:.9em;
	text-decoration:none;
	color:#559449;
}
#RightColumn a:hover {
	text-decoration:none;
	color:#cccccc;
}
#footer {
	bottom:0;
	margin:5em 0 0 0;
	padding:0;
	height:4em;
	line-height:4em;
	text-align:center;
	font-size:0.7em;
	/*	border-top:1px solid #eeeeee;*/
	clear: both;
	color: #FFF;
}
#upperredbar {
	background:transparent url(../images/upperredbar.gif) no-repeat scroll 0 0;
	height:22px;
	width:697px;
}
#flashbanner {
	width:700px;
	height:115px;
}
#leftslideshow {
	background: url(../homemedia/leftslideshow.jpg) no-repeat center center;
	width:163px;
	height:100px;
	float:left;
	padding:5px;
}
#mlslideshow {
	background: url(../homemedia/mlslideshow.jpg) no-repeat center center;
	width:163px;
	height:100px;
	float:left;
	padding:5px;
}
#mrslideshow {
	background: url(../homemedia/mrslideshow.jpg) no-repeat center center;
	width:163px;
	height:100px;
	float:left;
	padding:5px;
}
#rightslideshow {
	background: url(../homemedia/rightslideshow.jpg) no-repeat center center;
	width:163px;
	height:100px;
	float:left;
	padding:5px;
}


.greyblock{
	background-color:#CCC;
	padding:15px;
}

#bbb_logo {
	height:52px;
	position:absolute;
	margin:10px auto auto 660px;
	width:34px;
}
