/************************************************************************** 
*************************************************************************** 
*  Program Name: $Id: home.css,v 1.2 2007/08/24 01:01:40 neo Exp $
*  Program Author:  Michael T. Schock
*  Creation Date: 05-15-2006
*  CVS Revision: $Revision: 1.2 $
*  Copyright (c) 2006
*************************************************************************** 
v*************************************************************************** 
*  Program Summary:
*  Style sheet for home.php
*
*
*************************************************************************** 
**************************************************************************/

table#Gallery_Link
{
	background: url(../Graphics/link_background.jpg);
	text-align:center;
	width:400px;
	height:300px;
	border:outset 2px white;
}

td.Image_Holder
{
	width:160px;
	height:121px;
	text-align:center;
	font-size:14pt;
	font-weight:bold;
	color:#eeeeee;
	border:outset 2px white;
}

a.Section_Link:link
{
	color:#cccccc;
	text-decoration:none;
}

a.Section_Link:visited
{
	color:#cccccc;
	text-decoration:none;
}

a.Section_Link:active
{
	color:#cccccc;
	text-decoration:none;
}

a.Section_Link:hover
{
	color:#cccccc;
	text-decoration:underline;
}

div.Home_Div
{
	margin-left:50px;
	width:780px;
	border:solid white 1px;
	background-color:#967761;
	color:#3b041e;
}

div.Home_Div table
{
	margin:20px;
	width:100%;
}

div.Home_Div p
{
	margin-left:20px;
	margin-right:20px;
	text-align:left;
}