body {
	margin: 0px;
	font-family: "Franklin Gothic Book", Verdana, Sans;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center 70px;
}
#bg	{
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center 60px;
	background-color: #FFFFFF;
	}

#wrapper {
	width: 978px;
	margin-right: auto;
	margin-left: auto;
}
#LgImage {
	margin-top: 35px;
	margin-left: 10px;
}

#Footer {
	font-size: 11px;
	height: 100%;
	text-align: center;
	color: #666666;
	padding-top: 3px;
}

#Content {
	font-size: 13px;
	color: #666666;
	margin-top: 15px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
}
#Content a:link, #Footer a:link, #Content a:visited, #Footer a:visited, #LoginBox a:link, #LoginBox a:visited {
	color: #F2AD08;
	text-decoration: underline;
}


#Content a:hover, #Footer a:hover, #Content a:active, #Footer a:active, #LoginBox a:hover, #LoginBox a:active {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #F2AD08;
}

#Content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #000000;
}
div#LoginBox {
	width: 245px;
	padding: 15px;
	color: #FFFFFF;
	background-color: #C3C8CA;
	margin-top: 232px;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
	font-size: 14px;
	text-transform: uppercase;
}
#LoginBox a:link, #LoginBox a:visited {
	color: #939393;
	text-decoration: underline;
	font-size: 12px;
}

#LoginBox a:hover, #LoginBox a:active {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #F2AD08;
	font-size: 12px;
}
#LoginBox h1 {
	font-size: 15px;
}
#GlossaryNav {
	text-align: center;
	line-height: 1.5em;
}
#Content h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #666666;
}
#bgIframe {
	background-color: #FFFFFF;
}
#bgIframe td {
	font-size: 13px;
}
input {
	font-size: 11px;
}
#Content hr {
	color: #C3C8CA;
	margin-top: 10px;
}
.Submit {
	background-color: #EFEFEF;
	color: #666666;
	font-size: 9pt;
	border: 1px solid #6B6F6E;
	text-transform: uppercase;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
