
body {
background-image: url(images/stripeback.gif); 
background-color: grey;
scrollbar-face-color: #cccccc; 
scrollbar-shadow-color: #cccccc; 
scrollbar-highlight-color: #cccccc; 
scrollbar-3dlight-color: #eaeaea; 
scrollbar-darkshadow-color: grey; 
scrollbar-track-color: #cccccc; 
scrollbar-arrow-color: #000000;
margin: 5px;
padding: 0;

}

table
{
border-collapse: collapse;
}

table, tr, td, p
{
font-family: arial, verdana, tahoma, helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #333333;
}
										/* outer holding table */
table.holding
{
width: 760px;
border: 1px solid #000000;
background-color: #FFFFFF;
}
										/* main content table */
table.main
{
width: 760px;
background-color: #FFFFFF;
}
										/* holding cell for nav table */
.right
{
text-align: center;
vertical-align: top;
width: 147px;
color: #808080;
background-color: #EAEAEA; 
border-left: 1px solid #CCCCCC;
}
	
.c
{
text-align: center;
}
									/* navigation - right */
.nav
{

vertical-align: top;
color: #808080;
background-color: #EAEAEA;
width: 134px;
height: 100%; 
}

H4
{
font-family: arial, tahoma, helvetica, sans-serif;
font-size: 16px;
font-weight: normal;
}



										/* top right cell */
td.title
{
height: 20px;
border-left: 1px solid #CCCCCC;
background-color: #EAEAEA;
font-family: arial, verdana;
font-weight: bold;
font-size: 12px;
text-align: center;
color: #2E928A;
}
										/* para heading bold */
.paraheadb
{
font-family: arial, sans-serif;
font-size: 16px;
font-weight: bold;
text-align: left;
}
										/* para head italic */
.paraheadi
{
font-family: arial, sans-serif;
font-size: 16px;
font-weight: normal;
font-style: italic;
text-align: left;
}
										/* current page */
.current
{
font-weight: bold;
color: #37B0A7;
background-color: transparent;
}
ul
{
list-style-type: disc;
}
										/* indent text */
.indent
{
margin-left: 65px;
}
										/* contact page */
.subhead
{
font-family: arial, sans-serif;
font-size: 14px;
font-weight: bold;
text-align: left;
}
										/* standard links */
a	{
font-weight: bold;
}
a:link       { 
font-family: Arial; font-size: 13px; color: #333333; text-decoration: none; 
}
a:active       { 
font-family: Arial; font-size: 13px; color: #333333; text-decoration: none; 
}
a:visited       { 
font-family: Arial; font-size: 13px; color: #333333; text-decoration: none; 
}
a:hover       { 
font-family: Arial; font-size: 13px; color: #37B0A7; text-decoration: none; 
}

a.footer	{
font-weight: normal;}
a:link.footer       { 
font-family: Arial; font-size: 11px; color: #333333; text-decoration: none; 
}
a:active.footer       { 
font-family: Arial; font-size: 11px; color: #333333; text-decoration: none; 
}
a:visited.footer       { 
font-family: Arial; font-size: 11px; color: #333333; text-decoration: none; 
}
a:hover.footer       { 
font-family: Arial; font-size: 11px; color: #37B0A7; text-decoration: none; 
}