/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
div#wrapper {
width: 800px;
margin-left: auto;
margin-right: auto;
}

div#main {

}

/* div#nav {
float:left;
background-color: #EDEAE9;
padding-top: -4px;
width: 150px;
height: 660px;
} */

div#breadcrumbs {
width: 50%;
float: left;
}

div#logout {
width: 25%;
float: right;
}

div#content {
float: left;
text-align: center;
padding-top: 10px;
width: 800px;
height: 100%;
}

div#footer {
clear: both;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
color: #FFFFFF;
background-color: #1E6B9F;
}

.error {
color: red;
font-weight: bold;
}

.publishedby {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #ffffff;
	background-color: #A8B1B4;
	text-align: center;
	border-bottom: 1px solid #1e6b9f;
}
.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: capitalize;
	color: #1E6B9F;
	text-decoration: underline;
}
