html {
	background-color: white;
	color: black;
}

body {
	background-color: white;
	font-family: sans-serif;
	min-width: 800px;
	margin-right: 0px;
	background-image: url('images/DigiLore.png');
	background-position: top right;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

q {
	font-style: italic;
}
.informative {
	text-align: center;
	color: #5b85bd;
	font-size: 10pt;
	margin-top: -10px;
	margin-bottom: 30px;
}

.fancy {
	/* text-align: center; */
	color: #707070;
/*	font-family: serif; */
	font-style: oblique;
	font-size: 13pt;
	font-weight: bold;
}

.hilite {
	color: #5b85bd;
	border-top: 1px solid #5b85bd;
	border-bottom: 1px solid #5b85bd;
}

.required {
	color: red;
	margin-right: 2px;
}

h1, h2, h3, h4, h5 {
	color: #5b85bd;
}

#layout {
	float: left;
	margin-left: 50px;
	margin-top: 30px;
	width: 60%;
	margin-bottom: 20px;
}

img.rightPix {
	float: right;
	clear: both;
}

p.headerImage {
	width: 100%;
	text-align: center;
}

#headline {
	color: black;
	text-align: center;
	font-weight: bold;
	font-size: 13pt;
}

#statement {
	color: black;
	text-align: center;
	padding-left: 100px;
	padding-right: 100px;
}

#navigation {
	margin-top: 20px;
	padding-top: 90px;
	float: left;
	background-position: top center;
	background-repeat: no-repeat;
	height: 450px;
}

div.digiLogo {
	background-image: url('images/Logo.png');
}

div.lccLogo {
	background-image: url('images/LCCLogo.png');
}

div.ercLogo {
	background-image: url('images/ERCLogo.png');
}

div.gscLogo {
	background-image: url('images/GSCLogo.png');
}

a {
	color: black;
}

a img {
	border: none;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#centernav {
	padding-top: 45px;
	margin-left: 25%;
	width: 500px;
	text-align: center;
}

#centernav img {
	border-style: none;
}

#centernav p.circleText {
	display: none;
}

#centernav h2 {
	display: none;
}

dl {
	margin-left: 10px;
}

dt {
	color: #5b85bd;
	margin-bottom: 11px;
	border-left: 7px solid #5b85bd;
	border-bottom: thin dotted #5b85bd;
	padding-bottom: 1px;
	padding-left: 4px;
	font-weight: bold;
}

dd {
	margin-bottom: 10px;
}

fieldset {
	border: thin solid gray;
	background-color: #cecece;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
}

fieldset legend {
	border: thin solid gray;
	background-color: #cecece;
	padding: 5px 5px 5px 5px;
}

.submit {
	margin-left: 9em;
}

form label {
	text-align: right;
	vertical-align: top;
	margin-right: 1em;
	width: 8em;
	float: left;
	display: block;
}

form input, form select, form textarea {
	border: thin solid black;
}

form p {
	margin-bottom: 0px;
	margin-top: 5px;
}

#footer {
	background-image: url('images/numbers.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: white;
	clear: both;
	font-size: 8pt;
	color: #9c9c9c;
	text-align: center;
}

#footer ul {
	margin-top: 0px;
	margin-bottom: 3px;
	padding-left: 0px;
	margin-left: 0px;
	text-align: center;
}

#footer li {
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #9c9c9c;
	display: inline;
}

#footer li.last {
	border-right: 1px solid #9c9c9c;
	padding-right: 6px;
}

#footer a {
	color: #9c9c9c;
	padding-left: 2px;
}

#footer address {
	text-align: center;
}

#footer p {
	margin-bottom: 2px;
	margin-top: 1px;
}

#lines {
	background-image: url('images/lines.png');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 49px;
}

ul.digiList {
}

ul.digiList li {
	list-style-image: url('images/SA.jpg');
}

span.reg {
	vertical-align: text-top;
	font-size: 80%;
}
