/* CSS Document */

body	{
	color: #222;
	background: #9b9b9b;
	margin: 0 0 0 5px;
	padding: 0;
}
.hide	{
	display: none;
}
.img { border: 0; }
/* links pseudo classes */

a:link	{
	font-weight: normal;
	text-decoration: none;
	color: #0000DD;
	background: transparent;
}
a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #0000DD;
	background: transparent;
}
a:hover	{
	font-weight: normal;
	text-decoration: none;
	color: #ff6600;
	background: transparent;
}
a:active {
	font-weight: normal;
	text-decoration: none;
	color: #ff6600;
	background: transparent;
}
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
ul	{
	line-height: 1.3;
}
p	{
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	line-height: 1.4;
}
h1	{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #333;
}
h2	{
	font-size: 14px;
	font-weight: bold;
}
h3	{
	font-size: 12px;
	font-weight: bold;
	line-height: 1.0;
	margin-bottom: 5px;
}

.custom_bullet2 {
	line-height: 1.2;
	margin-top: 5px;
	margin-bottom: 5px;
}
.caption {
	font-size: 11px;
	line-height: 1.2;
	font-style: italic;
	}
	
/* Form Elements */
input.textBox {
	border: 1px solid #9b9b9b;
	background: #FFF;
	padding: 2px;
	line-height: 14px;
}
textarea.textBox {
	border: 1px solid #9b9b9b;
	background: #FFF;
	padding: 2px;
	line-height: 14px;
}

.success { font-weight: normal; font-size:12px; color:#006633; }
.alert { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: red; }	
.FormLabel { FONT-WEIGHT: bold; FONT-SIZE: 12px; }
.FormTitle { FONT-WEIGHT: bold; FONT-SIZE: 14px; }
.FormBoxHeader { FONT-WEIGHT: bold; FONT-SIZE: 12px; BACKGROUND-COLOR: #eee; TEXT-ALIGN: center; }
.Red { FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: red; font: verdana; }
.StepOn { FONT-WEIGHT: bold; FONT-SIZE: 14px; }
.StepOff { FONT-WEIGHT: normal; FONT-SIZE: 12px; }

/* HEADER */

#header {
	border-top: 4px solid #FF0000;
	width: 770px;
	background-color: #FFF;
	border-bottom: 1px solid #9b9b9b;
}
#header_ad {
	position: absolute;
	left:364px;
	top:4px;
	z-index:2
}

/* CONTENT */

#overall_frame {
	width: 770px;
	border-bottom: 1px solid #9b9b9b;
}
#LEFT_PANEL {
	width: 150px;
	background-color: #f8f8f8;
}
#CENTER_PANEL {
	border-right: 1px solid #9b9b9b;
	border-left: 1px solid #9b9b9b;
	background-color: #f8f8f8;
	padding: 10px 20px 20px 20px;
	width: 460px;		/* 1 + [458] + 1 = 460 */
}
#CENTER_PANEL_WIDE {
	border-left: 1px solid #9b9b9b;
	background-color: #f8f8f8;
	padding: 10px 20px 20px 20px;
	width: 100%;
}
#dummy{
	width: 460px;		/* IE4/5.5 - stops here */
	voice-family: "\"}\"";
	voice-family:inherit;
}
#RIGHT_PANEL {
	width: 160px;
	background-color: #f9f3e8;
}

#home_left_frame {
	background-color: #f8f8f8;
	vertical-align: top;
}
#home_right_frame {
	background-color: #f8f8f8;
	border-left: 1px solid #9b9b9b;
	vertical-align: top;
	width: 208px;
}

/* CENTER PANEL ELEMENTS */

#quick_menu {
	text-align: right;
	margin-bottom: 8px;
}
#page_header_box {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFF;
	vertical-align: middle;
}
.page_highlight_box {
	border: 1px solid #CCC;
	padding: 5px 10px 5px 5px;
	margin: 20px 0 10px 0;
	background-color: #FFF;
	vertical-align: middle;
}
#page_toc_box {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	padding: 5px 0px 5px 10px;
	margin-bottom: 10px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFF;
	vertical-align: middle;
	width:300px;
}


/* RIGHT PANEL ELEMENTS */

.rightpanel_header {
	color: #ff6600;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 5px;
}
.rightpanel_box {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #FFF;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

/* FOOTER */

#footer {
	border-top: 4px solid #FF0000;
	padding: 15px 0 0 0;
	width: 770px;
	}
.footer {
	font-size: 9px;
	color: #FFF;
	line-height: 1;
	text-align: center;
	}
#footer p a:link, #footer p a:visited {
	color: #FFF;
	}
#footer p a:hover {
	color: #FFF;
	}
.articleSubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
