body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 0.9em;
}
.NavStyle {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #009290;
	background-color: #655AA8;
	height: 33px;
}
.MainTableTop {
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #009290;
	background-color: #655AA8;
	/*#009290 #776DAA #1D1883 #655AA8*/
}
.BannerLook {
	background-image:   url(banner.jpg);
	background-repeat: no-repeat;
	height: 157px;
	background-position: right top;
}


/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  {
	width: 150px;
}

.ContentPane  {
}

.RightPane  {
	width: 150px;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 10px;
    color: #009290;
    text-decoration: none;
}

/* hyperlink style for the selected tab*/
A.SelectedTab:link {
    text-decoration: none;
    color:#333366;
}

A.SelectedTab:visited  {
    text-decoration: none;
    color:#333366;
}

A.SelectedTab:active   {
    text-decoration: underline;
    color:#333366;
}

A.SelectedTab:hover    {
	text-decoration: underline;
	color: #CCCCCC;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10px;
    color: #333366;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color:#333366;
}

A.OtherTabs:visited  {
    text-decoration: none;
    color:#333366;
}

A.OtherTabs:active   {
    text-decoration: none;
    color:#333366;
}

A.OtherTabs:hover    {
    text-decoration: none;
    color:#CCCCCC;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  16px;
    font-weight: bold;
    color: #333366;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:    bold;
    color: #009290;
	}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #333366;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	color: #333366;
	}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	color: #333366;
	}

.NormalRed {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
	}

.NormalBold {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
    font-weight: bold;
	color: #333366;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	color: #009290;
	}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration: underline;
    color: #009290;
}

A.CommandButton:visited  {
    text-decoration: underline;
    color: #009290;
}

A.CommandButton:active   {
    text-decoration: underline;
    color: #CCCCCC;
}

A.CommandButton:hover    {
	text-decoration: underline;
	color: #CCCCCC;
}
   
/* GENERIC */
H1  {
	font-size: 2em;
	font-weight: bold;
	color: #000000;
}

H2  {
    font-size: 1.3em;
    font-weight: bold;
    color: #009290;
}

H3  {
    font-size:  1.1em;
    font-weight: bold;
    color: #655AA8;
}

H4  {
    font-size: 1em;
    font-weight: bold;
    color: #333366;
}

H5, DT  {
	font-family: "Courier New", Courier, monospace;
	font-size:  0.9em;
	font-weight: bold;
	color: #655AA8;
}

H6  {
    font-size:  0.9em;
    font-weight: bold;
    color: #333366;
}

TFOOT, THEAD    {
    color: #009290;
}

TH  {
   vertical-align: baseline;
    font-weight:    bold;
    color: #009290;
}

A:link  {
    text-decoration:    underline;
    color: #3A6673;
}

/*-----
A:visited   {
    text-decoration:    underline;
    color:  #180A80;
}

A:active    {
    text-decoration:    underline;
    color:  #999999;
}
---*/
A:hover {
	text-decoration:    underline;
	color:  #999999;
}

SMALL   {
    font-size:  9px;
	color: #180A80;
}

BIG {
    font-size:  20px;
	color: #180A80;
}

BLOCKQUOTE, PRE {
   font-family:  Tahoma, Arial, Helvetica;
   color:  #009290;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #009290;
    height:1pt;
    text-align:center;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
	font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	color: #180A80;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color:  #009290;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border: 0px solid #333366;
}

.ModuleTitle_MenuBar {
	cursor: pointer;
	cursor: hand;
	height: 11px;
	background-color: Transparent;
	color: #333366;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #333366; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #ffffff;
	text-align: center;
	width: 15px;
	height: 21px;
	color: #333366;
}

.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #ffffff;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	color: #CCCCCC;
}

.ModuleTitle_MenuBreak {
	background-color: #ffffff;
	height: 1px;
	color: #333366;
}
/*hover effects for drop-down selection for each module*/
.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #655AA8; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	background-color: #ffffff;
}

.ModuleTitle_MenuArrow {
	font-family: webdings;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
	color: #333366;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
	color: #333366;
}

/* Main Menu */

.MainMenu_MenuContainer {
	width:100%;
	background-color: Transparent;
	height: 15px;
}

.MainMenu_MenuBar {
	cursor: hand;
	cursor: hand;
	color: #666666;
}

.MainMenu_MenuItem {
	cursor: hand;
	cursor: hand;
	color: #333366;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-style: normal;
	background-color:Transparent;
	height:25px;
}

.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #ffffff;
	text-align: center;
	width: 0;
}

.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-style: normal;
	color: #333366;
}

.MainMenu_MenuBreak {
	background-color: White;
	color: #A6D8D7;
}

.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #333366; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-style: normal; 
	height:25px;
}

.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
	color: #333366;
}

.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
	color: #333366;
}

/* ================================
    CSS STYLES Override Settings
   ================================
*/  
/*[SOLPARTMENU]*/
.whitemenu {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

A.whitemenu:link {
    text-decoration: none;
    color: #ffffff;
}

A.whitemenu:visited  {
    text-decoration:    none;
    color: #ffffff;
}

A.whitemenu:active   {
	text-decoration:    none;
	color: #FF0000;
}

A.whitemenu:hover    {
    text-decoration:    none;
    color: #FF0000;
}


/*[SOLPARTMENU:mb]*/
.orangemenu {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #333366;
	font-style: normal;
}
/*[PAGETITLE]*/
.PageTitleWhiteLarge {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #333366;
	padding-left: 15px;
}

.WhiteSmall {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	color: #009290;
}

.LightSkinObjects {
	color : #ffffff;
	font-size: 9px;
	font-family : Tahoma, Arial, Helvetica;
	font-weight: bold;
}

A.LightSkinObjects:link {
    text-decoration: underline;
    color: #ffffff;
}

A.LightSkinObjects:visited  {
    text-decoration:    underline;
    color: #ffffff;
}

A.LightSkinObjects:active   {
	text-decoration:    underline;
	color: #A6D8D7;
}

A.LightSkinObjects:hover    {
    text-decoration:    underline;
    color: #A6D8D7;
}

/*[HOSTNAME][COPYRIGHT]*/
.DarkSkinObjects {
	color : #333366;
	font-size : 9px;
	font-family : Tahoma, Verdana, Arial;
	font-weight: bold;
}
#WHO_contact {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}

#WHO_contact a{
	color: #FFFFFF;
	text-decoration: none;
}
#WHO_contact a:hover{
	color: #FF0000;
	text-decoration: underline;
}


.GreenAlert {
	font-size: 12px;
	font-weight: bold;
	color: #006600;
}

.topic {
	border: thin solid #333366;
	padding: 5px;
}
#Profile {
	background-color: #009290;
	width: 200px;
	padding: 5px;
	color: #FFFFFF;
}

#Profile h1 {
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: bold;
}
#Profile h2{
	color: #FFFFFF;
	font-size: 1.3em;
	font-weight: bold;
}
#Profile h3  {
	color: #CCCCCC;
	font-size: 1em;
	font-weight: bold;
}

#Profile a  {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;	
}

#LongDescription h1 {
	color: #000000;
	font-size: 1.3em;
	font-weight: bold;
}
#LongDescription h2{
	color: #009290;
	font-size: 1.1em;
	font-weight: bold;
}
#LongDescription h3  {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 5px;
}


#MemberList h1{
	font-size: 12px;
	font-weight: bold;
}
#MemberList h4{
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
