﻿	html, body 
	{
		height: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	body 
	{
    	font: 80% Verdana, arial, hevetica, sans-serif;
    	background-color: #FFFFFF;
    	background-image: url(images/background2.jpg);
    	background-repeat: repeat-x;
    	margin: 0;
    	min-height: 800px;
    }
    .webmaster
    {
		width: 586px;
    	clear: both;
    	text-align: right;
    	position: relative;
    	margin-left: auto;
    	margin-right: auto;
    }
	a.webmaster
	{
		text-decoration: none;
		text-align: right;	
		color: Black;
		font-weight: bold;
	}
    a.plain
    {
		text-decoration: none;	
    }
    .navmenu li
    {
		display: inline;
		padding: 5px 0px 5px 0px;
		font-size: 10px;	
    }
    .navmenu ul
    {
		margin: 0;
		padding-bottom: 0;
		padding-left: 125px;
		padding-right: 0;
		padding-top: 0;
		list-style-type: none;
		list-style-image: none;	
		text-align: left;
		
    }
    .navmenu a
    {
    	text-decoration: none;
    	color: Black;
    }
    h3.styled
    {
		color: #8E2323;
		text-align: center;	
    }
    .outlined
    {
		border: 2px double #8E2323;
		padding: 5px; 	
    }
    .centered
    {
		display: block;
		margin-left: auto;
		margin-right: auto;	
    }
    .footer
    {
    	width: 586px;
    	clear: both;
    	height: 85px;
    	border: 3px Solid #000;
    	background-color: #87cefa;
    	text-align: center;
    	position: relative;
    	margin-left: auto;
    	margin-right: auto;
    }
    .padfooter
    {
		height: 100px;	
    }
    tr.tablecellone 
    {
		background-color: #ADD8E6;
		color: Black;	
    }
    tr.tablecelltwo
    {
		background-color: #87CEFA;
		color: Black;	
    }
    .bullet li
    {
		list-style-image: url(images/paw_print.jpg);
		margin: 5px;	
    }
    .title 
    {
    	text-align: center; 
    	font-size: 15px; 
    }
    .centertext
    {
    	text-align: center;
    }
    .label 
    {
    	background: #C0D9D9;
    	color: #8E2323;
    	text-align: center;
    	font-family: Cursive;
    	font-size: 14pt;
    }
    .header 
    { 
    	height: 135px; 
    	border-bottom: solid 3px Black;
    	border-top: solid 3px Black; 
    	background-color: #87cefa;
    }
    .headertext
    {
    	text-align: center;
		font-style: italic;
    	font-size: 25px;
    	font-family: Cursive;
    }
    .navigation 
    {
        position: absolute;
        top: 145px;
        left: 0;
        width: 134px;
        color: White;	
    }
    .navigation ul 
    {
    	margin: 0 0 1em 0; 
    	padding: 0;
        list-style: none; 
    }
    .navigation ul a 
    {
    	color: Black;
    	text-decoration: none;
    	display: block;
    	background: #C0D9D9;
    	padding: 2px 0 2px 0;
    	margin: 0 1em 1px 1em;
    }
    .navigation a:active {color: Gray}
    .navigation a:hover {color: White}
    .container 
    {
    	position: relative;
    	width: 586px; /* width + border for IE 5.x */
        border: solid Black;
        border-width: 0 3px 0;
        margin: auto;
        min-height: 768px;
        background-color: White;
    }
    .content 
    {
        padding: 1px 20px 1em 40px;
    }
    p.content {text-align: justify; }
    .slogan {text-align: center; font-size: 25px; }
    .logo 
    {
    	display: block; 
    	margin-left: auto; 
    	margin-right: auto;
    	border: solid 3px #8E2323;  
    }
    .fixed_table
    {
		min-height: 150px;
		width: 100%;	
    }