html, body, table, tr, td, input, select, option, textarea, button { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; }

/*
Sky Orange = f58426
Sky Blue   = 007dc3
*/

html { overflow-y: scroll; }
body { background: #E5E5E5; margin: 0; }
.clear { clear: both; }
form { margin: 0px; }
button { padding: 2px; }
input { padding: 2px; }
button { padding: 2px; }
input { padding: 2px; }
.required { color: #ff0000; font-weight: bold; }
a:link { color: #0000CC; text-decoration: underline; }
a:visited { color: #0000CC; text-decoration: underline; }
a:active { color: #0000CC; text-decoration: underline; }
a:hover { color: #0000CC; text-decoration: none; }

.blueTheme { }
.orangeTheme { }

#wrapper {
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
}

#header { padding: 0 15px 1px 0px; position: relative; }
#header_topright { text-align: right; }
#header_topright a, #header_topright a:visited { color: #666; font-size: 11px; text-decoration: none; white-space: nowrap; }
#header_topright a:hover { color: #f58426; }
#header_topright #links { margin-bottom: 5px; padding-top: 10px; }
#header_topright #search_form { }
#header_topright #search_form td { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 7pt; }
#header_topright #search_form input { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 7pt; }
#header_bottomright { text-align: right; }

#middleArea { background: #FFFFFF url(layout/blue_bg.gif) no-repeat top; }
.blueTheme #middleArea { background: #FFFFFF url(layout/blue_bg.gif) no-repeat top; }
.orangeTheme #middleArea { background: #FFFFFF url(layout/orange_bg.gif) no-repeat top; }

#lowerCanvasContent {
	height: 205px;
	margin: 20px 0 0 19px;
	width: 947px;
}
	#lowerCanvasContent .columnA {
		background: url('/assets/images/2011/canvas_tile_blue.png');
		color: #494A4B;
		float: left;
		height: 205px;
		line-height: 25px;
		margin-right: 9px;
		width: 359px;
	}
		#lowerCanvasContent .columnA a:link { color: #494A4B; text-decoration: underline; }
		#lowerCanvasContent .columnA a:visited { color: #494A4B; text-decoration: underline; }
		#lowerCanvasContent .columnA a:hover { color: #FFF; text-decoration: none; }
		#lowerCanvasContent .textCA {
			margin: 20px 15px 16px 20px;
		}

	#lowerCanvasContent .columnB {
		background: url('/assets/images/2012/hp_box_canvas_community.png') no-repeat;
		float: left;
		height: 205px;
		line-height: 17px;
		margin-right: 9px;
		width: 358px;
	}
		#lowerCanvasContent .columnB img { margin: 2px 0 8px 5px; }
		#lowerCanvasContent .textCB {
			margin: 16px 15px 16px 20px;
		}

	#lowerCanvasContent .columnC {
		float: left;
		height: 205px;
		width: 211px;
	}
	#lowerCanvasContent .tab {
		background: #FFF;
		color: #f6521b;
		display: inline-block;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		padding: 9px 30px 7px;
	}

#footer, #footer td { color: #666; font-size: 8pt; padding: 5px; }
#footer a:link { color: #666666; font-size: 8pt; text-decoration: none; }
#footer a:visited { color: #666666; font-size: 8pt; text-decoration: none; }
#footer a:active { color: #666666; font-size: 8pt; text-decoration: none; }
#footer a:hover { color: #f58426; font-size: 8pt; text-decoration: underline; }

.informativeText { color: #CC0000; }
.inputDefaultVal { color: #CCC; }
.hanging_indent { margin-left:10px; text-indent:-20px; }

.closed-announcement {
	background-image: url(/assets/layout/closed_rule.gif);
	background-repeat: repeat;
	font: 8pt tahoma,verdana,arial,sans-serif;
	color:#333333;
	padding: 15px 15px 3px 15px;
	line-height: 120%;
}


.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
