#SectionHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-align: center;
}
#MainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	cursor: crosshair;
}
#sidebar1 ul {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	padding: 0; /* Zeros out the padding on the list */
	margin: 10; /* Zeros out the browser applied margin on the list. */
}

#sidebar1 li {
  font-size: 85%; /* Sets the font size of links to 85% of the user's browser preferences */
  list-style: none; /* Removes the bullet from list items */
} 

#sidebar1 a {
	display: block; /* Forces links to expand to fill their entire container, making the entire button area clickable instead of just the text. */
	margin-bottom: 5px; /* Puts space between buttons. */
	text-align: center; /* Centers the button text */
	padding-top: 5px; /* Puts space between the link and the top edge of the button */
	padding-bottom: 5px; /* Puts space between the link and the top edge of the button */
	width: 178px; /* Sets the width of the buttons to 178 pixels. This leaves 2 pixels for the one pixel borders on either side. The buttons total 180, which is equal to the sidebar width. */
	border: 1px solid #666; /* Sets a 1 pixel, solid, gray border around each button. */
} 

#sidebar1 a:link, #nav a:visited {
	color: #666; /* Sets the text color of links and visited links. */
	text-decoration: none; /* Removes the underline from links. */
	background: #fff;
} 
#sidebar1 a:hover, #nav a:focus , #nav a:active{
	background: #256299; /* Sets the background colour for the links */
	color: #fff; /* Sets the text colour of each hovered button to white. */
} #footer p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #006;
	text-align: center;
	width: auto;
}
.judwebfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: lighter;
	color: #FFF;
	text-align: center;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#clock {
	text-align: right;
	width: 45em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	vertical-align: top;
	top: 5px;
	position: fixed;
	visibility: visible;
}
