body {
	margin: 0px; 
	padding: 0px;
	background-color: #363636;
	
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;	
	line-height: 22px;
}


h1 {
	margin-top: 0px;
	padding-bottom: 5px;
	font-size: 1.3em;
	font-weight: normal;
}

p {
	margin-bottom: 20px;
	
}

a {
	color: #B21F17;
}

#imagePreload {
	display: none;
}

#javaScriptWarning {
	background-color: #363636;
	color: white;
	height: 30px;
	text-align: center;
	line-height: 30px;
}

#top {
	width: 100%;
	background-color: #2b2b2b;
}

#citation_widescreen {
	position: fixed;
	left: 60px;
	top: 285px;
}

#top_centered {
	height: 230px;
	width: 900px;
	background-color: #2b2b2b;
	margin-left: auto;
	margin-right: auto;
}

#banner {
	float: left;
	height: 230px;
	width: 540px;

	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
}

#menu {
	float: right;
	background-color: #B21F17;
	height: 230px;
	width: 360px;
	color: white;
}

#menu ul {
	font-size: 1.0em;
	list-style-type: none;
	line-height: 22px;
	padding: 98px 10px 0px;
}

#menu ul a {
	color: white;
	text-decoration: none;
	padding-left: 5px;
}

#menu ul a:hover {
	text-decoration: underline;
}

#content {
	border-top: 4px solid #e5e5e5;
	width: 900px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	width: 900px;
	line-height: 25px;
	margin-left: auto;
	margin-right: auto;
}

#footer li  a{
	float: left;
	color: white;
	padding: 0px 10px; 
	text-decoration: none;
}

#footer ul {
	margin: 0px;
	padding-left: 25px;
	list-style-type: none;
}

#logo {
	float: right;
	margin-top: 15px;
	padding-right: 15px;
	
	height: 34px;
	width: 128px;
	
	background-image: url(../images/logo_white.png);
	background-repeat: no-repeat;
}

#content ul {
	list-style-image: url('../images/list.png');
}

#content li {
	padding-bottom: 8px;
}

#content .backgroundGrey {
	background: #f6f6f6;
}

#content .leftcolumn {
	float: left;
	width: 380px;
	margin-left: 37px;
	margin-top: 15px;
	margin-bottom: 150px;
}

#content .rightcolumn {
	float: right;
	width: 380px;
	margin-right: 37px;
	margin-top: 15px;
	margin-bottom: 150px;
}

#content .centered {
	margin-right: 37px;
	margin-left: 37px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#content ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 0px;
	padding-left: 25px;
}

#content li {
	line-height: 22px;
}

#toc {
	margin-top: 15px;
	padding-top: 7px;
	padding-left: 5px;
	width: 827px;
	position: relative;
	left: 40px;
	border: 1px solid #9F9F9F;
	border-top: 10px solid #9F9F9F;
}



#toc ul {
	list-style-type: none;
	list-style-image: none;
	line-height: 22px;
}

#toc ul a {
	color: #B21F17;
	text-decoration: none;
}

#toc ul a:hover {
	text-decoration: underline;
}

#title {
	position: relative;
	top: -15px;
	height: 40px;
	font-size: 1.0em;
	text-align: right;
	color: white;
	background-color: #9F9F9F;
	padding-right: 5px;
}

#croc {
	position: relative;
	width: 43px;
	height: 42px;
}

.contentWhitespace {
	height: 27px;
}

.clipBox {
	background-color: #B21F17;
	padding: 5px;
	margin-bottom: 20px;
}

.clipBoxText{
	color: white;
	border-top: 1px dotted #CFCCCC;
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.citation {
	font-size: 1.8em;
	color: #2B2B2B;
	padding: 10px;
	line-height: 50px;
}

.centeredImage {
	float: left;
	margin-right: 20px;
}

.serviceBox {
	float: left;
	width: 100%;
	padding: 8px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #9F9F9F;
}

.serviceLeftContainer {
	float: left;
	width: 380px;
	margin-right: 50px
}

.serviceRightContainer {
	float: right;
	width: 380px
}