/* Screen Media CSS  */
body{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:16px;
}
table{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:16px;
}
#page{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background-color:#ffffff;
	border: 1px solid #ff9900;
}
#header{
	width:820px;
	margin-left:70px;
	margin-right:70px;
	margin-top:10px;
	margin-bottom:0;
	text-align:left;
}
#header a{
	color:#000000;
	text-decoration:none;
}
#header a:hover{
	text-decoration:none;
	font-weight:bold;
}
#header div.navspace{
	padding-bottom:5px;
}

#subheader{
	width:820px;
	margin:0px 0px 0 0px;
	text-align:left;
}
#subheader a{
	color:#000000;
	text-decoration:none;
}
#subheader div.colha{
	width:300px;
	float:left;
}
#subheader div.colhb{
	width:230px;
	float:left;
}
#subheader div.colhc{
	width:290px;
	float:left;
	margin:0;
}
#navigation{
	
	padding-top:15px;
	text-align:left;
}
#navigation div{
	float:left;
	text-align:center;
	margin:0 10px 0 0;
}
#navigation a{
	text-decoration:none;
}
#navigation a:hover{
	text-decoration:none;
	font-weight:bold;
}
#subnavigation{
	background-color:#0000ff;
	/* background-image:url(images/nav-bar-bg.png); */
	/* background-image:url(images/nav_bar.png); */
	background-image:url(images/nav_bar_blue-orange4.jpg);
	/* background-repeat:repeat-y; */
	width:820px;
	height:20px;
	position:relative;
	padding-top:2px;
}
#subnavigation a{
	color:#ffffff;
	text-decoration:none;
}
#subnavigation a:hover{
	text-decoration:none;
	font-weight:bold;
}
#subnavigation div.subnavparent{
	display:none;
	position:absolute;
}
#subnavigation div.subnavchild{
	text-align:center;
	float:left;
	margin:0 10px 0 0;
}
#subpageheader{
	/* background-image:url(images/nav-bar-bg.png); */
	/* background-image:url(images/nav_bar.png); */
	background-image:url(images/nav_bar_blue-orange4.jpg);
	background-repeat:repeat-y;
	height:80px;
	clear:both;
}
#main{
	width:820px;
	margin:10px 70px 0 70px;
	text-align:left;
}
#main a{
	color:#3f3997;
	text-decoration:none;
}
#main a:hover{
	text-decoration:underline;
}
#main div.cola{
	width:295px;
	float:left;
}
#main div.colb{
	width:30px;
	float:left;
}
#main div.colc{
	width:495px;
	float:left;
	margin:0;
}
#main div.cold{
	width:300px;
	float:left;
	margin:0;
}
/* \ mac ie 5.x hack - it will ignore the next rule */ 
#main div.colc{
	width:495px;
	float:left;
	margin:0;
}
#main h1{
	font-size:12px;
	font-weight:bold;
	margin-top:0;
}
#main h2{
	font-size:11px;
	font-weight:bold;
	color:#3f3997;
}
.fullcolor{
	color:#3f3997;
}
.greyscale{
	color:#333333;
}
p.halfmargin{
	margin:3px 0 3px 0;
}
div.sbox{
	border:1px solid #cccccc;
	padding:10px;
}
div.sboxtitle{
	font-size:13px;
	text-transform:uppercase;
	margin-bottom:8px;
}
span.faqa{
	font-weight:bold;
	color:#3f3997;
}
#main li.error{
	color: #ff0000;
	font-weight : bold;
}
#main label{
	font-weight : bold;
}
#main input.invalid{
	background-image:url(images/invalid_bg.gif);
	background-repeat:repeat-x;
	color:#000000;
	font-weight:bold;
}
#main hr{
	border:0;
	color:#cccccc;
	background-color:#cccccc;
	height:1px;
}
#footer{
	width:820px;
	text-align:right;
	font-size:9px;
	margin:0 70px 0 70px;
	padding-top:10px;
}
#ldpdesc{
	width:820px;
	text-align:left;
	margin:0 70px 0 70px;
	padding:20px 0 20px 0;
	font-size:20px;
	line-height:24px;
	color:#333333;
	clear:both;
}