
body
	{
	height: 101%;
	background-color: #d7d5d4;
	background-image: url('art/background.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	}

body, td
	{
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Geneva, sans-serif;
	font-size: 10pt;
	}


a:link, a:visited
	{
	color: #7B7B3A;
	font-weight: bold;
	}

a:hover
	{
	color: #B04D0A;
	font-weight: bold;
	}


#maintable
	{
	border-collapse: collapse;
	width: 700px;
	height: 90%;
	background-color: white;
	}


#mainrightcell
	{
	width: 6px;
	background-image: url('art/borderright.gif');
	background-position: top right;
	background-repeat: repeat-y;	
	}


#mainbottomcell
	{
	height:6px;
	background-image: url('art/bottomborder.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	}

#mainbottomrightcell
	{
	background-image: url('art/bottomrightborder.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	}



.menutable
	{
	width: 400px;
	background-image: url('art/logo.jpg');
	background-position: top center;
	background-repeat: no-repeat;	
	}

.minimenutable, .minimenutable a:link, .minimenutable a:visited
	{
	color: white;
	font-weight: bold;
	text-decoration: none;
	border-spacing: 2px;
	}

.minimenutable a:hover
	{
	color: #CCCCCC;
	font-weight: bold;
	}

.minimenutable
	{
	width: 210px;
	}


.menudiv
{

background-image: url('art/middle.gif');
background-repeat: no-repeat;
background-position: center center;
padding-top:2px;
text-align: center;
margin-bottom: 3px;
}


.menudivtop
{

background-image: url('art/top.gif');
background-repeat: no-repeat;
background-position: top center;
height: 30px;
text-align: center;
line-height: 40px;
margin-bottom: 3px;
}



.menudivbottom
{
height: 30px;
background-image: url('art/bottom.gif');
background-repeat: no-repeat;
background-position: bottom center;
line-height: 22px;
text-align: center;
}




.title
	{
	font-size: 12pt;
	color: #B04D0A;
	}


.article
	{
	font-size: 9pt;
	text-align: justify;
	padding-left: 25px;
	padding-right: 25px;
	}

.article h1
	{
	text-align: center;
	}
	
.mainbox
	{
	font-size: 13pt;
	}

.blurb
	{
	align: justify;
	padding-left: 100px;
	padding-right: 100px;
	font-size: 8pt;
	}



#phonebox
	{
	background-image: url('art/backshadow.gif');
	background-position: bottom right;
	background-repeat: no-repeat;	
	padding-right:18px; 
	padding-bottom:20px;
	}	

.phone
	{
	font-weight: bold;
	font-size: 18pt;
	color: #B04D0A;
	}



#footercell
	{
	height: 8px;
	font-size: 8pt;
	line-height: 8pt;
	}
	
#indextable
	{
	background-image: url('art/indexpic.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	color: white;
	}
	
	
#contacttable
	{
	background-image: url('art/contactpic.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	}	
	
	
#imageContainer 
	{
	position:relative;
	margin:auto;
	text-align: center;
	}

#imageContainer img 
	{
	position: absolute;
	display:none;
	top:0; left:170px;
	}	
	
	