/*
 * HTML elements
 */
body 
{
	background-image: none;
	background-color: #ffffff;
}

/*
 * Page Contents Positioning and Settings
 */
.PageGraphicsColor
{
	background-color: #0405ff;	
}
.PageGraphicsSettings
{
	z-index: 100;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #ffffff;
	width: 980px;
	height: 650px;
	border: 0px; 
}
.HeaderSettings
{
	z-index: 101;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 980px;
	height: 98px;
	border: 0px;
}
.FooterSettings
{
	z-index: 101;
	position: absolute;
	left: 0px;
	top: 573px;
	Width: 980px;
}
.SideBarSettings
{
	z-index: 101;
	position: absolute;
	left: 2px;
	top: 135px;
	width: 160px;
	height: 330px;
	border: 0px;
}
.MainAreaSettings
{
	z-index: 101;
	position: absolute;
	left: 190px;
	top: 98px;
	width: 790px; 
	height: 475px;
	border: 0px;
}
.MainAreaFullPageSettings
{
	z-index: 101;
	position: absolute;
	left: 5px;
	top: 98px;
	width: 970px;
	height: 50px;
	border: 0px;
}

/*
 * User defined classes
 */
.UnselectedFlag
{
	border-style: none;
	width: 18px;
}
.SelectedFlag
{
	border-color: #ff00a8;
	border-width: 2px;
	border-style: dashed;
	width: 20px;
}
.PageBody
{
	background-color: #0000ff;
}
.HeaderSloganArea
{ 
	font-size: 18px;
	font-family: verdana;
	color: #0000ff;
}
.EnterSiteText
{
    border-style:none;
    background-color:transparent;
	font-size: 18px;	
	color: #ffffff;
	font-family: Verdana;
	cursor: hand;
}
.DescriptionText
{
	font-size: 12px;	
	color: #ffffff;
	font-family: Verdana;
}
.SmallDescriptionText
{
	font-size: 14px;	
	color: #ffffff;
	font-family: Verdana;
	font-style: italic;
	font-weight: bold;
}
.MenuSeparator
{
	width: 10;
}
.MenuNormalText
{
	font-size: 10px;	
	color: #ffffff;
	font-family: Verdana;
	text-decoration: none;
}
.MenuHoverText
{
	font-size: 10px;	
	color: #ffff00;
	font-family: Verdana;
	text-decoration: underline;
}
.SmallNoticeTitleText
{
	font-size: 10px;	
	color: #000000;
	font-family: Verdana;
	font-weight: bold;
}
.SmallNoticeText
{
	font-size: 9px;	
	color: #000000;
	font-family: Arial;
}
.SmallNoticeHighlightedText
{
	font-size: 9px;	
	color: #0000ff;
	font-family: Arial;
}
.ItalicSmallText
{
	font-size: 10px;	
	color: #000040;
	font-family: Verdana;
	font-style: italic;
}
.NormalText
{
	font-size: 12px;	
	color: #000040;
	font-family: Verdana;
}
.BoldNormalText
{
	font-size: 12px;	
	color: #000040;
	font-family: Verdana;
	font-weight: bold;
}
.ErrorText
{
	font-size: 12px;	
	color: #d90000;
	font-family: Verdana;
	font-weight: bold;
}
.BigText
{
	font-size: 14px;	
	color: #0405ff;
	font-family: Verdana;
	font-weight: bold;
}
.BiggerText
{
	font-size: 16px;	
	color: #0000ff;
	font-family: Verdana;
}
.HighlightedText
{
	font-size: 12px;	
	color: #0405ff;
	font-family: Verdana;
}
.ActivitiesTitle
{
	font-size: 11px;	
	font-weight: bold;
	color: #ffffff;
	font-family: Verdana;
	text-decoration: none;
}
.ActivitiesText
{
	font-size: 9px;	
	color: #d0e0f0;
	font-family: Verdana;
	text-decoration: none;
}
.HyperlinkText
{
	font-size: 12px;		
	color: #0000ff;
	font-family: Verdana;
}
.FooterText
{	
	font-size: 10px;	
	color: #0000ff;
	font-family: Arial;
}
.MenuBar
{
	background-color: #0405ff;
}
.HomePageImage
{
	border-width: 0;
	border-color: #000095;
	width: 100%;
		
}
.HomePageCopyrightText
{	
	font-size: 10px;	
	color: #ffffff;
	font-family: Arial;
}
.HomePageCopyrightHighlightedText
{	
	font-size: 10px;	
	color: #ffff00;
	font-family: Arial;
}
.IntranetDataInputArea
{
	height: 14px;
	width: 85px;
	background-color: #0405FF;
	border-color: #4040f0;
	border-style: solid;
	border-width: 1px;
	font-size: 9px;	
	color: #d0e0f0;
	font-family: Verdana;
}
