@charset "utf-8";
/* CSS Document */

.content A:link {text-decoration:underline; font-weight:bold; color:white}
.content A:visited {text-decoration:underline; font-weight:bold; color:white}
.content A:active {text-decoration:blink; font-weight:bold; color:white}
.content A:hover {text-decoration:line-through; font-size:14px; font-weight:bold; color:white}

.footer A:link {text-decoration:none; font-weight:bold; color:white}
.footer A:visited {text-decoration:none; font-weight:bold; color:white}
.footer A:active {text-decoration:blink; font-weight:bold; color:white}
.footer A:hover {text-decoration:underline; font-size:14px; font-weight:bold; color:white}

body{
	background-image:url(../images/bktile.jpg);
	background-repeat:repeat;
	margin:0px;
}
.all{
	position:relative;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	height:760px;
	width:1124px;
}

.topbanner{
	position:absolute;
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
	width: 1050px;
	height: 306px;
	left: 0px;
	top: 0px;
}
#nav{
	position:absolute;
	color:white;
	left: 144px;
	top: 277px;
	left: 137px;
}
.bottomhalf{
	background-image:url(../images/bottomhalf.jpg);
	background-repeat:no-repeat;
	position:absolute;
	left: -1px;
	top: 306px;
	width: 1050px;
	height: 406px;
}
.media{
	position:absolute;

}
#mediareg{
	left: 135px;
	top: 1px;
	width: 477px;
	height: 287px;	
}
#mediahome{
	left: 135px;
	top: 1px;
	width: 477px;
	height: 287px;	
}
#mediacake{
	left: 160px;
	top: 20px;
	width: 477px;
	height: 287px;
}
.contenttitle{
	position:absolute;
	left: 1px;
	top: -1px;
	width: 326px;
	height: 26px;
	text-align:center;
}
.content{
	position:absolute;
	left: 673px;
	top: 2px;
	width: 328px;
	height: 327px;
	color:white;
	font-size:13px;
}
#pdf{
	position:absolute;
	left: 294px;
	top: -1px;
	width: 27px;
}
.footer{
	color:white;
	position:absolute;
	text-align:center;
	left: 270px;
	top: 342px;
	width: 641px;
	height: 42px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
}
#outer { height: 100%; overflow: visible; margin: auto; position: relative; }
#outer[id] { display: table; position: static; }
#middle { position: absolute; top: 50%; }
#middle[id] { display: table-cell; vertical-align: middle; position: static; }
#inner { position: relative; top: -50%; left: -50% }
#inner[id] { position: static; }
#box { border: solid 1px white; position: relative; text-align: center; display: block; width: 760px; height: 420px; }
#divUpControl { position:relative; }
#divDownControl { position:relative; }
#ScrollContainer { position: relative; width:325px; height:298px; overflow:hidden; top:29px; left:1px; visibility:hidden; color: }
#ScrollContent { position: absolute; top: 0; left: 0; right: 11px; height: auto; }
#ScrollControls { position: absolute; top: 0; right: 0; bottom: 0; width: 15px; color:white; z-index:15 }
#ScrollUp a { display: block; width: 15px; height: 15px; position: absolute; top: 0; right: 0; background: url(../images/btn-up.png) no-repeat top left; }
#ScrollUp span { display: none; }
#ScrollDown a { display: block; width: 15px; height: 15px; position: absolute; bottom: 0; right: 0; background: url(../images/btn-dn.png) no-repeat top left; }
#ScrollDown span { display: none; }