html {
	margin: 0;
	padding: 0;
	background: white;
}

body {
	margin: 0;
	padding: 0;
	background: white;
	text-align: center;
	color: #A2A087;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.25em;
}

#pagebg {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0 auto 0 auto;
	background: white;
}

img {
	border: 0;
}

a {
	color: #0C92BB;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 10px 0;
}

#pagecontainer {
	position: relative;
	width: 100%
	background: white;
	text-align: left;
	margin: 0;
}

#header {
	text-align: left;
	width: 100%;
	position: relative;
}

#headertop {
	width: 100%;
	background-color: white;
}

#header h1 {
	font-family: Trebuchet MS, TrebuchetMS, Trebuchet, Tahoma, Verdana, Arial, sans-serif;
	font-size: 25px;
	text-align: right;
	line-height: 29px;
	height: 40px;
	width: 6.5em;
	font-weight: bold;
	color: black;
	margin: 0;
	padding: 0;
}

#header h1 a {
	font-family: Trebuchet MS, TrebuchetMS, Trebuchet, Tahoma, Verdana, Arial, sans-serif;
	font-size: 25px;
	line-height: 29px;
	font-weight: bold;
	color: black;
	margin: 0 5px 0 0;
	padding: 0;
	border: none;
}

#phoneno {
	display: none;
}

#topnavigation {
	font-size: 25px;
	line-height: 25px;
	position: absolute;
	left: 6.5em;
	top: 0;
	padding: 0;
	margin: 0;
	background-color: white;
}

#topnavigation ul {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

#topnavigation ul li {
	display: none;
}

#topnavigation ul li.active {
	display: block;
}

#topnavigation ul li a, #topnavigation ul li span a {
	color: gray;
	text-decoration: none;
	margin: 0;
	display: inline;
}

#sectionbar {
	border-bottom: #f4f5f0 solid 5px;
	height: 30px;
	width: 100%;
	overflow: hidden;
}

#sectionbar img {
	float: right;
	padding: 0;
	margin: -50px 0 0 0;
}

#appthumbnails {
	background-color: #E0E0E0;
	text-align: left;
	margin-right: -2px;
	width: 161px;
	height: 124px;
	float: left;
	display: inline;
}

#appthumbnailsinner {
	display: none;
}

#columnscontainer {
	padding: 0 2px 0 2px;
	background: white;
}

#contentcolumn {
	display: block;
	margin: 15px 0px 5px 0px;
	padding: 0;
	overflow: visible;
}

#contentcolumn img {
	margin: 0px 5px 10px 5px;
}

#contentcolumninner {
	padding: 0 15px 0 15px;
	margin: 0;
}

#contentcolumn h1 {
	display: block;
	background-color: #B0B0B0;
	color: #565548;
	padding: 2px 4px 3px 6px;
	font-family: Trebuchet MS, TrebuchetMS, Trebuchet, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
}

#contentcolumn h1 {
	margin: 0 -15px 13px -15px;
	clear:both;
}

#contentcolumn h2 {
	display: block;
	background-color: #B0B0B0;
	color: white;
	padding: 2px 4px 3px 6px;
	font-family: Trebuchet MS, TrebuchetMS, Trebuchet, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
}

#contentcolumn h2 {
	margin: 0 -15px 13px -15px;
	clear:both;
}

#metacolumn h2 {
	margin: 0 0 13px 0;
}

#metacolumn {
	position: absolute;
	top: 0;
	left: 0;
	width: 161px;
	height: 40px;
	margin: 0;
	padding: 0;
	overflow: visible;
}

#metacolumninner {
	padding: 0 5px 5px 5px;
	margin: 0;
}

#postnavsection {
	display: none;
}

#metacolumn h1, #metacolumn h2 {
	display: none;
}

#metacolumn ul.nav {
	height: 0;
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	vertical-align: bottom;
}

#metacolumn ul.nav li {
	display: none;
}

#metacolumn ul.nav li.active {
	position: absolute;
	top: 0;
	background-color: #E0E0E0;
	display: block;
}

#metacolumn ul.nav li.active a {
	background-color: #E0E0E0;
	display: block;
	color: black;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding-top: 7px;
}

.applink {
	display: none;
}

.newsbox {
	display: none;
}