/* Global defaults */
body {
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
img {
	border:0;
}

table {
	border: 0;
	margin:0;
	padding:0; 
	border-collapse: collapse;
}

/* Styles for the Header Table. */

#header{
	background-color:#6699CC;
	width:100%
}

/* This is the cell that holds the section specific image.  
  Also defined in the section specific css file. */
  
#header_image_cell{
	width:100%;
	background-image:url("images/beta-header.jpg");
	background-repeat:no-repeat;
}

#header_image_cell_spacer{
	width:265px;
}

#header_logo_cell{
	width:152px;
}

#header td {
	vertical-align:top;
	border: 0;
	margin:0;
	padding:0; 
	background-color:#6699CC;
}

/* Styles for the Footer Table. */


#footer_cell {
	color:#6699CC;
	height:1px;
	margin-bottom:15px;
	padding-top:15px;
	padding-right:98px;
}

#footer_address {
	font-size:x-small;
	color:#CC6600;
	font-weight:bold;
}

.footer_link a {
	color:#000000;
	font-size:xx-small;
	font-weight:bold;
}

#footer_table {
	width:100%;
	margin:10px;
	margin-left:50px;
}

#footer_table td {
	padding:2px;
}

/* Left Nav styles */

#nav_layout_cell{
	text-align:left;
	vertical-align:top;
	background-image:url("images/rust-drk.gif");
	background-color:#CC6600;
	background-repeat:repeat-y;
}

#nav_table {
	width:150px;
}

#nav_table td {
	vertical-align:top;
	width:150px;
}

#section_header {
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	padding:0;
	padding-right:3px;		
	margin:0;
	padding-bottom:35px;
	text-align:right;
}

.nav_cell {
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	padding:5px;
	padding-left:5px;
	padding-right:8px;
	text-align:right;
}

.nav_cell a {
	color:#FFFFFF;
}

.secondary_nav_cell {
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	padding:5px;
	text-align:right;
}

.secondary_nav_cell a {
	color:#FFFFFF;
}
	


/* Breadcrumb styles */
#breadcrumb_table {
	margin-left:20px;
	margin-top:3px;
}

.breadcrumb_link {
	color:#000000;
	font-size:10px;
}

.breadcrumb_link a {
	color:#000000;
}

/* Main Content Section.  This holds the Contribution information entered
  by the user.  Some of these styles are defined in the contirution layout
  document. */

#main_content_layout_cell {
	vertical-align:top;
	width:100%;
	text-align:left;
}

#main_content_layout_cell hr{
	height: 0; 
	border: 0; 
	border-top: 1px solid #CC6600;
	margin-bottom:15px;
}

#master_body_cell {
/*	height:500px; */
	width:100%;	
	vertical-align:top;
	padding-right:98px;
	
}

#main_content_table {
	margin:20px;
	width:100%;
}

#main_content_title{
	font-weight:bold;
	font-size:18px;
	margin-bottom:13px;
	display:block;
}

#main_content_subtitle{
	margin-bottom:20px;
	margin-top:15px;
	display:block;
}

#main_content_body, #main_content_body td {
	font-size:13px;
}


/* Form styles used in NDS */

.error {
	color:red;
}

.form_step_name {
	font-weight:bold;
	font-size:xx-small;
}

.form_step {
	font-weight:bold;
	font-style:italic;
	font-size:x-small;
	color:white;
}

.form_step_table {
	border-bottom:#FFA15B solid 2px;
	width:100%;
}


/* This section is for Misc */

#whole_table {
	width:100%;
}

#question_table td{
	vertical-align:top;
	padding:5px;
}

#copyright {
	width:100%;
}

#copyright td{
	color:#CC6600;
	text-align:center;
}

/* Styles Available for Content Editors */

.link_info {
	font-style:italic;
	font-size:xx-small;
}

.fine_print {
	font-size:xx-small;
}

