body {
 width: 98%;
 font-family: arial, helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 margin: 0px;
 padding: 0px;
 background-color: #000000;
 line-height: 130%
}

#container {
	width: 950px;
	margin: 2px auto;
	padding: 0px;
	background-color: #5d6779
}

#top {
	background: url(images/NewAcctyLogo.gif) top left no-repeat;
	width: 950px;
	height: 150px;
	position: relative;
	border-bottom: 1px solid #000000
}

#navbar{
   position: absolute;
	top: 104px;
	left: 60px
}

.nav {
  list-style: none;
  display: inline;
 font-family: arial, helvetica, sans-serif;
 color: #1a19a3;
 font-size: 14px;
 font-weight: bold;
 background-color: transparent  
}

 .nav a:hover {
 text-decoration: none;
 color: #bd004c;
 background-color: transparent;
 }
 
  ul.nav li {
  position: relative;
  display: inline;
  padding: 0 65px 25px 0;
  width: 50px;
  font-family: arial, helvetica, sans-serif;
}
  
  ul.nav li ul {
  display: none;
  position: absolute;
  padding: 0;
  margin: 0
  }
  
  ul.nav li:hover ul, li.under ul {
	display: inline;
	position: absolute;
	width: 800px;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
	padding: 0;
	left: -120px;
	top: 25px;
	z-index: 1
}

ul.submenu li {
   padding: 0 15px 0 0
}

ul.submenu a
{
	color: #ffffff;
	text-decoration: none
}

ul.submenu a:hover {
  color: yellow;
  background-color: transparent;
  text-decoration: none
 }
 
#pagehead {
	background-image: url(images/pageheadgrad.png);
	background-position: left;
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 20px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 3px solid #635e7f;
	border: 1px solid #000000
}

.pagehead1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 2.3em;
	font-weight: bold;
	color: #ffffff;
}
 
 .pagehead2 {
 	
   font-size: 1.7em;
	font-style: italic;
	color: #ffffff
	}
		
 #content {
   margin: 1px 35px auto;
	padding: 20px 50px;
	background-image: url(images/contentgradient.png);
	background-position: left;
	background-repeat: repeat-y;
	font-family: arial, helvetica, sans-serif;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 7px solid #dbd0b6
}

 a {
 text-decoration: none;
 color: blue;
 }

 a:hover {
 text-decoration: underline;
 color: #5e6eeb;
 }
 
a:visited {
 color: #000090;
 text-decoration: none
}

#phone {
 text-align: center;
 font-family: arial, helvetica, sans-serif;
 font-size: 2em;
 font-weight: bold;
 color: #bd004c;
 margin-left: 35px;
 margin-right: 35px;
 margin-top: 0px;
 margin-bottom: 25px;
 padding-left: 20px;
 padding-right: 20px;
 padding-top: 10px;
 padding-bottom: 20px;
 background-image: url(images/contentgradient.png);
 background-position: left;
 background-repeat: repeat-y;
 border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

 #homepagetext {
 	background-image: url(images/paper.gif);
	background-position: left;
	background-repeat: repeat;
	float: left;
	width: 220px;
	padding: 20px;
	margin-left: 35px;
	margin-top: 15px;
	border: 1px solid #333333;
	font-family: arial, helvetica, sans-serif
	}	

.indexheading
{
	font-style: italic; 
	padding: 6px; 
	margin-bottom: 0; 
	color: #bd004c; 
	border-bottom: 1px solid gray; 
	border-left: 1px solid gray; 
	background: URL(images/greengrad.png) left repeat-x
}	

.indextext
{
	margin-top: 0; 
	margin-left: 30px; 
	padding-left: 20px;
	padding-top: 1px; 
	border-left: 1px solid gray; 
	border-bottom: 1px solid gray;
	background-color: #d6d8f2
}

.checklist {
	list-style-image: url(images/check.gif);
	list-style-position: inside;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 200%;
}

.softwarehead  {
	border-bottom: 12px solid #d2e0d8;
	margin-bottom: 2px
}

.subhead
{
	color: #021733;
	background-color: #d4dbea;
	margin: 2px;
	padding: 4px
}

.bottombar
{
	border-bottom: 20px solid #fad2af
}

.squashed  {
	margin-top: 2px;
	margin-bottom: 2px
}

.clickhere  {
	background: URL(images/bluegrad5.png) top repeat-y;
	color: #ffffff;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	margin: 4px 0;
	padding: 4px;
	text-decoration: none
}

.spacer
{
	clear: both;
	height: 3px
}

.fade
{
	font-family: arial, helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: 8px; 
	color: #ffffff
}

p 
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 line-height: 18px;
 color: #000000;
 background-color: transparent
 }
 
 ul 
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 line-height: 18px;
 color: #000000;
 background-color: transparent
 }
 
 ol 
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 line-height: 18px;
 color: #000000;
 background-color: transparent
 }
 
h2 {
	font-family: arial, helvetica, sans-serif;
	color: #bd004c;
	margin: 3px
}	

.cerise {
  color: #bd004c
}

.inline {
	text-decoration: none
}

.inline li
{
	display: inline;
	padding: 0 14px
}
 
 #footer {
 padding: 3px;
 margin: 0;
 font-family: arial, helvetica, sans-serif;
 text-align: center;
  }

.footer
{
	margin: 0;
	padding: 0
}

  ul.footer li{
  display: inline;
 padding: 0 20px;
 margin: 0;
 }

 .footer a {
 	text-decoration: none;
	color: #d3def8
 }
 
 #copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	border-top: 1px solid gray;
	text-align: center;
	color: #d3def8;
	padding: 3px;
	margin: 0 34px 6px 34px;
}

#copyright a {
	color: #aab7f8
}