
/* CSS Document */

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

a.icon {
	font-weight: bold;
	text-decoration: none;
}

body {
	background-image: url(/objects/images/backgrounds/bg_v2.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #999999;
	color: #333333;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
}

#container {
	position: relative;
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 40px;
	padding-left: 4px;
}

#logo {
	position: relative;
	float: left;
	width: 941px;
	height: 177px;
	margin: 0px;
}

#title {
	position: relative;
	float: left;
	width: 766px;
	height: 136px;
}

#banner {
	position: relative;
	width: 620px;
	height: 91px;
}

#body {
	position: relative;
	width: 940px;
}

#sidebar {
	position: relative;
	float: left;
	width: 134px;
	padding: 20px;
}

.sidebarHeader {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.sidebarNav {
	position: relative;
	margin-bottom: 40px;
}

.sidebarNav ul {
	margin: 0;
	padding-left: 12px;
}

.sidebarNav li {
	margin-bottom: 10px;
	list-style-image: url(/objects/images/icons/bullet.gif);
}

.sidebarNav li.on {
	list-style-image: url(/objects/images/icons/bullet_on.gif);
}

.sidebarNav a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.sidebarNav li.externalLink a {
	color: #bbbbbb;
}

.sidebarNav a:hover, .sidebarNav li.externalLink a:hover {
	color: #d7182a;
}

.sidebarLogo {
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}

.sidebarFooter {
	position: relative;
	text-align: center;
}

.sidebarFooter, .sidebarFooter a {
	color: #ffffff;
	font-size: 9px;
}

.sidebarFooter a:hover {
	color: #d7182a;
}

#content {
	position: relative;
	float: left;
	width: 746px;
	padding: 20px 0 20px 20px;
}

.contentTextBox {
	padding-right: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
}

.clear {
	clear: both;
}

.imageFloatLeft {
	margin-bottom: 20px;
	margin-right: 20px;
}

.imageFloatRight {
	margin-bottom: 20px;
	margin-left: 20px;
}

form {
	display: inline;
}

.inputText {
	border: 1px #dddddd solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 250px;
}

.inputTextarea {
	border: 1px #dddddd solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 500px;
	height: 100px;
}

.inputCheckbox {
	margin: 0;
}

.inputSubmit {
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 22px;
	cursor: pointer;
	color: #ffffff;
	background-color: #f89a2d;
}

.headerGray {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.headerGraySmall {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 20px;
}

.headerBlue {
	color: #0067ab;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.headerBlueSmall {
	color: #0067ab;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 20px;
}

.textHeader {
	font-weight: bold;
}

.textheaderBlue {
	color: #0067ab;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	border-bottom: 1px #333333 solid;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}

.textRedBG {
	background: #d7182a;
	color: #ffffff;
	font-size: 11px;
	padding: 6px 10px;
	font-weight: bold;
}

.textRedBG a {
	color: #ffffff;
}

.dropcap {
	float: left;
	color: #d7182a;
	font-size: 40px;
	font-weight: bold;
	line-height: 34px;
	padding-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td {
	background: #eeeeee;
	color: #333333;
}

td.cellHeader {
	background: #999999;
	color: #ffffff;
	font-weight: bold;
	height: 40px;
}

td.cellEmpty {
	background: #ffffff;
}
