body {
	margin: 0px;
	text-align: justify;
	color: white;
	padding: 0px;
	font: normal 0.75em/2.0em Georgia;
	letter-spacing: 0px;
	padding: 0;
	background-color: white;
}

p {
	background: ;
	color: gray;
}

b, strong {
	background-color: ;
	color: white;
}

a:link, a:visited {
	color: gray;
	text-decoration: none;
	background-repeat: no-repeat;
}

a:hover, a:active {
	color: silver;
}

img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
	position: relative;
	z-index: 5;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
	position: relative;
	z-index: 5;
}


#container { /* Right And Left Margin Widths To Auto */	text-align: justify; /* Hack To Keep IE5 Windows Happy */
	color: gray;
	margin-left: 50px;
}

.clearer {
	clear: both;
	text-align: justify;
}

#pageHeader {
	height: 50px;
	margin-bottom: 15px;
	position: relative;
	color: black;
	text-align: justify;
	background-color: white;
}

#pageHeader img {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: justify;
}

#pageHeader h1 {
	color: gray;
	margin: 0px;
	padding: 13px 20px 0px 20px;
	letter-spacing: 2px;
	font-size: 16pt;
	text-align: justify;
	background-color: white;
}

#pageHeader h2 {
	color: white;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0px;
	padding-left: 20px;
	font-size: 1.5em;
	background-color: white;
	text-align: justify;
}

#contentContainer {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	z-index: 10;
	font-family: Georgia;
	color: gray;
	text-align: justify;
	background-color: white;}

#contentContainer #content {
	padding: 0px;
	border: 0px;
	text-align: justify;
}

#sidebarContainer {
	float: left;
	width: 50px;
	margin: 0 0 0px;
	padding: 0;
	position: relative;
	text-align: justify;
	color: white;
	background-color: white;
	list-style-type: none;
}

#sidebarContainer #sidebar {
	padding: 0px 0px 0px;
	line-height: 1.6em;
	text-align: justify;
	width: 100px;
}

#sidebarContainer .sideHeader {
	padding: 0px 0px 0;
	font-weight: normal;
	font-size: 1.2em;
	color: gray;
	text-align: justify;
	font-style: normal;
}

#footer {
	text-align: left;
	height: 50px;
	background: #333333;
	color: gray;
	background-color:white;
}

#footer p {
	color: gray;
	padding-top: 15px;
	padding-left: 20px;
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
	color: #ffffff;
	text-decoration: none;

