html, body {
     height: 100%;
     width: 99%;
     }

body {
	margin:0;
	background-color: E5E5E5;
}
     
li { 
	margin-top: 10; 
	margin-bottom: 10; 
} 

A.top_menu_link:hover{color:6C82B0}

UL.info_panel_ul{
	margin-left:12;	
	padding-left:10;
}
     
/*Internal pages*/
.maintable {
	height: 100%;
	background-color: white;
}

.content_row {
	background-color: white;
	border-left: solid white;
	border-left-width: 10;
	border-right: solid white;
	border-right-width: 10;
}

.content_text_area {
	background-color: white;
	border-top: solid white;
	border-top-width: 10;
}

.logo_row {
	background-color: FFFFFF;
	border-bottom:solid white;
	border-bottom-width: 10;
	border-left: solid white;
	border-left-width: 10;
	border-right: solid white;
	border-right-width: 10;
}

.main_logo_row {
	background-color: white;
	border-top:solid white;
	border-top-width: 10;
	border-bottom:solid white;
	border-bottom-width: 10;
	border-left: solid white;
	border-left-width: 10;
	border-right: solid white;
	border-right-width: 10;
}

/*Top Menu*/
.top_menu {
	background-color: #FFFFFF;	
	border-bottom:solid white;
	border-bottom-width: 10;
	border-left: solid white;
	border-left-width: 10;
	border-right: solid white;
	border-right-width: 10;
}

.top_menu_link {
	font-family: arial, sans-serif; 
	color: 333333;
	font-size: 11;
	text-decoration: none;
	font-weight:bold;
	text-align:center;
}

/*Left Menu*/
.left_section_title {
	font-family: arial, "lucida console", sans-serif;
	color: #003366;
	font-size: x-small;
	padding-left: 5;
}

.left_menu_main_column {
	border-color: #003366;
	
	font-family: arial, "lucida console", sans-serif; 
	background-image: url(images/gradient.jpg);	
	background-repeat: repeat-x;
	border-width: 2;
	background-color: #F9F9F3;
}

.menu_row {
	border-bottom:solid white;
}

.left_section_link {
	font-family: arial, "lucida console", sans-serif; 
	color: #003366;
	text-decoration: none;
	font-size: xx-small;
}

.left_section_viewing {
	background-color: #D5D3BF;
}

/*Content Area*/
.breadcrumb_link {
	font-family: arial, "lucida console", sans-serif; 
	text-decoration: none;
	color: black;
	font-size: x-small;
}

.content_tab_link {
	font-family: arial, "lucida console", sans-serif; 
	text-decoration: none;
	color: white;
	font-size: x-small;
}

.content_header {
	font-family: arial, sans-serif; 
	font-size: 18;
	color: #073D72;
	text-decoration: none;
	font-weight:bold;
	text-align:justify;
}

.content_header_small {
	font-family: arial, sans-serif; 
	font-size: 12;
	color: #073D72;
	text-decoration: none;
}

.content_header_large {
	font-family: arial, sans-serif; 
	font-size: 18;
	color: #073D72;
	/*Margin: 25 5 2 5;*/
	text-decoration: none;
	font-weight:bold;
	text-align:justify;
}

.feature_list_text {
	font-family: arial, sans-serif; 
	font-size: 11;
	color: #7F7F7F;
	text-decoration: none;	
}

.content_text {
	font-family: arial, sans-serif; 
	font-size: 11;
	color: #7F7F7F;
	margin: 0 5 15 5;
	text-decoration: none;
	text-align:justify;
	line-height:1.5;
	padding-bottom:15;
}

.content_intro_text {
	font-family: arial, sans-serif; 
	font-size: 14;
	color: #7F7F7F;
	margin: 0 5 15 5;
	text-decoration: none;
	text-align:justify;
	line-height:1.5;
	padding-bottom:15;
}

.content_text_large {
	font-family: arial, sans-serif; 
	font-size: 14;
	color: #7F7F7F;
	/*margin: 0 5 15 5;*/
	text-decoration: none;
	font-weight:bold;
	line-height:1.5;
}

.content_text_image{
	margin-top:5;
	margin-bottom:5;
	margin-right:10;
	margin-left:10;
}

