body{
	table-layout:auto;
	background-color:#2e6e92;
	text-align:center;
	font-family:Arial;
	color:#2e6e92;
	vertical-align:top;}
	A			{text-decoration:none;color:#2e6e92; font-weight:bold;}
	A:link		{text-decoration:none;}
	A:visited 	{text-decoration:none;}
	A:hover 	{text-decoration:none; color:darkorange;}
	A:active 	{text-decoration:none;}
.Header{
	background-image:url(../images/Header.gif);
	width:818px;
	height:109px;
	background-repeat:no-repeat}
.Content{
	background-image:url(../images/Content.jpg);
	width:818px;
	height:391px;
	text-align:center;
	background-repeat:no-repeat;}
.ContentText{
	font-size:14;
	width:800px;
	height:391px;
	overflow:auto;
	vertical-align:top;
	text-align:left;}
.Footer_Left{
	background-image:url(../images/Footer.gif);
	width:818px;
	height:23px;
	color:#FFFFFF;
	text-indent:10px;
	background-repeat:no-repeat;}

#menuwrapper {height:26px; width:818px; font-size:14px; font-weight:bold; background-image:url(../images/Menu.gif); display:block;}/*Parent Holder*/
* html #menuwrapper {margin-top:0px;}
#p7menubar, 
#p7menubar ul {	list-style:none; margin:0 0 0 6; padding:0 0 0 0;}/*Sub Position*/
#p7menubar {margin:0 0 0 3px;}/*Parent Position ALL*/
#p7menubar a { display: block; text-decoration: none; padding:5px 10px 2px 10px; color: white;}/*Parent Properties*/
#p7menubar li {	float: left; width: 6em; }/*Parent Position*/
#p7menubar li ul, #p7menubar ul li  { width: 170px;}/*Sub List Width*/
#p7menubar ul li a  { color: #eb5c0d;}
#p7menubar li ul li a {padding:3 0 3 5; border-bottom:1px solid #2e6e92; border-right:1px solid #2e6e92; border-left:1px solid #2e6e92; }/*Sub List, Box*/ 
#p7menubar li ul { position: absolute; display: none; border-top:1px solid #2e6e92; background-color:#83b1cb;}/*Sub List Container*/
#p7menubar li:hover a, #p7menubar a:focus, #p7menubar a:active, #p7menubar li.p7hvr a {	color:darkorange; background-color:transparent;}/*Parent Link Property*/
#p7menubar li:hover ul, #p7menubar li.p7hvr ul { display: block;}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a { color: #2e6e92; background-color: transparent; font-size:12px;}/*Sub Item Properties*/
#p7menubar ul a:hover {	background-color: #2e6e92!important; color: white!important; }/*Sub Hover*/
#p7menubar li {width: auto;}