/* =============== =Layout =============== */
/* Set up the basics */
html, ul { 
	margin: 0px; 
	padding: 0px; 
} 
/* Clear margin and padding defaults, and set line height to 1em. This gives a basic starting point. */
body { 
	line-height: 1em;
	margin: 0px; 
	padding: 0px; 
}

#header
{ float: left; }

#wholePage
{
	padding: 220px 34px 0 36px;
	margin-right: 24px;
}

#sidebar
{
	float: right;
	width: 17em;
	margin: 55px 0 0 20px;
	background-color: #fff;
	list-style-position: inside;
	padding: 5px;
}

#sidebar h2
{
	display: block;
	height: 0px;
	width: 0px;
	overflow: hidden;
	position: relative;
	z-index:100;
}

#sidebar li
{ 
	padding-left: 0.8em;
	list-style-type: square;
	color: #C12626;
/*	border-bottom: 1px solid gray;
	padding-top: 0.3em;
	*/
}

/*
#sidebar li:hover
{
	border-left: 2px solid blue;
}*/

img
{ margin: 8px; }

.imgLeft { float:left; }
.imgRight { float:right;}
.highlight1 img, .highlight2 img, .imgCentre { margin:8px auto; display:block; }

#content
{
	margin-right: 18em;
	padding-bottom: 138px;
}

#footer
{
	position: relative;
	top: -108px;
	margin-bottom: -118px;
	padding-bottom: -118px;
	margin-top: 25px;
	overflow: hidden;
	height: 168px;
	clear: both;
	z-index: 10;
}

#page
{
	margin-bottom: -118px;
	padding-bottom: -118px;
	overflow: hidden;
}

.raok
{
	margin: 0 auto;
	border: 1px solid #7F3B3B;
	width: 80%;
	background-color: #ffffdd;
	padding: 5px;
}

#vericode { 	border: 1px outset #c12626;	 }

.raok img { margin: 0 auto; display:block; }

.highlight1, .highlight2, .highlight3
{
	border: 1px outset #c12626;	
	margin: 0 auto;
	width: 85%;
	padding: 5px;
	max-width: 60em;
}

.narrow { width: 40%; }
.medium { width: 66%; }
.wide { width: 85%; }

.caption { text-align: center; }

.highlight1
{background-color: #ddddff;}
.highlight2
{background-color: #ffffcc;}
.highlight3
{background-color: #ddffcc;}

form p span { display:block; }

#forumLink
{ 
	position: relative; 
	top: 1em; 
	left: 1em; 
	font-size: 2.4em; 
}

.clear {clear: both;}