.event_table { 
	border-collapse: collapse; 
  	border-top: hidden;
  	border-color: #ccc6b0;

	font-family: arial, sans-serif; 
	font-size: 11;
	color: #7F7F7F;
	margin: 0 5 15 5;
	text-decoration: none;
	text-align:justify;
	line-height:1.5;
	padding-bottom:15;
}

.event_table_row {
}

.event_table_col {
}

.event_table_col_header {
	color: black;
	font-size: 12;
	font-weight:bold;
}

.content_tabs {
	border-bottom:solid #003366;
	border-top: hidden;
	border-left: hidden;
	border-right: hidden;
	border-width: 2;
}

.content_tab_not_selected {
	background-color: #B2B2B2;
}

.content_tab_selected {
	background-color: #003366;
}


/*Footer*/
.footer {
background-color: #CADBFD;
}

.footer_text{
	color: white;
	font-family: arial, "lucida console", sans-serif;
	font-size: xx-small;
}

/*Main Table*/
.main_table {
	border-top:none;
	border-bottom:white;
	border-left: none;
	border-right: white;
	border-collapse: collapse;
	border-width: 2;
}

.left_col {
	width: 175;
	border-top:none;
	border-bottom:none;
	border-left: none;
	border-right: solid #CADBFD;
	border-collapse: collapse;
	border-width: 2;
}

.center_col {
	border-top:solid #CADBFD;;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-collapse: collapse;
	border-width: 2;
}

.right_col {
	width: 175;
	border-top:none;
	border-bottom: none;
	border-left: solid #CADBFD;
	border-right: none;
	border-collapse: collapse;
	border-width: 2;
}

.info_panel_content{
	padding-left:0;
	padding-right:5;
	padding-bottom:5;
	padding-top:5;

	font-family: arial, sans-serif; 
	font-size: 11;
	color: #7F7F7F;
	text-decoration: none;
}

.featurePanelList {
	margin-top:0;	
	padding-top:0;

	margin-left:12;	
	padding-left:10;
}

.info_panel_link{
	text-decoration:none;
	font-family: arial, sans-serif; 
	font-size: 11;
	color: #7F7F7F;
	text-decoration: none;
}

.info_panel_highlight{
	text-decoration:none;
	font-family: arial, sans-serif; 
	font-size: 11;
	color: #A0B352;
	text-decoration: none;
}

.section_header {
	font-family: arial, "lucida console", sans-serif;
	font-size: x-small;
	color: white;
	background-color: #B2B2B2;
	border-top:solid #E5E5E5;
	border-bottom:solid #E5E5E5;
	border-left: hidden;
	border-right: hidden;
	border-collapse: collapse;
	border-width: 2;
	align: center;
	width:100%;
}

.section_text {
	font-famliy: arial, "lucida console", sans-serif;
	color: #003366;
	font-size: 12;
}

.more_info_link {
	font-famliy: arial, "lucida console", sans-serif;
	color: #003366;
	font-size: xx-small;
	text-decoration: none;
}

.event_date {
	color: black;
	font-size: xx-small;
}

/*List Spacing*/
.list_spacing{
	padding-bottom: 5;
}

/*Image Placement*/
.image_div { 
margin: 0 0 10px 10px;
float: right; 
clear: right;
}

.bio_image{
margin: 0 10 0 0;
float: left; 
clear: left;
}

.product_table {
	border-collapse: collapse;
	border: none; 
}

.product_column {
	border-right: 3px solid #CADBFD; 
}

.whitepaper_col {
	border-bottom: 1px solid;
	border-color: #ccc6b0;
}

.white_paper_info{
	color: #ccc6b0;
	font-family: arial, "lucida console", sans-serif; 
	font-size: xx-small;
}

.product_category_title {
	 font-family: arial, "lucida console", sans-serif; 
	 color: #7F7F7F;
	 border-right: 1px	solid #003366;
}

.product_table_text {
  font-family: arial, "lucida console", sans-serif; 
  color: #7F7F7F;
	border-right: 1px	solid #003366;
	font-size: x-small;
}

.green_link {
	font-family: arial, sans-serif; 
	color: #71945E;
	text-decoration: none;
	font-size: 12;
	font-weight:bold;
}

.green_standard_link {
	font-family: arial, sans-serif; 
	color: #71945E;
	text-decoration: none;
}


.standard_link {
	font-family: arial, sans-serif; 
	color: #6C82B0;
	text-decoration: none;
	font-size: 12;
	font-weight:bold;
}