/* ------------------------------------- Global ------------------------------------- */ 
body  {
	margin:0px;
	padding:0px;
}
#cardCenter {
	vertical-align: middle;
	text-align:center;
}
#container {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
td  { 
	font:12px Arial, Helvetica, sans-serif
}
select, textarea, .inputText  { 
	font:12px Arial, Helvetica, sans-serif;
	padding:2px; margin-bottom:3px
}
textarea, .inputText  { width:200px }
textarea.one  { height:120px }
textarea.two  { height:85px }
textarea.three  { height:65px }
.header  { 
	background:#999999; font-size:12px;
	padding:1px 10px
}
.bevel  { 
	background:#CCCCCC;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #FFFFFF; padding:7px
}
a:link, a:visited  { color:#00C }
a:hover, a:active  { 
	color:#C00
} 
/* ------------------------------------- Banner ------------------------------------- */
#banner  { 
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-left:1px solid #000000
} 
/* ------------------------------------- Custom Block ------------------------------------- */
#customblock  { 
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-left:1px solid #000000
} 
/* ------------------------------------- Main ------------------------------------- */
#main  { 
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-left:1px solid #000000
}
#main .header  { 
	border-bottom:1px solid #000000
}
.divider  { 
	background:#000; width:1px; font-size:1px
}
.headerCDU  { 
	font-size:12px; padding-bottom:5px
}
.headerOverall  { 
	font-size:12px; padding-bottom:5px;
	color:#0000FF
}
.scaleText  { 
	font-size:12px; white-space:nowrap;
	padding-right:4px
} 
/* ------------------------------------- Questions ------------------------------------- */
#questions  { 
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-left:1px solid #000000
}
#questionsontop  { 
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-left:1px solid #000000
}
.answer  { 
	padding:0px 5px; white-space:nowrap;
	font-size:12px
} 
/* ------------------------------------- Links ------------------------------------- */
#links  { 
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-left:1px solid #000000
} 
/* ------------------------------------- Footer ------------------------------------- */
#footer  { 
	border-bottom:1px solid #000000;
	background:#000000
}
#footer .text  { 
	font-size:10px; color:#ccc;
	padding:4px 0px 4px 14px; line-height:150%
}
#footer a, #footer a:link,
#footer a:visited  { 
	color:#ccc; padding-right:13px;
	white-space:nowrap
}
#footer a:hover, #footer a:active  { 
	color:#C00
}
.submitButton  { 
	margin-right:10px; width:100px;
	font-size:14px
}
