// -------------------- Body Formatting --------------------
body
	{
	background-color: #DCDCDC;
	}
	
// -------------------- Header Formatting --------------------
#Header	
	{
	float: top;
	width: 100%;
	border: 1px solid #000080;
	}
	
#Header h1						
	{
	font-size: 2.25em;
	color: #000080;
	text-decoration: underline;
	}
								
#Header h2						
	{
	font-size: 1.25em;
	color: #800000;
	}
	
#Header table
	{
	width: 100%;
	height: 160px;
	background-color: #DAA520;
	}
	
.TblLeft
	{
	float: left;
	}
	
.TblRight
	{
	float: right;
	}
	
.TblCenter
	{
	text-align: center;
	}
	
	
// -------------------- Page Menu Style --------------------
.MenuBar
	{
	clear: both;
	position: relative;
	background-color: transparent;
	text-align: center;
	}
	
.Bar
	{
	border-right: #0000FF 1px outset;
	border-top: #0000FF 1px outset;
	float: left;
	border-left: #0000FF 1px outset;
	width: 100px;
	cursor: hand;
	text-indent: 5px;
	border-bottom: #0000FF 1px outset;
	position: relative;
	background-color: #00BFFF;
	text-align: center;
	}
	
.menu
	{
	border-right: buttonhighlight thin outset;
	border-top: buttonhighlight thin outset;
	visibility: hidden;
	border-left: buttonhighlight thin outset;
	width: 150px;
	line-height: 140%;
	border-bottom: buttonhighlight thin outset;
	position: absolute;
	background-color: #00BFFF;
	}
	
.menu a
	{
	text-decoration: none;
	}
	
.menuItem
	{
	padding-right: 15px;
	padding-left: 10px;
	width: 100%;
	cursor: hand;
	line-height: 20px;
	border-bottom: #FFFFFF 1px solid;
	}
	
.ItemMouseOver
	{
	padding-right: 15px;
	padding-left: 10px;
	width: 100%;
	cursor: hand;
	color: highlighttext;
	line-height: 20px;
	border-bottom: #FFFFFF 1px solid;
	background-color: highlight;
	}
	
.ItemMouseOut
	{
	width: 100%;
	}
	
.Arrow
	{
	float: right;
	font-family: webdings;
	position: absolute;
	text-align: left;
	}
	
.barOver
	{
	border-right: #0000FF 1px ridge;
	border-top: #0000FF 1px ridge;
	float: left;
	border-left: #0000FF 1px ridge;
	width: 100px;
	cursor: hand;
	text-indent: 5px;
	border-bottom: #0000FF 1px ridge;
	position: relative;
	background-color: #00BFFF;
	text-align: center;
	}
	
a.m_link:link { color: #000000; }
a.m_link:visited { color: #000000; }
a.m_link:hover { color: #000000; }
a.m_link:active { color: #FF6347; }
	
// -------------------- Body Formatting --------------------
#Content
	{
	margin-top: 25px;
	margin-bottom: 25px;
	}

#Content h2
	{
	color: #800000;
	font-size: 1.50em;
	text-align: center;
	text-decoration: underline;
	}
	
#Content h3
	{
	font-size: 0.75em;
	font-weight: bold;
	}
	
#Content p
	{
	font-family: Arial, "Times New Roman", Verdana;
	color: #000080;
	font-size: 1.0em;
	line-height: 1.5;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 75px;
	margin-left: 75px;
	}
	
#Content strong
	{
	color: #800000;
	margin-left: 50px;
	font-size: 1.25em;
	}
	
#Content dl
	{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 125px;
	}
	
#Content dd
	{
	padding-bottom: 5px;
	}
	
.subset
	{
	margin-left: 175px;
	margin-right: 175px;
	}
	
.subset li
	{
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
.LinkList
	{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 150px;
	}
	
.ContList
	{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	}
	
.LinkList h3
	{
	color: #800000;
	}
	
.CtrTab
	{
	margin-left: 250px;
	}
	
.RightPar
	{
	font-family: Arial, "Times New Roman", Verdana;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	font-size: 1.0em;
	line-height: 1.5;
	text-indent: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 75px;
	margin-left: 75px;
	}
	
.HostAddr
	{
	display: block;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	}
	
.AddressList
	{
	margin-left: 375px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

a.c_link:link{ color: #0000FF; }
a.c_link:visited { color: #0000FF; }
a.c_link:hover { color: #0000FF; }
a.c_link:active { color: #FF6347; }	

	
// -------------------- Footer Formatting --------------------
#Footer							
	{
	clear: both;
	float: bottom;
	height: 80px;
	text-align: center;
	}
	
#Footer h3
	{
	font-size: 1.0em;
	}
								
#Footer h4						
	{
	color: #FF0000;
	font-size: 0.75em;
	}
	
#Footer table
	{
	width: 100%;
	height: 80px;
	tet-align: center;
	background-color: #000080;
	}
	
#Footer td
	{
	text-align: center;
	}
								
#FooterLink					
	{
	padding-top: 1px;
	padding-bottom: 1px;
	color: #48D1CC;
	text-decoration: underline;
	}
	
#FooterMailLink					
	{
	padding-top: 1px;
	padding-bottom: 1px;
	color: #FFD700;
	}

								
a.f_link:link{ color: #00FA9A; }
a.f_link:visited { color: #00FA9A; }
a.f_link:hover { color: #00FA9A; }
a.f_link:active { color: #FF6347; }