@charset "UTF-8";
/* CSS Document */

Body
{
background: url('/portals/154/skins/shoreline/images/Shoreline_Background.jpg') repeat-x;
    background-color: #646363;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Times, "Times New Roman";
    font-size: 18px;
	line-height:21px;
    font-weight: normal;
}


A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}


/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:34;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	font-size: 18px;
	font-family: Times, "Times New Roman";
	color: black;
	font-weight: normal; 
	font-style: normal; 
	border-left: #8fb01d 0px solid; 
	border-bottom: #8fb01d 1px solid; 
	border-top: #8fb01d 1px solid; 
	border-right: #8fb01d 0px solid;
	background-color: Transparent;
}
.rootmenuitemactivecssclass {
	cursor: pointer; 
	cursor: hand; 
	font-size: 18px;
	font-family: Times, "Times New Roman";
	color: black;
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	border-left: #8fb01d 0px solid; 
	border-bottom: #8fb01d 1px solid; 
	border-top: #8fb01d 1px solid; 
	border-right: #8fb01d 0px solid;
	
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #8fb01d; 
	border-left: #8fb01d 0px solid; 
	border-bottom: #8fb01d 1px solid; 
	border-top: #8fb01d 1px solid; 
	border-right: #8fb01d 0px solid;
	text-align: center; 
	width: 1; 
	height: 1;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #8fb01d; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-left: #8fb01d 1px solid; 
	border-bottom: #8fb01d 1px solid; 
	border-top: #8fb01d 1px solid; 
	border-right: #8fb01d 1px solid;
}
.MainMenu_MenuBreak {
	border-left: #8fb01d 0px solid; 
	border-bottom: #8fb01d 1px solid; 
	border-top: #8fb01d 1px solid; 
	border-right: #8fb01d 0px solid;
	background-color: #EEEEEE; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	font-size: 18px;
	font-family: Times, "Times New Roman";
	color: #ffffff;
	font-weight: normal; 
	font-style: normal;
	background: Transparent;
	border-left: #8fb01d 0px solid; 
	border-bottom: #8fb01d 1px solid; 
	border-top: #8fb01d 1px solid; 
	border-right: #8fb01d 0px solid;
}
.MainMenu_MainMenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	font-size: 18px;
	font-family: Times, "Times New Roman";
	color: #ffffff;
	font-weight: normal; 
	font-style: normal;
	border-left: #8fb01d 0px solid; 
	border-bottom: #8fb01d 1px solid; 
	border-top: #8fb01d 1px solid; 
	border-right: #8fb01d 0px solid;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-left: #8fb01d 0px solid; 
	border-bottom: #8fb01d 1px solid; 
	border-top: #8fb01d 1px solid; 
	border-right: #8fb01d 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.Separator {
	color: Transparent;
	background-color: Transparent; 
	border-left: #8fb01d 0px solid; 
	border-bottom: #8fb01d 1px solid; 
	border-top: #8fb01d 1px solid; 
	border-right: #8fb01d 0px solid;
}

A.Login:link, A.Login:active, A.Login:visited, A.Login:hover {
	font-size: 9px;
	color: #646363;
}

.Copyright, A.Copyright:link, A.Copyright:active, A.Copyright:visited, A.Copyright:hover {
	font-size: 11px;
	font-family: Times;
	font-style: normal;
	color: #cccccc;
}

.TitleIsPlain1 {
	font-size: 24px;
	font-family: Times;
	font-style: normal;
	color: #ff0000;
	text-decoration:underline;
}
