html
{
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	background: #FFFFFF;
	font-size: 12px;
	font-family: "Verdana", "Arial", sans-serif;
}

body
{
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
}

.main
{
	overflow: auto;
	position: absolute;
	z-index: 3;
	top: 50px;
	bottom: 0px;
	left: 102px;
	right: 0;
	background: #C6C3FF;
	white-space: normal;
	border: 1px solid #000000;
}

* html .main
{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	max-height: 100%;
	width: 100%;
	overflow: auto;
	position: absolute;
	display: block;
	z-index: 3;
	text-align: center;
	border-top: 50px solid #EFEFEF;
	border-bottom: 0px solid #EFEFEF;
	border-left: 100px solid #EFEFEF;
}

* html .article,.hosted,.wishlist
{
	text-align: left;
}

.article
{
	display: block;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	height: 300px;
	border: 1px solid #000000;
	margin: 5px auto 5px auto;
	z-index: 5;
	white-space: normal;
}

.article .articleheading
{
	width: 100%;
	height: 20px;
	display: block;
	font-family: "Verdana", "Arial", sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	background-color: #A0A0FF;
	white-space: normal;
}

.article .articlesubhead
{
	width: 100%;
	height: 20px;
	font-family: "Verdana", "Arial", sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	background-color: #C0C0FF;
	white-space: normal;
}

.article .articlebody
{
	width: 100%;
	height: 240px;
	display: block;
	white-space: normal;
	overflow: auto;
	background-color: #D0D0FF;
}

.article .articlefooter
{
	width: 100%;
	height: 20px;
	font-family: "Verdana", "Arial", sans-serif;
	font-weight: bold;
	font-size: 12px;
	background-color: #A0A0FF;
	white-space: normal;
}

.header
{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: auto;
	left: 0px;
	width: 100%;
	height: 50px;
	background-color: #8482FF;
	z-index: 5;
}

.navmenu
{
	position: absolute;
	top: 50px;
	right: 100px;
	bottom: 0px;
	left: 0px;
	width: 100px;
	height: auto;
	text-align: center;
	background-color: #8482FF;
	padding: 1px;
	z-index: 5;
}

* html .navmenu
{
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	max-height: 100%;
	width: 100px;
	overflow: auto;
	position: absolute;
	display: block;
	z-index: 5;
}

.navmenu a
{
	text-decoration: none;
	background-color: #A0A0FF;
	vertical-align: middle;
	color: #000000;
	font-family: "Verdana", "Arial", sans-serif;
	font-weight: normal;
	display: block;
	width: 90px;
	font-size: 14px;
	border-top: 1px solid #D8D6FF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #D8D6FF;
	margin: 2px;
}

.navmenu a:visited
{
	text-decoration: none;
	background-color: #A0A0FF;
	vertical-align: middle;
	color: #000000;
	font-family: "Verdana", "Arial", sans-serif;
	font-weight: normal;
	display: block;
	width: 90px;
	font-size: 14px;
	border-top: 1px solid #D8D6FF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #D8D6FF;
	margin: 2px;
}

.navmenu a:hover
{
	text-decoration: underline;
	background-color: #D0D0FF;
	vertical-align: middle;
	color: #000000;
	font-family: "Verdana", "Arial", sans-serif;
	font-weight: normal;
	display: block;
	width: 90px;
	font-size: 14px;
	border-top: 1px solid #D8D6FF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #D8D6FF;
	margin: 2px;
}

.navmenu a:active
{
	text-decoration: none;
	background-color: #D0D0FF;
	vertical-align: middle;
	color: #000000;
	font-family: "Verdana", "Arial", sans-serif;
	font-weight: normal;
	display: block;
	width: 90px;
	font-size: 14px;
	border-top: 1px solid #000000;
	border-right: 1px solid #D8D6FF;
	border-bottom: 1px solid #D8D6FF;
	border-left: 1px solid #000000;
	margin: 2px;
}

.hosted
{
	display: block;
	width: 75%;
	height: 100px;
	border: 1px solid #000000;
	margin: 5px auto 5px auto;
	z-index: 5;
	white-space: normal;
}

.hostedname
{
	height: 15px;
	background-color: #A0A0FF;
}

.hosteddesc
{
	height: 70px;
	overflow: auto;
	background-color: #D0D0FF;
}

.hostedurl
{
	height: 15px;
	background-color: #A0A0FF;
}

.wishlist
{
	display: block;
	width: 75%;
	border: 1px solid #000000;
	margin: 5px auto 5px auto;
	z-index: 5;
	white-space: normal;
}

.wishlist .wishlistHeading
{
	width: 100%;
	height: 20px;
	display: block;
	font-family: "Verdana", "Arial", sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	background-color: #A0A0FF;
	white-space: normal;
}

.wishlist .wishlistSubHead
{
	width: 100%;
	font-family: "Verdana", "Arial", sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	background-color: #C0C0FF;
	white-space: normal;
}

.wishlist .wishlistBody
{
	width: 100%;
	max-height: 300px;
	display: block;
	white-space: normal;
	overflow: auto;
	background-color: #D0D0FF;
}

.wishlist .wishlistBody a
{
	display: block;
}

.wishlist .wishlistFooter
{
	width: 100%;
	height: 20px;
	font-family: "Verdana", "Arial", sans-serif;
	font-weight: bold;
	font-size: 12px;
	background-color: #A0A0FF;
	white-space: normal;
}
