﻿
body
{
   background-color : #666666;
}


a:link, a:visited
{
 text-decoration : underline;
 font-family :  Book Antiqua;
 font-size : 11pt;
 font-weight : normal;
 font-style : normal;
/* color : #273330; */
 color : #555555;
}


a:hover 
{
 text-decoration : none;
} 


IMG.left 
{
 float : left;
 clear : left;
 padding-right : 12px;
 padding-top : 8px;
}


ul
{
  line-height : 15pt;
}


/********** code for left justified web pages ****************/
/* 
.container 
{
 position: absolute;
 left: 0px;
 top: 0px;
 margin-left: 0px;
 width : 780px;
 height: auto;
}
*/


.container 
{
 position:  absolute;
 left: 50%;
 top: 5px;
 margin-left: -389px;
 width : 778px;
 height: auto;
}


.content
{
 width : 778px;
 height : auto;
 overflow : hidden;
}


.heading
{
 font-family : Book Antiqua;
 font-size : 12pt;
 color : #273330;
 font-weight : bold;
}


.pagebody
{
	width: 778px;
	/*margin-top:500px; */
	margin-bottom :  0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right : 0px;
	background-color : #273330; 
}


.cyclingimages
{
	margin-left: 132px;
	margin-right: 0px;
	padding-top: 124px; 
}



.pagecontent
{
	margin-bottom :  0px;
	margin-left: 132px;
	margin-right: 0px;
	padding-top: 25px; 
	padding-bottom : 20px;
	padding-left: 20px;
	padding-right : 30px;
	font-family : Book Antiqua;
	background-color : #ECECEC; 
	color : #000000;
	font-size : 11pt;
	height : auto;
	font-weight : normal;
	line-height : 16pt;
}



/********** left nav ****************/

.leftnav
{
  position : absolute;
  left : 10px; 
  top : 133px; 
  line-height : 24pt;
}


.leftnav  a:link, .leftnav  a:visited
{
 text-decoration : none;
 font-family :  Book Antiqua;
 font-size : 11pt;
 font-weight : bold;
 font-style : normal;
 color : #EAEAEA;
}


.leftnav  a:hover 
{
  text-decoration : none;
  color : #DDDDDD;
} 


/**********  submenus ************/

#services , #links
{
	display : none; 
	margin-left : 10px; 
	line-height : 12pt;
}


#services  a:link, 
#services  a:visited, 
#links  a:link, 
#links  a:visited
{
 text-decoration : none;
 font-family :  Book Antiqua;
 font-size : 9pt;
 font-weight : bold;
 font-style : normal;
 color : #EAEAEA;
}


#services  a:hover, #links  a:hover 
{
  text-decoration : none;
  color : #DDDDDD;
} 


.tildeinfo
{
	font-size:10pt;
}


.tildeinfo a:link, .tildeinfo a:visited
{
	text-decoration : underline;
	font-family :  Book Antiqua;
	font-size : 10pt;
    font-weight : normal;
	font-style : normal;
	color : #555555;
}


.tildeinfo a:link, .tildeinfo a:visited
{
	text-decoration : underline;
	font-family :  Book Antiqua;
	font-size : 10pt;
    font-weight : normal;
	font-style : normal;
	color : #555555;
}


.tildeinfo a:hover 
{
  text-decoration : none;
} 