﻿body 
{
	background-color:Gray; 
	font-size: 14px;
	font-family: Trebuchet MS;

}

UL LI
{
	list-style-image: url(images/diamond.gif);
	font-weight:bold;
}

UL LI UL LI
{
	list-style-image:none;
	list-style-type: none;
	font-weight:normal;
}

OL LI
{
	font-weight: bold;
}

OL LI UL LI
{
	font-weight:normal;	
}

.companyTitle
{
	font-variant:small-caps;
	color:Navy;
	font-size:26px;
	font-family:Arial;
	font-weight:bold;	
}

.divFooter /* this wraps all divs */
{
	width:850px;
	margin-right:auto;
	margin-left:auto;
}

.mainHolder
{
	width:850px;
	background-color:Maroon;
	border:solid 1px white;
}

.textBox
{
	background-color: #FFFFC0;
	border: solid 1px black;
}

/******* MENU **********/

.menuLinks
{
	font-size: 12px;
	font-family: Verdana;
	color: Maroon;
	font-weight: bold;
	text-decoration: none;	
}

.menuLinks:Hover
{
	font-size: 12px;
	font-family: Verdana;
	color: Black;	
	text-decoration: underline;
}

.menuCells
{
	background-image:url(images/bg.gif); 
	background-repeat:repeat-x;
}

.topPhone
{
	font-size: 14px;
	font-weight:bold;
	color: White;		
}

/***** FOOTER **********/

.footer
{
	font-size:12px;
}

.footerLinks
{
	color: White;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
}
.footerLinks:Hover
{
	font-size: 10px;
	color: White;
	text-decoration: underline;
	font-family: Verdana;
}

/********* CONTENT ********/

.content
{
	background-color:White; 
	width:820px;
	margin-left:1.5%;
	text-align:center;
}

.subContent
{
	
}

.subContent DIV
{
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width: 80%;

}

.infoHeader
{
	background-image:url(images/title_bg.gif); 
	background-repeat:repeat-x;
	width: 50%;
	font-weight:bold;
	color:Maroon;	
	text-align:center;
}