html, body {
	height: 100%;
	background: #ffffff url('../images/bg.png') repeat-xy top left;
}
h1, h2, h3, h4, h5, h6 {
	color: #3a525c;
	font-weight: bold;
}
a, a:visited {
	color: #6a96a8;
}
a:active, a:hover {
	color: #8a3335;
}
th, td {
	vertical-align: top;
}

fieldset {
	border: none;
	margin: 0; padding: 0;
}
legend {
	display: none;
}
textarea {
	height: 100px;
}

label {
	display: block;
}
button {
	font-weight: bold;
	cursor: pointer;
	margin: 6px 0px;
}


#header {
	background: transparent url('../images/bg_grad.png') no-repeat top center;
	height: 415px;
	padding-top: 25px;
}
#iewarning {
	padding: 20px;
	border-bottom: 2px solid #cccccc;
	text-align: left;
	background: #000000;
	color: #ffffff;
}
#iewarning h2 {
	color: #ffffff;
}
#iewarning a {
	color: #d4d4d4;
}


#logo{
	width: 960px;
	height: 132px;
	float: left;
    margin:10px;
	_margin-left:5px;
}
#logo a {
	width: 960px;
	height: 132px;
	float: left;
	display: block;
	text-indent: -10000px;
	background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='mdia/logo.png',sizingMethod='crop');
}

#mainmenu {
    clear:left;
	float: left;
	margin: 0px 0px 0px 10px;
	_margin: 0px 0px 0px 5px;
	padding-top: 10px;
	white-space:nowrap;
	background: transparent url('../images/mainmenu_mid.png') repeat-x left;
	width: 920px;
	height: 35px;
}
#mainmenu ul {
	_margin: 0px;
}
#mainmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px 25px 0px 25px;
	border-right: 1px solid #f0f0f0;
}
#mainmenu li#last {
	border-right: none;
}
#mainmenu li a {
	color: #000000;
	text-decoration: none;
	font-size: 1.2em;
}
#mainmenu li a.selected {
	color: #DC291E;
}

.container {
width: 980px;
margin: 10px auto;
background-color: #F0EEEE;
}

#footer_spacer {
	height: 10px;
	clear: both;
}
#footer {
	background: transparent url('../images/footer_bg.png') no-repeat left;
	height: 35px;
	width: 960px;
    margin:10px;
	_margin-left:5px;
}

#flash_box {
	float: right; 
	width:960px; 
	height:132px; 
	margin:0px;
}
.slideshow{position:relative; height:132px}
.slideshow img{position:absolute; top:0px; left:0px}

