﻿#body 
{
    
    background-image:url(../images/background.gif);
    text-align:center;
    margin-left:auto;
}
#pagesize
{
    width:900px; 
    height:900px; 
    padding:0px; 
    text-align:center; 
    margin-left:100px;
    float:left;
    clear:both; 
    
}
#logoholder
{
    float: left;
    width:900px; 
    height:200px; 
    text-align:center; 
    margin-left:auto;
    clear:both;
   
}
#navbar
{
   position:relative;
   width:900px; 
   height:40px;
   margin-top:200px; 
   background-image:url(../images/navbar.gif); 
   background-repeat: no-repeat;
   padding:none; 
}
.nav
{
   font-family:arial; 
   font-size:20px; 
   font-style:italic; 
   font-weight:bold; 
   width:217px; 
   float:left; 
   height: 30px; 
   border-style:solid; 
   border-width:1px; 
   border-color: Black; 
   padding-top:8px;
   padding-left:0px;
   padding-right:0px;
   text-align:center;
}
.nav a:link
{ 
	color:black;
}
.nav a:visited 
{ 
	color:black;
}
.nav a:hover
{ 
	color: white;
	text-decoration: none;
}
.nav a:active
{ 
	color:white;
}
.navhome
{
   font-family:arial; 
   font-size:20px; 
   font-style:italic; 
   font-weight:bold; 
   width:230px; 
   float:left; 
   height: 30px; 
   border-style:solid; 
   border-width:1px; 
   border-color: Black; 
   padding-top:8px;
   padding-left:0px;
   padding-right:0px;
   text-align:center;
}
.navhome a:link
{ 
	color:black;
}
.navhome a:visited 
{ 
	color:black;
}
.navhome a:hover
{ 
	color: white;
	text-decoration: none;
}
.navhome a:active
{ 
	color:white;
}
.navus
{
   font-family:arial; 
   font-size:20px; 
   font-style:italic; 
   font-weight:bold; 
   width:228px; 
   float:left; 
   height: 30px; 
   border-style:solid; 
   border-width:1px; 
   border-color: Black; 
   padding-top:8px;
   padding-left:0px;
   padding-right:0px;
   text-align:center;
}
.navus a:link
{ 
	color:black;
}
.navus a:visited 
{ 
	color:black;
}
.navus a:hover
{ 
	color: white;
	text-decoration: none;
}
.navus a:active
{ 
	color:white;
}
#leftmenu
{
    width:298px; 
    height:680px; 
    float:left; 
    background-color: #ac9c60; 
    border-width:thin; 
    border-style:solid; 
    border-color: Black;
    cursor:pointer;
}
#leftmenu a:link
{ 
	color:black;
}
#leftmenu a:visited 
{ 
	color:black;
}
#leftmenu a:hover
{ 
	background-color: white;
	text-decoration: none;
	
}
#leftmenu a:active
{ 
	color:white;
}
.businessmenu
{
    width:280px; 
    height:30px;
    border-top-style:solid; 
    border-bottom-style:solid; 
    border-top-color:Black; 
    border-bottom-color:Black; 
    border-top-width:2pt; 
    border-bottom-width:2pt;
    font-family: Arial; 
    font-size:16px; 
    font-weight:bold; 
    text-align:left; 
    padding-left:15px;
    padding-top: 8px; 
    padding-right:0px; 
}
.leftsidemenu
{
    border-bottom-style:solid;
    border-bottom-color:Black; 
    width:280px; 
    height:30px; 
    font-family: Arial; 
    font-size:16px; 
    font-weight:bold; 
    text-align:left; 
    padding-left:15px;
    padding-top: 8px
}
.content
{
    float:right; 
    width:595px; 
    height:680px; 
    background-color:White; 
    padding:none; 
    border-style:solid;
    border-width:1px; 
    border-color: Black;
}
.content a:link
{ 
	color:black;
}
.content a:visited 
{ 
	color:black;
}
.content a:hover
{ 
	color: blue;
	text-decoration: none;
	
}
.content a:active
{ 
	color:blue;
}
.contenttitle
{
  margin-top:30px; 
  text-align:center; 
  font-size:20px; 
  font-style:italic; 
  font-family: Arial; 
  font-weight:bold;
}
.contentlist
{
    text-align:left; 
    margin-left:50px; 
    font-family: Arial; 
    font-size: 16pt;
}
.contentmain
{
    margin: 20px; 
    font-family: Arial; 
    font-size: 13pt;
    text-align:left;
}
.helptitle
{
  margin-top:30px; 
  text-align:center; 
  font-size:20px; 
  font-style:italic; 
  font-family: Arial; 
  font-weight:bold;
}
.helplist
{
    text-align:left; 
    margin-left:180px; 
    font-family: Arial; 
    font-size: 12pt;
}
.footer
{
     width:900px; 
     height:50px; 
     text-align:center;
} 