/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

body {
	background-color: #666666;
	margin: 0;
	padding: 0;
}

#container {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	background-color: #FFFFFF;
}

#top {
	float: left;
	width: 100%;
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-y;
	padding-top: 30px;
}

#breadcrumbs {
	float: left;
	width: 990px;
	background-color: #0E0058;
	line-height: 27px;
	font-size: 11px;
	font-style: oblique;
	color: #7A90C3;
	padding-left: 10px;
}

#breadcrumbs a {
	color: #7A90C3;
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

#breadcrumbs a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

#content {
	float: left;
	width: 100%;
}

#banners {
	margin-top: 20px;
	width: 100%;
	float: left;
	text-align: center;
}

#banner1 {
	float: left;
	width: 330px;
}

#banner2 {
	float: left;
	width: 330px;
	border-left: 1px solid #0E0059;
	border-right: 1px solid #0E0059;
	margin: 0 2px;
	padding: 0 2px;
}

#banner3 {
	float: left;
	width: 330px;
}

#bodytxt {
	float: left;
	width: 980px;
	padding: 25px 10px 0 10px;
	background-image: url(images/LogoBanner.jpg);
	background-repeat: no-repeat;
}

#bodytxt a {
	color: #FC1921;
	text-decoration: underline;
}

#bodytxt a:hover {
	color: #0D3692;
	text-decoration: none;
}

h1 {
	font-family: "Trebuchet MS", "Trebuchet", "Times New Roman", Times, serif
	font-size: 12px;
	font-weight: normal;
	color: #0D3692;
}

h2 {
	font-family: "Trebuchet MS", "Trebuchet", "Times New Roman", Times, serif
	font-size: 12px;
	font-weight: normal;
	color: #7A90C3;
}

h3 {
	font-family: "Trebuchet MS", "Trebuchet", "Times New Roman", Times, serif
	font-size: 12px;
	font-weight: normal;
	color: #FC1921;
}

h4 {
	font-family: "Trebuchet MS", "Trebuchet", "Times New Roman", Times, serif
	font-size: 10px;
	font-weight: normal;
	color: #0D3692;
}

h5 {
	font-family: "Trebuchet MS", "Trebuchet", "Times New Roman", Times, serif
	font-size: 10px;
	font-weight: normal;
	color: #7A90C3;
}

h6 {
	font-family: "Trebuchet MS", "Trebuchet", "Times New Roman", Times, serif
	font-size: 10px;
	font-weight: normal;
	color: #FC1921;
}

#footer {
	float: left;
	width: 100%;
	font-size: 10px;
	color: #7A90C3;
	text-align: center;
	padding: 4px 0;
	border-top: 1px solid #AAB9D9;
	border-bottom: 1px solid #AAB9D9;
	margin-top: 40px;
	margin-bottom: 30px;
}

.blue1 {
	color: #0E0059;
}

.blue2 {
	color: #0D3692;
}

.blue3 {
	color: #7A90C3;
}

.blue4 {
	color: #AAB9D9;
}

.red {
	color: #FC1921;
}

#leftbody {
	float: left;
	width: 788px;
	margin: 0;
	padding: 0;
}

#leftbody p {
	margin-top: 0;
}

#sidebar{
	float: right;
	width: 150px;
	border-left: 1px solid #AAB9D9;
	margin: 0;
	padding: 0 0 10px 25px;
}

#sidebar ul {
	margin: 10px 0;
	padding: 0;
}

#sidebar li {
	list-style-image: url(images/list_nonactive.gif);
	list-style-position: inside;
}

#sidebar li.current {
	list-style-image: url(images/list_active.gif);
	list-style-position: inside;
	font-weight: bold;
}

#sidebar li.current a {
	text-decoration: none;
}

#sidebar li.current a:hover {
	color: #0E0059;
	text-decoration: none;
}

#sidebar a {
	color: #7A90C3;
}

#sidebar a:hover {
	color: #0E0059;
	text-decoration: underline;
}

.quote {
	background: url(images/quote.gif) no-repeat top left;
	float: left;
	margin: 0 0 10px 0;
	padding: 15px;
	width: 758px;
}

.quote img {
	float: right;
	margin-left: 10px;
	border: 1px solid #AAB9D9;
}

.casedate {
	color: #AAB9D9;
	font-size: 10px;
}
