@charset "iso-8859-1";
BODY{
	/* Font(s) */
	/* font-family: Helvetica, Arial, sans-serif; */
	/* font-family: Arial, Helvetica, sans-serif; */
	/* font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	/* font-size: medium; */
	/* font-size: 10pt; */
	/* font-size: x-large; */

	/* Background */
	background-color: white;
/*
	background-image: url("images/shell-bg.jpg");
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
*/

	height: 100%;

	/* Margins */
	margin: 0 0 0 0;	/* shorthand box properties tip: think of a clock: 12(top), 3(right), 6(bottom), 9(left) */
/*
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
*/

	/* Padding(s) */
	padding: 0 0 0 0;	/* shorthand box properties tip: think of a clock: 12(top), 3(right), 6(bottom), 9(left) */
/*
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
*/
}

A{
	font-weight: bold;
	text-decoration: underline;
}
A:link{ color: blue; }
A:active{ color: yellow; }
A:visited{ color: purple; }
A:hover{
	text-transform: uppercase;
}

/*
* {
	margin: 0;
	padding: 0;
}
*/

.center-me{
	margin-left: auto; margin-right: auto;
	text-align: center;
}
.ie6-fudge{
	height: 0em; /* Fudge, to make IE6 calculate width(s) correctly */
}

/*
TABLE{
	margin-left: auto; margin-right: auto;
	text-align: center;
}
*/
td{
	padding: 0.5em;
	text-align: left;
}

ul, ol {
	text-align: left;
	padding-left: 1em;
	padding-right: 0.5em;
}

dd{
	margin-bottom: 0.5em;
}

.br2{
	clear: both;
}

.small1{
	font-size: x-small;
}

.normal1{
	text-align: left;
	margin-left: 1em;
}

.image1{
	float: left;
	padding: 0.5em;
	text-align: center;
}

.side-by-side2{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 49%;
	text-align: center;
}

.banner{
	font-size: 2em;

	/* Position */
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;

	height: 1em;
	width: 100%;

	background: orange;

	/* Border(s) */
	border: none;

	/* Alignments */
	text-align: center;
	vertical-align: middle;
}

.maindiv{
	position: absolute;
	top: 2.0em;
	right: 0;
	bottom: 4.0em;
	left: 0;

	width: 100%;

	/* Border(s) */
	border-top: 1px solid black;
	border-right: none;
	border-bottom: 1px solid black;
	border-left: none;

	z-index: 1;
}

.logo-div{
	margin-right: auto; margin-left: auto;
	text-align: center;
	padding-bottom: 1em;
}

.logo{
	vertical-align: middle;
	border-style: solid; border-width: 6px;
	font-size: 2.5em; font-weight: bold;
	text-align: center;

	padding-left: 0.5em;
	padding-right: 0.5em;
}

.sidebar{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: yellow;
	height: 100%;

	/* Border(s) */
	border: none;

	text-align: left;
	vertical-align: top;

	/* z-index: 0 */
	/* z-index: 2; */
}
.left-sidebar{
	width: 7em;
	line-height: 2em;
	padding: 0 1em 0 1em;	/* shorthand box properties tip: think of a clock: 12(top), 3(right), 6(bottom), 9(left) */
}
.right-sidebar{
	width: 110px;
	text-align: center;
	right: 0;
	left: auto;
}

.centercontent{
	position: absolute;
	top: 0;
	right: 110px;
	bottom: auto;
	left: 9em;
	height: 100%;

	padding-left: 0.5em;
	padding-right: 0.5em;

	background: white;
	text-align: center;
	vertical-align: top;
	/* z-index: 3; */
	z-index: 1;

	overflow: auto;
	/* Border(s) */
	border-top: none;
	border-right: 1px solid black;
	border-bottom: none;
	border-left: 1px solid black;
}

.intro1{
	position: relative;
	top: auto;
	font-size: 1em;
	text-align: center;
}

.pop-color1{
	text-align: center;
	color: blue;
	font-weight: bold;
}

.footer{
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;

	height: auto;
	width: 100%;

	background-color: orange;
	text-align: center;

	border-top: 1px solid black;
	padding: 0 0 0 0;
}
.subfooter{
	padding: 0.5em 1em 0.5em 1em;
}

