/* CSS by Jonathan B. Morgan, 2007 */

div#case {
	font-family: Arial, Helvetica, sans-serif;
}


div#case h1 {
	position: relative;
	font: bold 145% Arial, Helvetica, sans-serif;
	margin: .5em auto 0.5em;
	color: #194579;
	text-align: center;
	width: 740px;
	}
	
div#case h2 {
	padding: 0px;
	margin: 0em 0em 1em;
	font: normal 100% Arial, Helvetica, sans-serif;
	text-align: center;
	}
	
div#case h3 {
	padding: .5em 0px 0px;
	margin: 1em 0px 0px;
	font: bold 110%/normal Arial, Helvetica, sans-serif;
	color: #990000;
	border-top: 1px dashed #999999;
	text-align: left;
	}

div#case .center {
	padding: 0px;
	margin: 0px;
	font: normal 110% Arial, Helvetica, sans-serif;
	text-align: center;
	display: block;
}
		
div#case p {
	padding: 0px;
	line-height: 120%;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0px;
	margin-right: 0px;
}

div#case a {
	color: #006699;
	text-decoration: none;
}

div#case a:hover {
	text-decoration: underline;
}

div#case .caseTitle {
	font-style: normal;
	font-weight: bold;
}

div#case a.caseTitle  {
	color: #006699;
}

div#case a:hover.caseTitle  {
	text-decoration: underline;
}

div#case ul {
	padding: 0px;
	margin-top: 1em;
	margin-bottom: 1em;
	list-style: url(/resources/images/bullet_dash.gif) none outside;
	margin-left: 2em;
	margin-right: 1em;
}
div#case ul li {
	margin-left: 1.5em;
	margin-top: .5em;
	margin-bottom: .5em;
}

div#case ul ul {
	list-style: url(/resources/images/bullet_dot.gif) none outside;
}
div#case ul ul ul {
	list-style: url(/resources/images/bullet_dot2.gif) none outside;
}

div#case input {
	margin: 10px 0px 0px;
}

div#case form {
	margin: 0px 0px 10px;
}

div#case .sectionLeft {
	text-align: left;
	margin-left: 0px;
}

div#case .sectionRight {
	text-align: right;
	margin-right: 0px;
}

div#case .sectionColor {
	color: #990000;
}

div#case .sectionUnderline {
	border-bottom: 2px solid #194579;
	padding-bottom: 2px;
}

div#case .alertColor {
	color: #FF0000;
}

