body {
	background-color: #1963a0;
	margin: 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color:#003DB6;
	text-decoration:none;
}
a:hover {
	color:#0033FF !important;
	text-decoration:underline;
}
h1 {
	margin: 0;
	margin-bottom: 0.8em;
}
h2 {
	font-size: 1em;
	margin: 0;
	margin-bottom: 0.8em;
}
h3 {
	font-size: 1em;
	margin: 0;
	margin-bottom: 0.8em;
}
p {
	margin: 0;
	margin-bottom: 0.8em;
}
ul {
	list-style-type: none;
	margin: 0 20px 0.8em;
	padding: 0;
}
ul li {
	background: transparent url('images/list-bullet-diamond.gif') no-repeat scroll 0 0.4em;
	padding-left: 15px;
	margin-bottom: 0.35em;	
}
#container {
	position: relative;
	background: white url('images/corner-top-right.gif') no-repeat scroll right top;
	min-width: 740px;
	max-width: 1004px;
	margin: 0 auto;
}
* html #container {
	width: 760px;
}
.banner {
	overflow: auto;
	outline-style: none;
	zoom: 1;
}
.footer {
	background: #678dd3 url('images/corner-bottom-right.gif') no-repeat scroll right bottom;
}
img.corner-top-left {
	position: absolute;
	top: 0;
	left: 0;
}
img.corner-bottom-left {
 	position: absolute;
 	bottom: 0;
 	left: 0;
}
a img {
	border-width: 0;

}
img.logo {
	float: left;
	margin: 13px 0 8px 43px;
}
.tag-line {
	float: right;
	margin: 25px 19px 0 0;
}
.title {
	clear: both;
	text-align: center;
	background-color: #b8c3c9;
}
.top-menu {
	background: #a0acb3 url('images/top-menu-background-top.gif') repeat-x scroll left top;
	text-align: center;
	font-weight: bold;
	border: 1px solid white;
	border-width: 1px 0;
}
.top-menu table {
	background: transparent url('images/top-menu-background-bottom.gif') repeat-x scroll left bottom;
	margin: 0 auto;
	padding: 0;
	border-collapse: collapse;
}
.top-menu td {
	background: #3d8c9d url('images/top-menu-item-background-top.gif') repeat-x scroll left top;
	border: 1px solid white;
	border-width: 0 1px;
}
.top-menu a {
	display: block;
	color: white;
	padding: 2px;
	text-decoration: none;
	background: transparent url('images/top-menu-item-background-bottom.gif') repeat-x scroll left bottom;
	width: 10em;
}
.top-menu a:hover {
	color: #80b3bf !important;
}
.top-menu a.current {
	color: #80b3bf;
}
.content-area {
	background: white url('images/right-column-background.gif') repeat-y scroll right top;
	clear: both;
	overflow: auto;
	outline-style: none;
	zoom: 1;	
}
.left-column {
	padding: 20px 0 0 30px;
	margin-right: 330px;
}
.right-column {
	float: right;
	padding: 10px 8px 10px 17px;
	width: 295px;
}
.right-column p {
	font-size: 0.9em;
}
.footer {
	border-top: 1px solid white;
	font-size: 0.9em;
	color: #dbe2e6;
	text-align: center;
	padding: 12px 5px;
}
h1 img, h2 img, h3 img {
	display: block;
}
.underline {
	padding-bottom: 5px;
	background: transparent url('images/header-underline.gif') repeat-x scroll left bottom;
	margin-bottom: 0;
	margin-bottom: 0.1em;
}
h1.underline {
	margin-bottom: 0.5em;
}
.right {
	float: right;
}
img.right {
	margin-left: 10px;
	margin-bottom: 10px;
}
ul.three-columns {
	margin: 0;
}
ul.three-columns li {
	width: 30%;
	float: left;
	background-image: none;
	padding: 0;
	margin-right: 10px;
	font-size: 11px;
	font-weight: bold;
}
ul.three-columns a {
	color: #004aba;
}
ul.three-columns ul {
	margin-left: 8px;
}
ul.plain {
	margin: 0;
	padding: 0;
}
ul.plain li {
	float: none;
	width: auto;
	background-image: none;
	padding: 0;
}
a.pdf {
        display: block;
        background: transparent url('images/pdf-icon.gif') no-repeat left center;
        padding: 5px 0 5px 30px;
        margin-bottom: 2px;
}