/* Richard MacCartney Fine Home Styles											*
 *																				*
 * This file contains the CSS (style) information for the District 2 web site.	*
 * As such, this file should be referenced by all pages used in the site.		*
 *																				*
 ********************************************************************************/
 
/* General Controls */
html
{
	height: 100%;
}

body
{
	font-family: "Times New Roman", Times, Serif;
	
	height: 100%;
	margin: 0pc 10px 0px 0px;
}

div
{
	margin: 0px;
	text-align: center;
}
div.title
{
	height: 100px;
    background-color: black;
}
div.menu
{
	background-color: silver;
	border-style: groove;
	border-width: medium;
}

div.title h1
{
	margin: 0;
	font-family: Verdana, sans-serif;
    color: white;
}

h1
{
	margin: 0;
	font-family: Verdana, sans-serif;
	color: navy;
}

/* floating controls */
img.floatLeft
{
	float: left;
}

img.floatRight
{
	float: right;
}

p.menu
{
	background-color: olive;
}


/* Link appearance */
a.bannerbar, a.bannerbar:link, a.bannerbar:active, a.bannerbar:visited
{
	font-family: Verdana, "Comic Sans MS", Arial, sans-serif;
	color: lightblue;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

a.Navigation, a.Navigation:link, a.Navigation:active, a.Navigation:visited
{
	font-family: Verdana, "Comic Sans MS", Arial, sans-serif;
	color: red;
	font-weight: bold;
	text-decoration: none;
	font-size: small;
}

a.bannerbar:hover
{
	font-family: Verdana, "Comic Sans MS", Arial, sans-serif;
	color: white;
	font-size: 10px;
}

a.Navigation:hover
{
	font-family: Verdana, "Comic Sans MS", Arial, sans-serif;
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: small;
}

