﻿body {
	margin: 10px;
	background-color: #2B708D;
	background-image: url('images/background.png');
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
img {
	border: 0px;
}
h4 {
	color: #F03D14;
	margin: 0px;
}
h4.sans {
	font-size: 18px;
	font-family: sans-serif;
	font-weight: normal;
	font-style: italic;
}
h4.pad {
	margin-top: 5px;
}
#footer {
	font-size: 10px;
	color: white;
}
#footer a {
	color: white;
}
#wrapper {
	width: 880px;
	border: 1px solid black;
	background-color: #FBF4F4;
	padding: 10px;
}
.content_wrapper {
	background: white url('images/content_back.png') repeat-y;
	width: 717px;
	margin-bottom: 10px;
}
.content_header {
	height: 8px;
	background: white url('images/content_header.png') no-repeat;
}
.content {
	font-size: 14px;
	text-align: left;
	padding: 2px 5px 5px 5px;
	font-size: 12px;
}
.content p {
	margin-top: 5px;
	margin-bottom: 10px;
}
.content a, .boxed a {
	color: #F03D14;
}
.content a:visited, .boxed a:visited {
	color: #48556F;
}
.content_footer {
	height: 9px;
	background: white url('images/content_footer.png') no-repeat;
	clear: both;
}
.rounded_corner {
	background: white url('images/content_background.png') no-repeat;
	background-position: right top;
	margin: -7px 8px 10px 10px;
}
.whitepage {
	padding: 10px;
	margin: 10px;
	border: 1px #DDDDDD solid;
	color: #1F3D5A;
}
.whitepage a:visited {
	color: #F03D14;
}
.banner {
	background-image: url('images/banner.jpg');
	background-repeat: no-repeat;
	width: 880px;
	height: 72px;
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}
.menubar {
	width: 880px;
	height: 30px;
	background: black url('images/menubar_black.png') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	padding: 5px;
	text-align: center;
}
.menubar a {
	color: white;
	text-decoration: none;
}
.menubar a:hover {
	color: #FFDC80;
	text-decoration: underline;
}
.left_column {
	width: 717px;
	padding-top: 10px;
	vertical-align: top;
}
.right_column {
	width: 183px;
	padding-top: 10px;
	vertical-align: top;
}
.boxed {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 100%;
}
.boxed h4 {
	background-image: url('images/darkbluebar.jpg');
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 700;
	height: 22px;
	white-space: nowrap;
	margin: 0px;
	padding-top: 3px;
}
#cdsonline_login {
	margin: 0px 0px 5px 5px;
	width: 140px;
	padding: 0px;
	border: 1px black solid;
	font-size: 11px;
}
.copy_text {
	font-size: 11px;
}
.copy_text a {
	font-size: 12px;
    color: #222222;
    text-decoration: underline;
}
.copy_text a:hover {
    color: #FF0000;
}
.default_text {
	font-size: 11px;
}
.default_text a {
	color: #8F97B6;
	text-decoration: none;
}
.default_text a:hover {
	color: #FF0000;
}