BODY { 	BACKGROUND: #ffffff; COLOR: #000000 }
H1 { 	BACKGROUND: #ffffff; COLOR: #000000 }
H2 { 	BACKGROUND: #ffffff; COLOR: #000000 }
H3 { 	BACKGROUND: #ffffff; COLOR: #000000 }
H4 { 	BACKGROUND: #ffffff; COLOR: #000000 }
H5 { 	BACKGROUND: #ffffff; COLOR: #000000 }
H6 { 	BACKGROUND: #ffffff; COLOR: #000000 }
P { 	FONT-FAMILY: Georgia, Tahoma, Verdana, Arial, sans-serif }
TABLE { 	FONT-FAMILY: Georgia, Tahoma, Verdana, Arial, sans-serif }
TBODY { 	FONT-FAMILY: Georgia, Tahoma, Verdana, Arial, sans-serif }
TR { 	FONT-FAMILY: Georgia, Tahoma, Verdana, Arial, sans-serif }
TD { 	FONT-FAMILY: Georgia, Tahoma, Verdana, Arial, sans-serif }
IMG { 	BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px;
     BORDER-BOTTOM: 0px }
CITE { 	BACKGROUND: #ffffff; COLOR: #336699 }
HR { 	BACKGROUND: #ffffff; COLOR: #cccccc }
.copyright { 	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: lighter;
     FONT-SIZE: 70%; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px;
     FONT-STYLE: italic; 
	text-align: center;
}
.invisible { 	DISPLAY: none }
.center { text-align: center }
.right { 	TEXT-ALIGN: right }
.left { 	TEXT-ALIGN: left }
A { 	TEXT-DECORATION: none }
A:link { text-decoration: underline; color: #cc0000; background: #ffffff }
A:visited { text-decoration: underline; color: #666666; background: #ffffff }
A:active { color: #ff0000; background: #ffcc00 }
A:hover { text-decoration: underline; color: #cc0000; background: #ffffcc }


#container {
}



#navigation {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 2em;
	width: 12em;
}


#navigation  ul {
	list-style-type: none;
	padding: 0em;   /* set all padding to  0 */
	margin: 0 0 0 1em;    /*set left margin to 1em */
}

#navigation li {
	list-style: none;
	padding: 0em;   /* set all padding to  0 */
	margin: 0em;  

}

#navigation a {
	text-decoration: none;
	color:#06c;
	background: #ffffff; 
}

#navigation .pagemenu {
	font-size: 0.75em;
}


#navigation a:hover {
	text-decoration: underline;
	color: #33f;
	background: #eeeeff;
}




#navigation .thispage {
	font-size: 1.2em;
	color:#00f;
	background: #ffffff;
}


#right_sidebar {
	absolute: right;
	top: 0;
	right: 0;
	width: 12em;
}


#navigation2 {
	text-align: center;
	margin: 0 12em; /* setting top and bottom margin to 0 and right and left margin to 20em */
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 2%;
}


#header {

	margin: 0 12em; /* setting top and bottom margin to 0 and right and left margin to 10em */

	padding-left: 1%;
	padding-right: 1%;
}

#content {
	margin: 0 12em; /* setting top and bottom margin to 0 and right and left margin to 10em */
	padding-left: 1%;
	padding-right: 1%;
}



#footer {
	margin-top: 3em ;
	margin-left: 12em;
	margin-right: 12em;
	/* padding-bottom: 5%; */
	/* background: #eeffff; colour: #000000; */
}