		/*
			CSS Reset
		*/
		@import url(/styles/reset.css);
		/*
			Window setup and decorations
		*/
		html {
			text-rendering: optimizeLegibility;
		}
		body {
			background-color: tan;
			/*background-image: url(elements/images/body_bgi.jpg);
			background-repeat: repeat-y;
			background-position: top right;*/
			font-family: "Helvetica","Lucida Sans Unicode", "Univers", "Arial", sans-serif;
			font-size: 10pt;
			height: 100%;
			padding: 1.5em;
		}
		div#outsideContainer {
			background-color: darkred;
			background-image: url(/elements/images/body_bgi.gif);
			background-repeat: repeat;
			background-position: top left;
			min-width: 40em;
			max-width: 90%;
			border: thin solid white;	/*Just for testing*/
			padding: 1em;
			height: 98%;
			color: white;
		}
		div#outsideContainerTopper {
			background-image: url(/elements/images/main_top_bgi.jpg);
			background-repeat: no-repeat;
			background-position: top right;
		}
		div#insideContainer {
			float:left;
			border-left: 15em solid darkred;
			color: black;
		}
		/*
			Sidebar specific styles
		*/
		div#sidebar {
			float:left;
			width: 15em;
			margin-left: -15em;
			position: relative;
		}
		div#mainMenu {
			background-color: darkred;
			background-image: url(/elements/images/sidebar_bgi.jpg);
			background-position: top center;
			background-repeat: repeat-y;
		}
		div#mainMenu>div#decoration {
			background-color: #b22;
			background-image: url(/elements/images/swoosh-top.png);
			background-position: top center;
			background-repeat: no-repeat;
		}
		div#mainMenu>div#decoration img {
			float: left;
			z-index: 2;
		}
		div#mainMenu ul {
			margin-right: .5em;
			background-color: gray;
			border-top: 1px solid white;
			border-bottom: 1px solid white;
		}
		div#mainMenu ul>li {
			text-align: right;
			border-top: 1px solid white;
			border-bottom: 1px solid white;
		}
		form#siteSearch label {
			display: none;
		}
		/*
			Inner Containers
		*/
		div#pageContent {
			background-color: white;
			border: 1em solid gray;
/*			margin-right: 100%;*/
/*			margin-left: -10em; /*We shove over for the main menu*/
/*			border-left: 10em solid white;*/
			width: 105%;
			overflow: auto;
			z-index: 2;
		}
		div#pageContentMenu {
			/*width: 10em;*/ /*		subject to change.	*/
			max-width: 20%;
			display: block;
			float: left;
			margin-left: 0em;
			padding-top: 5em;
			margin-right: 2em;
*/
		}
		div#pageContentData {
			display: block;
			margin: 2em;
			height: auto;
		}
		/*
			Footer
		*/
		div#footer {
			font-size: .8em;
			clear: both;
			width: 100%;
			margin: 2em auto 0 auto;
			background-color: white;
			color: black;
			border: .25em outset gray;
		}
		div#attribution {
			line-height: 1;
			margin: .25em;
		}
		div#footerLinkBox {
			margin: 0em 10%;
			font-size: 1.2em;	/*So that the list can be large to read*/
			overflow: hidden;
		}
		ul.footerLinks {
			list-style: none;
			display: inline;
		}
		ul.footerLinks li {
			border-left: thin solid black;
			float: left;
			line-height: 1.1em;
			margin: 0 .5em 0 -.5em;
			padding: 0 .5em 0 .5em;
		}
		/*
			General specifications
		*/
		a {
			color: #197dc8;
		}
		hr {
			color: #aaa;
			width: 80%;
			margin: .5em auto;
		}
		p {
			text-indent: 2em;
			line-height: 1.4;
		}
		li {
			line-height: 1.4;
			margin-top: .25em;
		}
		h1 {
			color: #900;
			font-size: 2em;
		}
		h1+p {
			font-size: 1.2em;
			font-weight: bold;
		}
		ul {
			list-style-position: outside;
			list-style-type: square;
		}
		kbd {
			-moz-background-clip:border;
			-moz-background-inline-policy:continuous;
			-moz-background-origin:padding;
			-moz-border-radius-bottomleft:4px;
			-moz-border-radius-bottomright:4px;
			-moz-border-radius-topleft:4px;
			-moz-border-radius-topright:4px;
			-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.5);
			background:#D9DCDF none repeat scroll 0 0;
			border-top:1px solid #E9ECEF;
			color:#364857;
			font-size:85%;
			font-weight:normal;
			margin:2px 1px 2px 0;
			min-width:1em;
			padding:0 0.5em 0.1em;
			text-align:center;
			text-shadow:none;
			white-space:nowrap;
		}
		/*
			Specific styles specifications
		*/
		.logo {
			font-variant: small-caps;
			font-family: "Gill Sans","Century Gothic", sans-serif;
			color: white;
		}
		div.countedList ol { 
			counter-reset: item;
		}
		div.countedList>ol>li {
			font-size: 1.5em;
			font-weight: bold;
		}
		div.countedList>ol>li>ol {
			font-size: .75em;
			font-weight: normal;
		}
		div.countedList li { 
			display: block;
		}
		div.countedList li:before { 
			content: counters(item, ".") " "; counter-increment: item;
		}
		ul.links {
			list-style: none outside;
			margin: .4em;
			padding: 0;
			text-align: right;
		}
		ul.sidebarSubmenu {
			display: block;
			list-style-type: none;
			border: 1px solid black;
		}
		ul.sidebarSubmenu li {
			border-top: 1px dashed gray;
			border-bottom: 1px dashed gray;
			margin-top: 0em;
		}
		ul.sidebarSubmenu li:hover {
			border-top: 1px solid gray;
			border-bottom: 1px solid gray;
		}
		table.resultsTable {
			border: 1px solid black;
			border-collapse: separate;
			border-spacing: 2px;
			background-color: #ffc;
			text-align: center;
			vertical-align: middle;
		}
		table.resultsTable td {
			padding: 2px;
		}
		caption {
			font-weight: bold;
			caption-side: bottom;
		}