body 
{
	background-color: #FFFFCC;
	margin: 0px 0px 0px 0px;
}

#title
{
	visibility: hidden;
	position:absolute;
	top:0px;
	left:0px;
}

.breadcrumbs 
{
 	padding-left: 0px;
  	margin-bottom:10px;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: x-small;
  	font-weight:normal;
  	font-style: italic;  
  	color: #330000;
}

.clients {
	position:absolute;
	top:145px;
	right:190px;
 	 font-family: Arial, Helvetica, sans-serif;
 	 font-size: x-small;
 	 font-weight:bold;
  	color: #339966;
}

img.right
{
	position:absolute;
	right:0px;
	border-right: 0px;
	border-bottom: 8px solid #330000;
	border-left: 8px solid #330000;
}

.tealline
{
	border-bottom: 10px solid #006553
}

.bodytext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight:normal;
	color: #330000;
	margin: 15px 185px 15px 20px;	
	position : static;
}

h1 { 
	font-size:large;
	font-weight:bold;
}

h2 { 
	font-size:medium;
	font-weight:bold;
}

.nav
{
	background: #336666;
	margin-bottom: 3px;	
	width: 160px;
	height:30px;
	
}

.navselected
{
	background: #339966;
	margin-bottom: 3px;	
	width: 160px;
	height:30px;
	
}

.navtext
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: x-small;
	font-weight: bold;
	margin-top:10px;
	margin-left: 10px;
}

p.copyright
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	font-style: italic;
	color: #330000;
	margin-top:8px;
	text-align: center;
}

a:link {
	color: #339966;
	text-decoration: underline;
}

a:visited {
	color: #993333;
	text-decoration: underline;
}

a:hover {
	color: #CC3333;
	text-decoration: none;
}
a:active {
	color: #339966;
	text-decoration: none;
}

a:link.navbar {
	color: #FFFFCC;
	text-decoration: none;
}

a:visited.navbar {
	color: #FFCC99;
	text-decoration: none;
}

a:hover.navbar {
	color: #FF6666;
	text-decoration: underline;
}
a:active.navbar {
	color: #ffffff;
	text-decoration: none;
}

a:link.breadcrumbslink {
	color: #330000;
	text-decoration: none;
}

a:visited.breadcrumbslink  {
	color: #330000;
	text-decoration: none;
}

a:hover.breadcrumbslink  {
	color: #330000;
	text-decoration: underline;
}
a:active.breadcrumbslink  {
	color: #330000;
	text-decoration: none;
}


a:link.clientslink {
	color: #336666;
	text-decoration: none;
}

a:visited.clientslink  {
	color: #336666;
	text-decoration: none;
}

a:hover.clientslink  {
	color: #339966;
	text-decoration: underline;
}

