﻿body
{
	background-color: #134F00;
}
td
{
	color: #FFFFFF;
}
li
{
	color: #77C500;
}
p
{
	color: White;
	font-family: Arial;
	font-size: 13pt;
}


/* ------------------------ TEXT --------------------------- */
.Title
{
	font-size: 30pt;
	font-family: Arial;
	text-decoration: none;
	color: white;
	font-weight: 700;
	letter-spacing: 5px;
}
.MajorText
{
	color: #77C500;
	font-family: Arial;
	font-weight: bold;
	font-size: large;
}
.SubMajorText
{
	color: #77C500;
	font-family: Arial;
	font-weight: bold;
	font-size: medium;
}
.SubMajorTextAlt
{
	color: White;
	font-family: Arial;
	font-weight: bold;
	font-size: medium;
}
.BasicText
{
	color: #77C500;
	font-family: Arial;
	font-size: small;
}
.MinorText
{
	color: #77C500;
	font-family: Arial;
	font-size:x-small;
	text-align:left;
	font-weight:normal;
}
.VeryMinorText
{
	color: #004122;
	font-size: x-small;
}
.Login
{
	text-decoration: none;
	color: #134F00;
	font-size: small;
	font-family: Courier New;
}
.HyperLink
{
	color: #2CB500;
	font-family: Arial;
}
.HyperLinkSmallFont
{
	color: #2CB500;
	font-family: Arial;
	font-size:small;
}
.ErrorLabel
{
	font-family:Arial;
	color:#CB001C;
	font-weight:bold;
	font-size:small;
}
.BioText
{
	font-family:Courier;
	color:White;
	font-weight:normal;
}
.ImageBumpRight
{
	margin-right:10px;
}


/* ------------------------ TEXT --------------------------- */




/* -------------------------------------------------NAVIGATION MENU------------------------------------------------- */
.Nav_Container
{
	background-color: #0D9E58;
	border-style: solid;
	border-color: Black;
	border-width: 3px;
}
.Nav_Main
{
	color: #0D9E58;
	font-family: Arial;
	font-size: small;
	border-right-color: Black;
	border-right-style: solid;
	border-right-width: 3px;
	background-color: Black;
	height: 15px;
}




/* General static menu */
.Nav_StaticMenuStyle
{
	height: 15px;
}

/* Team, Multimedia, Links, etc */
.Nav_StaticMenuItemStyle
{
	background-color: #0D9E58;
	height: 15px;
	color: #004122;
	font-family: MS Sans Serif;
	font-size: medium;
	font-weight: bold;
	width: 110px;
	text-align: center;
}

/* Hover over menu:  Team, Multimedia, Links, etc */
.Nav_StaticHoverStyle
{
	background-color: #004122;
	color: #0D9E58;
	height: 15px;
}

/* Not really used since clicking a main menu item (header item) doesn't take us to any landing pages */
.Nav_StaticSelectedStyle
{
}



.Nav_DynamicMenuStyle
{
	/* 	background-color: #004122; 	color: #0D9E58; 	height: 15px; 	border-bottom-color:#2CB500; 	border-bottom-style:solid; */
}
.Nav_DynamicMenuItemStyle
{
	background-color: #3B6C2C;
	color: #77C500;
	font-family: MS Sans Serif;
	height: 15px;
	width: 110px; /*	border-color:#2CB500; 	border-style:solid; 	border-width:1px; */
}
.Nav_DynamicHoverStyle
{
	background-color: #0D9E58;
	color: #77C500;
	height: 15px;
}
/* Not really used since clicking closes the menu */
.Nav_DynamicSelectedStyle
{
}

/* -------------------------------------------------NAVIGATION MENU------------------------------------------------- */









