html {
	overflow-y: scroll; /* this avoids a jump when the scroll bar disappears by forcing it to always appear */
}

.title {
	font-family: Impact, Arial, Verdana, sans-serif;
	color: #000000;
	font-size: 27px;
	line-height: 27px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.title a {
	color: #000000;
	text-decoration: none;
}

.heading {
	font-family: Impact, Arial, Verdana, sans-serif;
	color: #000000;
	font-size: 20px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.subheading {
	font-family: Arial, Verdana, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}

.body {
	font-family: Arial, Verdana, sans-serif;
	color: #000000;
	font-size: 13px;
	line-height: 16px;
	margin-top: 0px;
}

.body a {
	color: #000000;
}

#sidebar_right .heading {
	font-size: 27px;
	line-height: 32px;
}

#sidebar_right .body {
	font-size: 12px;
	line-height: 14px;
}

.continue_link {
	font-style: italic;
}

.menu {
	font-family: Impact, Arial, Verdana, sans-serif;
	color: #000000;
	font-size: 14px;
	line-height: 14px;
	margin: 0;
	letter-spacing: 1px;
}

.menu li a {
	color: #000000;
	text-decoration: none;
}

.menu li a:hover, .menu li.active a {
	color: #FFFFFF;
}

.button {
	font-family: Impact, Arial, Verdana, sans-serif;
	color: #000000;
	font-size: 14px;
	line-height: 14px;
	margin: 5px 0 0 0;
	letter-spacing: 1px;
}

.button a {
	color: #000000;
	text-decoration: none;
}

.button a:hover {
	color: #FFFFFF;
}

.button_small {
	font-family: Impact, Arial, Verdana, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 12px;
	margin: 0;
	letter-spacing: 1px;
}

.button_small a {
	color: #000000;
	text-decoration: none;
}

.button_small a:hover {
}

.corners {
	position: relative;
	float: left; /* this enables shrinkwrapping */
	margin-bottom: 10px;
	margin-right: 10px;
}

.corners img {
	display: block; /* this avoids the default bottom margin on the image */
	margin: 0; /* this overrides margins from a stack_left or other styles */
}

.corners_top_left {
	position: absolute;
	width: 12px;
	height: 12px;
	top: 0;
	left: 0;
}

.corners_bottom_left {
	position: absolute;
	width: 12px;
	height: 12px;
	bottom: 0;
	left: 0;
}

.corners_top_right {
	position: absolute;
	width: 12px;
	height: 12px;
	top: 0;
	right: 0;
}

.corners_bottom_right {
	position: absolute;
	width: 12px;
	height: 12px;
	bottom: 0;
	right: 0;
}

.div-margins {
	margin-top: -12px;
}

.footer {
	font-family: Arial, Verdana, sans-serif;
	color: #000000;
	font-size: 11px;
}

.footer a {
	color: #000000;
}

ul {
	margin-left: -20px; /* this is also set in the IE tweaks file */
}

ol {
	margin-left: -24px; /* this is also set in the IE tweaks file */
}

li {
	margin-bottom: 5px;
}

table {
	margin-bottom: 10px;
}

hr {
	margin-bottom: 15px;
}

.form_element_full {
	width: 440px;
	margin: 0;
	padding: 0;
}

.form_element_twothirds {
	width: 320px;
	margin: 0;
	padding: 0;
}

.form_element_half {
	width: 215px;
	margin: 0;
	padding: 0;
}

.form_element_third {
	width: 140px;
	margin: 0;
	padding: 0;
}

.form_element_quarter {
	width: 100px; /* this is also set in the IE tweaks file */
	margin: 0;
	padding: 0;
}

.stack_left {
	float: left;
	margin-right: 10px;
}

.stack_right {
	float: right;
	margin-left: 10px;
}

.reset {
	clear: both;
}

.submit_hack {
	/* this allows us to add a standard submit button to all our forms so that IE and Firefox will submit when pressing Enter, and hide the button from users but not from the browsers */
	width:0px;
	height:0px;
	position: absolute;
	top: -10000px;
	left: -10000px;
}

.feedback_positive {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	padding-bottom: 6px;
	color: #00CC00;
}

.feedback_positive a {
	color: #00CC00;
}

.feedback_negative {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	padding-bottom: 6px;
	color: #FF6666;
}

.feedback_negative a {
	color: #FF6666;
}

.debug {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #999999;
}

.debug a {
	color: #999999;
}

.contentfile_title {
	font-family: Arial, Verdana, sans-serif;
	color: #002663;
	font-size: 18px;
	font-weight: bold;
}

.contentfile_fieldlabel {
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	background: #002663;
	font-size: 12px;
	font-weight: bold;
}
