		body {
			background: url(images/maincontainerback.png);
			
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px; 
			
			color: #333; 
			line-height: 1.4; 
			margin: 0; 
		}
		#maincontainer {
			width: 1000px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 0px;
			background: url(images/maincontainerback.png);
		}
		#container {
			width: 900px;
			border: none;
			margin-left: auto;
			margin-right: auto;
			text-align: left;
                        border-left: 1px solid #151559;
                        border-right: 1px solid #151559;
			background: url(images/contentback.gif);
		}

		#wrap {
			border: 1px solid #111;
			padding: 0;
		}

		#banner {
			padding: 0px;
			margin-bottom: 0;
			margin-top: 0;
			text-align: left;
			background-color: #000;
			background: url(images/header.jpg);
			height: 150px;
			border: none;
		}
		

		#content {
			padding: 10px;
			margin-right: 295px;
                        margin-left: 15px;

		}

		#sidebar {

		}

		#sidebar-a {
			float: right;
			width: 200px;
			width: 110px;
			width: 200px;
			margin: 0;
			margin-left: 0;
                        margin-right: 35px;
			padding: 5px;
                        padding-top: 2px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			

                        
                       
                      

                        
		}

		#headbar {
			clear: both;
			background: url(images/bg_header.gif);
                        background-repeat: no-repeat;
			height: 31px;
                        padding-top: 3px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
                        
                        
		}
		
		#headbar ul {
			padding: 0px;
                        margin-bottom: 0px;
			margin-top: 0px;
			text-align: center;
                        font-size: 7px;
		}
		
		#headbar ul li {
			display: inline;
		}

		#headbar ul li a {
			padding-right: 1em;
			padding-left: 1em;
			font-size: 10px;
			text-decoration: none;
			color: #FFFFFF;
			font-style: normal;
		}
		
		 #headbar ul li a:hover {
			
			color : #151559;
		}
		
		#footer {
			clear: both;
			background-color: #6a90b5;
			height: 20px;
			margin: 0;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			text-align: center;
                        padding-top: 2px;
			color: #FFFFFF;
		}
		
		#footer a {
			text-decoration: none;
			color : #FFFFFF;
		}
		
		#footer a:hover {
			text-decoration: none;
			background-color : #FFFFFF;
			color : #151559;
		}
		
		blockquote {
			border-top: 1px solid #333;
			border-bottom: 1px solid #333;
			font-style: italic;
		}
		
		h1 {

			font-variant: small-caps;
			font-size: 225%;
			color: #ccc;
			font-style: normal;
			
			margin-bottom: 25px;
		}
		
		h1 span {
			color: #c90;
			font-style: italic;
			font-size: 35%;
			font-variant: normal;
		}


		.footer{

			text-align: right;
			font-weight: normal;
			text-transform : uppercase;
			font-size: 85%;
			color: #333;
			
		}
		.marginfooter{
			width:200px;
			text-align:center;
			margin-bottom:30px;
		}

		#content h2 {
			padding-left: 19px;
			font-weight: bold;
			font-size: 17px;
			color: #000000;
			background: url(images/doc.png);
			background-position: center left;
			background-repeat: no-repeat;
                        margin-top: 0px;
                        

		}
		
		#content h2 .date {
			font-weight: normal;
			font-variant: small-caps;
			font-size: 11px;
			color: #333;
			
		}

		#sidebar-a h2{
		        font: 15px Verdana, Arial, Helvetica, sans-serif;
			color: black;
		        font-weight: bold;
		        font-variant: small-caps;
		        
		        margin-top: 12px;
                        color: #555555;
                        
			
		}
		
a:visited, a:link {
			color: #336699;
                        text-decoration: none;
                        
                        font-size: 11px;
			
		}

		a:hover {
			color: #A51F28;
                        font-size: 11px;
                        
			
		}
		
              
                h1 a:visited, h1 a:link, h1 a:hover {
			font-variant: small-caps;
			color: #ccc;
			font-style: normal;
			
			border-bottom: none;
		}
		.entry  {
			background-color: #fff;
			color:#333;
			
			
			text-align:justify;
		}
		
		.ornament  {
			text-align:center;
			width:560px;
		}
		.commentform  {
			background-color: #fff;
			border: 1px #ccc solid;
			padding: 10px;
			width: 570px;
		}
		.commentinput {
			border:1px #ccc solid;
			width:300px;
		}

		.searchbox {
			border:1px #ccc solid;
			margin-bottom:5px;
			width:190px;

		}
		.commentbutton, .searchbutton {
			border:1px #000 solid;
			background:#ddd;
		}
		.commentbutton {
			width:140px;
		}
		.searchbutton {
			width:190px;
		}
		#comments {
			margin-left:40px;
		}
		.pivot-image {
			
			padding:5px;
			background:#fff;
		}
		#buttonbox a {
			border-bottom:none;
		}
		.badge {
			border:none;
			margin-bottom: 5px;
		}






/* ACCESSIBILITY CHANGES - JM 2004/11/26 */

/* these hide the accessibility tags to stop the layout from changing */

.pivot-search label { visibility:hidden; display:none; }
.pivot-search legend { visibility:hidden; display:none; }
.pivot-search fieldset { border:0; padding:0; margin:0; }
.pivot-search-result label { visibility:hidden; display:none; }
.pivot-search-result legend { visibility:hidden; display:none; }
.pivot-search-result fieldset { border:0; padding:0; margin:0; } 
