	/* Custom supporting and over-riding values */

		body {
			font-size: 70%;
			margin: 0;
			padding: 0;
			font-family: Georgia, Arial, Verdana, 'Sans Serif';
			line-height: 150%;
			color: #404040;
			background-color: #c6c6c6;
			text-align: center;
		}
		
		
		/* Container */

			#globalcontainer {
				margin: 0 auto;
				text-align: left;
				width: 985px;
				background: #fff !important;
				height: 100%;
			}
			
			.schemeContent {
				text-align: left;
				background: #fff !important;
				margin: 0;
				padding: 1.5em;
				font-size: 1.05em;
			}
			
		
		/* Logo */
		
			#customLogo {
				float: left;
				position: relative;
				margin: 30px 0 0 24px;
				width: 167px;
			}
			
		
		/* Menu links */
			
			#menuLinks {
				float: left;
				position: relative;				
				margin-top: -4px;
				font-family: Arial, Verdana, 'Sans Serif';
				height: 134px;
				background: url('../images/dsresource_004.jpg') bottom left no-repeat;
				width: 780px;
			}
			#menuLinks .innerContent, #menuLinks .outerContent {
				float: left;
				position: relative;
				width: 55%;
			}
			#menuLinks .innerContent {
				margin-top: 12px;
				margin-left: -1px;
			}
			#menuLinks .outerContent {
				float: right;
				width: 45%;
				text-align: right;
			}			
			
			#menuLinks .innerContent ul, #menuLinks .innerContent ul li {
				margin: 0;
				padding: 0;
			}
			#menuLinks .innerContent ul li {
				list-style-type: none;
				display: inline;
				padding: 0 1.2em 0 0;
			}
			
			#menuLinks a, #menu a, #footerLinks a {
				color: #52351f;
			}
			
			#menuLinks #qs_keyword {
				background: #ebde66;
				border: 0;
				padding: 2px 0 5px 0;
				width: 93px;
			}
			
			#menuLinks #submit_quicksearch {
				background: #cdc1b9;
				color: #52351f;
				font-weight: bold;
				border: 0;
				font-size: 105%;
				padding: 1px 15px 3px 5px;
			}
			
		
		/* Footer links */
		
			#footerLinks {
				font-family: Arial, Verdana, 'Sans Serif';
				margin: 0 20px;
				background: url('../images/dotted.gif') top left repeat-x;
				padding: 1em 0;
			}
			#footerLinks ul, #footerLinks ul li {
				margin: 0;
				padding: 0;
			}
			#footerLinks ul li {
				list-style-type: none;
				display: inline;
				padding: 0 1.25em 0 0;
			}
			
			
		/* Other supporting classes */
		
			.clearBoth {
				clear: both;
			}
			#menu {
				padding: 10px 0 5px 0;
				border-bottom: none;
				background: url('../images/dotted.gif') bottom left repeat-x;				
				margin: 0 25px 10px 25px;
			}
			.mainContent .content {
				margin-left: 25px;
				font-size: 1.1em;
			}
			
			h1, h2, h3, h4, h5 ,h6,
			.mainContent select, .mainContent input, .mainContent textarea {
				font-family: Georgia, Arial, Verdana, 'Sans Serif' !important;
			}
			
			.subContent, .iconBoxes {
				font-size: 1.05em;
			}
			
			fieldset.standard p.radioButtons label {
				width: 8.5em;
			}