/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #e6e6e6;
}

#container {
	width: 900px;
	text-align: left;
	margin: 0px auto;
	background-color: #ffffff;
}

#head {
	height: 58px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ececec;
	background-color: #00a9e5;
	padding: 12px 21px 3px 21px;
}

#head h1 {
	font-size: 18px;
	font-style: italic;
	color: #62c1ff;
	margin: 0 0 12px 0;
}

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

#head a:hover {
	text-decoration: none;
	color: #f5bf38;
}

#bar {
	width: 900px;
	height: 8px;
	background-image: url(../pix/Bar.gif);
	background-repeat: no-repeat;
}

#home_lower {
	width: 900px;
	background-color: #00a9e5;
	padding: 12px 0 12px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}

#home_lower h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 2px 0;
	color: #00a9e5;
	text-align: left;
	padding: 0 0 3px 0;
}

#home_lower .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #595959;
	text-align: left;
}

#home_lower .text a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #00a9e5;
	text-decoration: none;
}

#home_lower .text a:hover {
	color: #bf8b31;
	text-decoration: none;
}

#page_lower {
	width: 876px;
	background-color: #00a9e5;
	padding: 6px 12px 6px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}

#page_lower a {
	color: #ffffff;
	text-decoration: none;
}

#page_lower a:hover {
	color: #ffffff;
	text-decoration: none;
}

#content {
	width: 876px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	padding: 12px 12px 6px 12px;
}

#content h1 {
	margin: 2px 0 9px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 18px;
	font-weight: normal;
	color: #00a9e5;
}

#content h2 {
	margin: 0 0 6px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 18px;
	font-weight: normal;
	color: #00a9e5;
}

#content h3 {
	margin: 3px 0 6px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #00a9e5;
}

#content .caption {
	font-size: 10px;
}

#content a {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

#content a:hover {
	color: #00a9e5;
	text-decoration: none;
}

#page {
	width: 580px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	padding: 0 12px 20px 0;
}

#numbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #00a9e5;
	margin: 0 6px 0 0;
}

#subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00a9e5;
	margin: 0 0 0 0;
}

#textindent {
	margin: 0px 0px 0px 15px;
}

#sidebar {
	width: 260px;
	margin: 0 0 15px 0;
	padding: 0 8px 0px 0;
	float: right;
	display: inline; /* floats are handled as block elements, this is to fix a margin collapsing bug in IE */
}

#sidebar_wide {
	width: 360px;
	margin: 0 0 15px 0;
	padding: 0 8px 0px 0;
	float: right;
	display: inline; /* floats are handled as block elements, this is to fix a margin collapsing bug in IE */
}

#footer {
	width: 876px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	padding: 6px 12px 2px 12px;
	background-color: #e6e6e6;
	text-align: center;
}

#footer a,a:hover {
	color: #999999;
	text-decoration: none;
}

img.right {
	float: right;
	border: 1px solid #00a9e5;
	margin: 0 0 0 12px;
}

img {
	border: none;
}