﻿body {
	font: verdana;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000066;
	margin-top: 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/*background-image: url(~/images/ULS-Template.jpg);
	height: 855px;*/
	background-repeat: no-repeat;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
navbar {
	height: 20px;
}
.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
	color: #411852;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-weight: lighter;
	/*padding-top: 168px;*/
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	display: inline;
	margin-right: 6px;
	margin-left: 6px;
	list-style-type: none;
	padding: 0;
}
a:link {
	color: #411852;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #411852;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #411852;
}
.footer {
	font-family: arial;
	font-size: 11px;
	padding-top: 10px;
}
