﻿body 
{
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	font-size: 1em;
	color: #000000;
	background-color: #f89036;	
}
.Content
{
	background-color: #FFFFFF;
	display: block;
	padding: 20px;
	padding-top: 10px;
	margin: 0px;
	font-size: .8em;
}
.NavBar
{
	background-color: #9700a9;
	border-bottom: solid 2px #0c0f38;
	border-top: solid 2px #0c0f38;
	padding-top: 2px;
	padding-bottom: 3px;
	float: none;
	clear: both;
	font-size: .9em;
	vertical-align: middle;
}
.NavLeft
{
	color: #FFFFFF;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
	float: left;
}
	
.NavLinks
{
	position: absolute;
	right: 10px;
	top: 95px;
	color: #FFFFFF;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
	padding-top: 5px;
}

.NavLinks a:link
{
	color:#FFFFFF;
	text-decoration: none;
}

.NavLinks  a:visited
{
	color:#FFFFFF;
	text-decoration: none;
}
.NavLinks  a:active
{
	color:#FFFFFF;
	text-decoration: none;
	
}
.NavLinks  a:hover
{
	color: #F89036;
	text-decoration: none;
}

.MenuFormat
{
	color: #FFFFFF;
	padding-left: 5px;
}
.Footer
{
	font-size: .7em;
	text-align: center;
	border-top: solid 3px #0c0f38;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-weight: bold;
}
hr
{
	float: none;
	clear: both;
}
.LeftSide
{
	float: left;
	
	width: 50%
}
.RightSide
{
	float: left;
	width: 50%;
	margin-left: 50%;
}

.LoginAlign
{
	right: 10px;
	font-size: .8em;
}
.OrangeLink
{
	padding: 3px;
	background-color: #f89036;	
	color: #FFFFFF;
	border: solid 1px #000000;
	
}
.ClearAll
{
	float: none;
	clear: both;
}

.accordionHeader
{
	background-color: #15aa97;
	padding: 5px;
	border: solid 2px silver;
}
.Red
{
	color: Red;
}
.NavLinks1
{
	position: absolute;
	right: 10px;
	top: 0px;
	color: #FFFFFF;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
	padding-top: 5px;
}
.NavLinks1 a:link
{
	color:#FFFFFF;
	text-decoration: none;
}

.NavLinks1  a:visited
{
	color:#FFFFFF;
	text-decoration: none;
}
.NavLinks1  a:active
{
	color:#FFFFFF;
	text-decoration: none;
	
}
.NavLinks1  a:hover
{
	color: #F89036;
	text-decoration: none;
}
.Footer a:link
{
	color:#FFFFFF;
	text-decoration: underline;
}

.Footer  a:visited
{
	color:#FFFFFF;
	text-decoration:underline;
}
.Footer  a:active
{
	color:#FFFFFF;
	text-decoration: underline;
	
}
.Footer  a:hover
{
	color: #F89036;
	text-decoration: underline;
}