div#body p { font-size: 1.4em; }

div#body a { color: #B01F00; text-decoration: none; }
div#body a:hover { color: #D01A00;  text-decoration: underline; }

div#body h1 {
	margin: 4px 0 16px 0;
}
div#body h3 {
	margin: 14px 0 4px 0;
}

/* Head */
h1.logo {
	float: left;

	color:#0B0B0B;
	font:normal 46px/40px Georgia, "Times New Roman", Times, serif;
	
	padding: 0 8px 0 50px;
}
h1.logo a span{
	color:#A60101;
}
h1.logo a {
	text-decoration: none;
	color: inherit;
}

div.clear {
	clear: both;
}

div.introLine {
	margin: 4px 0px 0px 52px;
	letter-spacing: 0.05em;
	float: left;
	color: #54473b;
}
	



div.loginInfo {
	float: right;
	color: #333;
	font-size: 0.90em;
	
	position: relative;
	top: 29px;
	line-height: 1.1em;
}
div.loginInfo a { color: #B01F00; text-decoration: none; }
div.loginInfo a:hover { color: #D01A00;  text-decoration: underline; }



/* Nav Extras */
#Title {
	width:732px;
	margin:0 auto;
	padding: 0 22px;
	background: #fff;
	border: 1px solid transparent;
}
#Title h2 {
	background-color:#FFFFFF; color:#0B0B0B;
	font:bold 28px/46px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0;
	margin: 8px 12px 0 12px;
	text-align: left;

/*	border: 1px solid green;
*/}
#topNav ul li a.loginRequired {
	color: #999;
}
#topNav ul li a.loginRequired:hover {
	color: #999;
	background: none no-repeat 0 0 #E2DBC6;
	border-color: transparent;
	border-bottom: none;
}




/* Overrides */
#midle p {
	background-color: transparent;
}


/* Centered content */
div#LoginForm {
	width: 400px;
	margin: 0 auto;
	border: 1px solid #666;
	text-align: right;
	padding: 12px;
	padding-right: 24px;
}



/* Form Styles */
div#Errors {
	width: 600px;
	padding: 8px;
	border: 2px solid #900;
	background-color: #eed;
	margin: 0px auto 24px auto;
	text-align: center;
}

.Error {
	font-size: 1.1em;
	color: #900;
	font-weight: bold;
}

ul.errors li {
	color: #AA1300;
	font-weight: bold;
	margin: 0px 0px 8px 2px;
}

dl.zend_form label {
	font-weight: bold;
}
dl.zend_form input, select {
	margin-bottom: 8px;
}
dl.zend_form input.submit {
	margin-bottom: 12px;
}


dl.zend_form div.textboxlist {
	width: 60%;
}




/* License */
div#footer {
	width: 770px;

	font-size: 0.85em;
}
div#footer a {
	color: black;
	text-decoration: none;
}
div#footer a:hover {
	color: #D01A00;
	text-decoration: underline;
}

div.ccLicenseText {
	
}
div.ccLicenseImg {
	float: right;
}
div#footer div.credit {
	margin-top: 6px;
}
	
