body {
	font-family: Times;
	font-size: 12px;
	margin: 0px;
}

#sidebar {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 660px;
}

#topbar {
	background: transparent url('../images/header_gradient.jpg') repeat-y 0 0;
	text-align: right;
	font-family: Arial;
	font-weight: bold;
	color: #B74944;
}

#topbar img {
	margin-left: 10px;
}

#topbar span {
	margin-bottom: 40px;
	position: relative;
	left: 0px;
	bottom: 4px;
}

#topbar #incidentals div {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 250px;
	height: 1px;
	background-color: #000;
	font-size: 0px;
}

#topbar #incidentals #incidental_2 {
	top: 50px;
	width: 500px;
	background: #000 url('../images/header_incidental.gif') repeat-y top left;
}

#topbar #incidentals #incidental_3 {
	top: 70px;
	width: 500px;
	background: #000 url('../images/header_incidental.gif') repeat-y top left;
}

#content {
	padding-left: 15px;
	padding-top: 15px;
}

.contentBox {
	width:500px;
}

#nav, .subnav {
	text-align: center;
}

#nav ul, .subnav ul {
	text-align: center;
	display: inline;
	list-style: none inside;
	padding: 0px;
	margin: 0px;
}

#nav li {
	display: inline;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial;
	line-height: 1.5em;
	margin-left: .75em;
	margin-right: .75em;
}

.subnav li {
	display: inline;
	font-size: 9px;
	font-weight: bold;
	font-family: Arial;
	line-height: 1.5em;
	margin-left: .75em;
	margin-right: .75em;
}

#nav li :link, #nav li :visited {
	color: #888967;
	text-decoration: none;
}

.subnav li :link, .subnav li :visited {
	color: #888967;
	text-decoration: none;
}

#nav li :hover, .subnav li :hover {
	color: #000;
}

#nav li :active, .subnav li :active {
	color: #F00;
}

#nav .delimiter {
	height: 1px;
	border-top: 1px solid #888967;
	margin: 4px 80px 8px 80px;
}

.subnav .delimiter {
	height: 1px;
	border-top: 1px solid #888967;
	margin: 1px 120px 8px 120px;
}

.column {
	float: left;
	width: 180px;
	text-align: justify;
	margin-right: 16px;
}

.column p {
	width: auto;
}

.emphasized {
	font-family: Arial;
	font-size: 16px;
}

h1 {
	clear: both;
	color: #B74944;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial;
	margin-top: 2em;
	margin-bottom: 0em;
}

h2 {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	margin-bottom: .5em;
	color: #B74944;
}

h3 {
	clear: both;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial;
	margin-top: 0px;
	margin-bottom: 0em;
}

h4 {
	clear: both;
	font-size: 9px;
	font-weight: normal;
	font-family: Arial;
	margin-top: 0px;
	margin-bottom: 0em;
}

ul {
	width: 400px;
	text-align: left;
	list-style: disc outside url('../images/bullet.gif');
}

.column ul {
	width: auto;
}

:link img {
	border: 0px none;
}

.chunk {
	margin-bottom: 2em;
}

.smallcaps {
	font-size: .75em;
}

b.smallcaps {
	font-family: Arial;
	font-size: .75em;
}

#footerHome {
	clear: both;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
	font-family: Georgia, Times, serif;
	font-size: 12px;
}

#footer {
	clear: both;
	margin-top: 60px;
	margin-bottom: 40px;
	text-align: center;
	font-family: Georgia, Times, serif;
	font-size: 12px;
}

#footer .delimiter, #footerHome .delimiter {
	height: 1px;
	border-top: 1px solid #888967;
	margin: 4px 80px 8px 80px;
}

#footer a:link, #footer a:visited, #footerHome a:link, #footerHome a:visited {
	color: black;
	text-decoration: none;
}

#footer a:hover, #footerHome a:hover {
	color: red;
	text-decoration: underline;
}


.docLink:link {color: #333; text-decoration: none; }
.docLink:visited {color: #333; text-decoration: none; }
.docLink:hover {color: #E33101; text-decoration: none; }
.docLink:active {color: #E33101; text-decoration: none; }

.nodot {
	list-style: inside none;
}

.instructions{
	color: black;
	font-family: Arial;
	font-size: 10px;

}

.section{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
}

.caseItem{
	list-style-type: none;
}

.caseItem li{
	font-family: Arial;
	font-size: 10px;
	padding-bottom:5px;
	

}

.inst{
	font-family: Arial;
	font-size: 12px;
	padding: 20px;

}

.logbox{
	width: 200px;
	font-family: Arial;
	font-size: 10px;
	padding: 10px;
	border: 1px solid #1A1718;
	background-color: #D9E0CE;

}

.logbox h1{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-align: left;

}