/* 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%;
}

#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-right:75;
}

/* Left Nav styles */

#nav_layout_cell{
	text-align:left;
	vertical-align:top;
	background-image:url("images/olive-dark.gif");
	background-color:#666699;
	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:0px;
	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;
}

.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 #6699CC;
	margin-bottom:15px;
}

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

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

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

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

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

/* This section is for Misc */

#whole_table {
	width:100%;
}

/* Styles Available for Content Editors */

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

.fine_print {
	font-size:xx-small;
}
/* Form styles used in NDS */

.error {
	color:red;
	font-size:x-small;
}