body
{
	padding: 0;
	margin: 0;
	font-family:  'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: AliceBlue;
	background-image: url(../../images/gradient-background.png);
	background-repeat: repeat-y;
}

#Wrapper
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 760px;
	text-align: left;
	z-index: 0;
}

#Watermark
{
	position: absolute;
	top: 95px;
	right: 0;
	width: 250px;
	height: 350px;
	margin: 1em 10px 1em 0;
	background-image: url(../../images/badge-watermark.png);
	background-repeat: no-repeat;
	background-position : right top;
	z-index: -1;
}

#Header
{
	position: relative;
	height: 92px;
	border-bottom: RoyalBlue 2px solid;
}

#Header img
{
	position: absolute;
	bottom: 0;
	left: 0;
}

#Header h1
{
	position: absolute;
	bottom: 4px;
	margin: 0;
	right: 0;
	font-size: 1.8em;
	font-weight: bold;
	color: RoyalBlue;
	text-align: right;
}

#Content
{
	padding: 0;
	margin: 0 0 0.4em 0;
	float: right;
	width: 550px;
}

#Content h1
{
	padding: 0 0 0 0;
	margin: 0.45em 0 -0.4em 0;
	line-height: normal;
	font-weight: bold;
	font-size: 1.25em;
	color: RoyalBlue;
	text-align: left;
}

#Content h2
{
	padding: 0 0 0 0;
	margin: 0.45em 0 -0.4em 0;
	line-height: normal;
	font-weight: bold;
	font-size: 1em;
	color: RoyalBlue;
	text-align: left;
}

#Content h3
{
	padding: 0 0 0 0;
	margin: 0.45em 0 -0.4em 0;
	line-height: normal;
	font-weight: bold;
	font-size: 0.8em;
	color: RoyalBlue;
	text-align: left;
}

#Content p
{
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0.7em 0 0.7em 0;
	text-align: justify;
}

#Content a
{
	font-weight: bold;
}

#Content a:link
{
	color: RoyalBlue;
}

#Content a:visited
{
	color: DarkMagenta;
}

#Content a:hover
{
	color: Black;
}

#Content ol
{
	list-style-type: decimal;
	font-size: 0.8em;
	line-height: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: justify;
}

#Content ul
{
	list-style-image: url(../../images/bullet.png);
	list-style-type: square;
	margin-top: 0.5em;
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: justify;
}

#Content ul li
{
	line-height: 1.2em;
	margin-bottom: 0.25em;
}

#Content ul ul
{
	list-style-type: square;
	list-style-image: none;
	font-size: 1em;
}

#Content a.BackToTop
{
	display: block;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	font-size: 0.8em;
	color: white;
	padding: 0.3em 0.8em 0.3em 0.5em;
	margin: 1em 0 1em 0;
	border-left: Black 16px solid;
	background-color: RoyalBlue;
}

#Content a.BackToTop:hover
{
	background-color: Black;
	border-left: RoyalBlue 16px solid;
}

#TopText
{
	display: none;
}

#PageTOC
{
	margin-bottom: 0.75em;
	border-bottom: RoyalBlue 2px solid;
}

#PageTOC p
{
	line-height: 1.3em;
}

#Footer
{
	clear: both;
	font-size: 0.7em;
	padding: 0.25em 0 0 0;
	margin: 0 0 2em 0;
	text-align: right;
	color: RoyalBlue;
	border-top: RoyalBlue 2px solid;
}

#Designer
{
	float: left;
	position: relative;
	text-align: left;
}

#Designer a:link,
#Designer a:visited
{
	font-weight: bold;
	color: RoyalBlue;
}

#DesignerLogo
{
	float: left;
	padding: 0 3px 0 3px;
	margin: 0;
}

#DesignerLogo img
{
	border: none;
}
