Body
{	
	padding-left:5px;
}
.Normal
{
	font-family:Arial;
	color:#666666;
	font-size: 10pt;;
}

.bodyTable
{
	/*background-image:url(leftBG.jpg);*/
	width:1000px;
	height:100%;
	border-width:0px;
}

.menuRow
{
	background-image:url(images/menuBG.jpg);
	height:34px;
	border-bottom: #336699 1px solid; 
	border-left: #336699 1px solid; 
	border-top: #336699 1px solid; 
	border-right: #336699 1px solid;  
}

.mainImage
{
	border-bottom: #336699 1px solid; 
	border-left: #336699 1px solid; 
	border-top: #336699 1px solid; 
	border-right: #336699 0px solid;
	font-family:Arial;
	color:#666666;
	font-size: 10pt;  
}

.sponsorPane
{
	padding:5px;
	border-bottom: #336699 0px solid; 
	border-left: #336699 1px solid; 
	border-top: #336699 0px solid; 
	border-right: #336699 0px solid;  
	font-family:Arial;
	color:#666666;
	font-size: 10pt;
}

.mainImagePane
{
	padding:0px;
	border-bottom: #336699 1px solid; 
	border-left: #336699 0px solid; 
	border-top: #336699 0px solid; 
	border-right: #336699 0px solid;  
	font-family:Arial;
	color:#666666;
	font-size: 10pt;
}

.leftPane
{
	padding:5px;
	border-bottom: #336699 0px solid; 
	border-left: #336699 0px solid; 
	border-top: #336699 0px solid; 
	border-right: #336699 0px solid;
	vertical-align:top;
}

.LoginLink
{
	color:#666666;
	font-family:Arial;
	font-weight:bold;
	font-size: 11pt;
}


A:link  {
    text-decoration:    underline;
    color:  #666666;
}

A:visited   {
    text-decoration:    underline;
    color:  #666666;
}

A:active    {
    text-decoration:    underline;
    color:  #666666;
}

A:hover {
    text-decoration:    none;
    color:  #666666;
}


/* Main Menu */

.MainMenu_MenuContainer {
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: hand; 
	height: 34px;
	background: Transparent;
}

.MainMenu_MenuItem
{
	border-top: #999999 0px solid;
	font-size: 11px;
	cursor: hand;
	color: #000000;
	border-bottom: #999999 0px solid;
	font-style: normal;
	font-family: Arial, Verdana, Helvetica;
	background-color: transparent;
}

.MainMenu_MenuIcon
{
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	width: 0px;
	cursor: hand;
	border-bottom: #CCCCCC 1px solid;
	height: 21px;
	background-color: #CCCCCC;
	text-align: center;
}

.MainMenu_SubMenu
{
	border-right: #999999 0px solid;
	border-top: #999999 0px solid;
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= '#999999' , Direction=135, Strength=3);
	border-left: #999999 0px solid;
	cursor: hand;
	border-bottom: #999999 1px solid;
	background-color: #CCCCCC;
}

.MainMenu_MenuBreak {
	border-bottom: #002d96 0px solid; 
	border-left: #999999 0px solid; 
	border-top: #002d96 0px solid;  
	border-right: #999999 0px solid; 
	background-color: transparent; 
	height: 1px;
}

.MainMenu_MenuItemSel
{
	font-size: 11px;
	cursor: hand;
	color: #000000;
	font-style: normal;
	font-family: Arial, Verdana, Helvetica;
	background-color:  Transparent;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: hand; 
	border-right: #999999 0px solid; 
	border-bottom: #999999 0px solid; 
	border-top: #999999 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: hand;
}

/*
.MainMenu_RootItem {
	background-image:url(menuBottom.gif);
	text-align: center; 
	color:#FF0000;
	height: 36px;
}
.MainMenu_RootItemSel {
	background-image:url(menuBottom.gif);
	text-align: center; 
	color:#000000;
	height: 36px;
}
*/
.MainMenu_LeftSeperator 
{
	
	background-image:url(images/menuSep.jpg);
	background-repeat:no-repeat;
	text-align: center; 
	height: 34px;
}
.MainMenu_RightSeperator 
{
	
}


/* News Articles Custom Styles */
.NormalWhite { font-family: Arial, Helvetica; font-size: 11px; font-weight: bold; color: #666666;}
.articleQuote { font-family: Tahoma, Arial, Helvetica; font-size: 8pt; border-top: solid 1px #999999; border-bottom: solid 1px #999999; }
	
.articleTitle { font-size : 14px; font-weight : bolder; color : #006600; }

.articleTable { background-color: ffffff; margin: 0px; }
.articleTopCell { background-color: ffffff; background:url('/portals/1/skins/ShimmySideways/images/moduleBG.jpg'); color: #999999; font-weight: bold; padding: 6px; height: 27px;
	border-top:#336699 0px solid; 
	border-left:#336699 0px solid; 
	border-right:#336699 0px solid; 
	border-bottom:#336699 0px solid; 
}
.articleContentCell { color: black; padding: 6px; background-color: #FEFEFE; 

border-top:#336699 1px solid; 
	border-left:#336699 1px solid; 
	border-right:#336699 1px solid; 
	border-bottom:#336699 1px solid; 
}
.articleTextCell { color: black; padding: 6px;  }
.articleIconCell { background-color: #D0D0D0; width: 20px; }
.articleFooterCell { color: #FFFFFF; padding: 3px; background-color: #80B288; height: 25px; }


