div {
	border: none;
	}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	width: 100%;
}

#header {
	border-bottom: 0px solid #333;
	height: 176px;
	background: transparent;
	margin-top: 0px;
	background-image: url(images/fdi-logo.jpg);
	background-repeat: no-repeat;
	width: 100%;
	padding-right: 40px;
	padding-top: 3px;
}
#headerbkg{
	background-image: url(images/fdi-bnr-bkg.jpg);
	background-repeat: repeat-x;
	width:100%;
	height: 200px;
}
/* page titles */


.table1{
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
}
.tblheader1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF
}

.tblecell1 {
	font-size: 10px;
	color: #000000;
}

.headertitle {
	font: bolder normal 30px/100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	vertical-align: middle;
}
#topnav{
	
	height: 20px;
	margin-top: -23px;
	margin-right: 10px;
	margin-left: 200px;
	margin-bottom: 10px;
}
#topnavbar{
	padding: 5px;
}
#topnav a, #topnav a:link {
color: White;
text-decoration: none;
background-color: transparent;
padding: 5px 9px 5px 9px;
margin: 0;

}

#topnav a.first, #topnav a.first:link {
border-right: 0px solid white;
}
#topnav a:hover {
color: Black;
background-color: transparent;
height: 20px;
}
#topnav p {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
margin: 0;
padding: 0;
padding: 5px 0 4px 0;

}


#navbar {
	margin-left: 0px;
	color: white;
	height: 20px;
	background: transparent;
	margin-top:0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	padding: 3px;
	width: 100%;
	text-align: left;
}

#nav {

padding: 0 0 0 0px;
background-repeat: no-repeat;
 height: 20px;
 width: 100%;
  text-align: right;
}
#nav a, #nav a:link {
color: white;
text-decoration: none;
background-color: transparent;
padding: 5px 9px 4px 9px;
margin: 0;

}

#nav a.first, #nav a.first:link {
border-right: 0px solid white;
}
#nav a:hover {
color: #054A8F;
background-color: transparent;
height: 20px;
}
#nav p {
font-family: verdana, arial, sans-serif;
font-size: 9px;
font-weight: bold;
margin: 0;
padding: 0;
padding: 5px 0 4px 0;

}

#content {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 100%;
	background-color: white;
	color: black;
}

a {
	color: Green;
	text-decoration: underline;
}

a:hover{
	color: #D03602;
	text-decoration: underline;
}	
	
a:visited {
color: #054A8F;
text-decoration:underline;
}

.footer {
	
}
#footer {
	background-image: url(images/fdi-footer-bkg.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	height: 40px;
	padding-top: 20px;
	padding-left: 10px;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
	
}

/* background color for the content part of the pages */
Body
{
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  {
	background-color: white;
	
}
#leftcol {
	position: absolute;
	left: 10px;
	top: 238px;
	background-color: white;
	color: black;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.ContentPane  {
	background-color: white;
}

.RightPane  {
	background-color: white;
}

/* text style for the selected tab */
.SelectedTab {
	
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
	
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
	color: Gray;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.NormalRed
{font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #330000;
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	color: Red;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
color: Red;
}

A.CommandButton:visited  {
color: Silver;
}

A.CommandButton:active   {
color: Gray;
}

A.CommandButton:hover    {
color: Silver;
}
    
/* GENERIC */
	
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #054A8F;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Gray;
	font-size: 16px;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
}

h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
}


TFOOT, THEAD    {background-color: #06498F;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
}

TH  {
}



SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
	background-color: transparent;
}

.MainMenu_MenuBar {
	background-color: transparent;
}

.MainMenu_MenuItem {
	color: white;
}

.MainMenu_MenuIcon {
background-color: White;
}

.MainMenu_SubMenu {
	color: White;
	background-color: #C50001;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 2px;
	padding-bottom: 2px;
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {background-color: transparent;
	color: Silver;
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}


img {
	border: 0px;
}


.caption {
	color: black;
	font-family: "Arial Narrow";
	font-size: 10px;
}




/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: White;
}
.skinmaster {
	height: 100%;
	background-color: transparent;
	border-right: 0px solid #8f9092; 
	border-top: 0px solid #8f9092; 
	border-left: 0px solid #8f9092; 
	border-bottom: 0px solid #8f9092; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	background-image: url(images/fdi-bnr-bkg.jpg);
}
.skinheader {
}
.skingradient {
	background-image: none; 
	height: 20px;
}


.controlpanel {
	width: 100%;
	background-color: #FFFAFA;
}
.toppane {
	width: 100%;
	background-color: White;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: White;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: White;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: White;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: White;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: transparent;
}
.MainMenu_MenuItem {
	border-left: 0px solid #cccccc; 
	border-bottom: 0px solid #cccccc; 
	border-top: 0px solid #cccccc; 
	border-right: 0px solid #cccccc;
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: transparent;
	padding-right: 2px;
	padding-top: 1px;
	padding-left: 4px;
	padding-bottom: 2px;
}
.MainMenu_MenuIcon {
	background-color: White; 
	border-left: #cccccc 0px solid; 
	border-bottom: #cccccc 0px solid; 
	border-top: #cccccc 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	
}
.MainMenu_SubMenu {
font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: #D03602;
	padding-right: 2px;
	padding-top: 1px;
	padding-left: 4px;
	padding-bottom: 2px; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
	color: White;
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: White; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	padding-right: 2px;
	padding-top: 1px;
	padding-left: 4px;
	padding-bottom: 2px;
	
}
.MainMenu_MenuArrow {
	border-right: #cccccc 0px solid; 
	border-bottom: #cccccc 0px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
	padding-right: 2px;
	padding-top: 1px;
	padding-left: 4px;
	padding-bottom: 2px;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtGray.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #333333;
}



