@charset "UTF-8";
/* CSS Document */

html {
	font-size: 16pt;
}
body {
	background-image: none;
	font-size: 62.5%;
}
#container, #content, #layer1, #CoInfo  {width: 100%; margin: 0; float: none;}

#Desc {
	width: 100%;
	text-align: center;
}
#footerLinks {
	display: none;
	height: 0.25px;
	width: 100%;
}
#CoInfo {
	text-align: center;
}
#HdrBasic, #HdrRPCTitle {
	display : none;
}

#images {
	width: 100%;
	text-align: left;
}
#layer1 {
	height: 1.5in;
}
#layer1 img {
}

#layer1  a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

#layer5 {
	width: 100%;
	float: none;
	text-align: left;
	z-index: 6;
	visibility: visible;
	color: #000000;
	padding-bottom: 10px;
	width: 100%;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0.5in;
	height: 0.5in;
}
#layer5 a {

	color: #000000;
}



#left {
	width: 48%;	
}

#menu {
	width: 100%;
	margin-top: 1px;
	position: relative;
	top: -1px;
	color: #000000;
	display: none;
}
#menu a:link {
	width: 100%;
	margin-top: 1px;
	position: relative;
	top: -1px;
	color: #000000;
}
#nav li ul { /* second-level lists */
	position: absolute;
	z-index: 10;
	width: 10em;
	left: -999em; 
	padding: 0;/* using left instead of display to hide menus because display: none isn't read by screen readers */
	
}
#pagenav {
	display: none;
}

#right {
	margin-left: 0.125in;
	width: 48%;
}

.DescPlatName {
	font-weight: bold;
	font-size: 1em;
}
.hide {
visibility: hidden;
}
.clear {
	clear: both;
	float: left;
}
.info {
	text-align: center;
	margin-right: 20px;
}

