﻿/* Used for main frames with white background */

html	{
	margin: 0;
	padding: 0;
	font-size: 100%;
	}


ol {
	font-family: Calibri, Myriad Web, Tahoma, Arial;
	color: #111111;
	font-size: 10pt;
	text-align: left;
	}


ul {
	font-family: Calibri, Myriad Web, Tahoma, Arial;
	color: #111111;
	font-size: 10pt;
	text-align: left;
	}


li {
	font-family: Calibri, Myriad Web, Tahoma, Arial;
	color: #111111;
	font-size: 10pt;
	text-align: left;
	}


td {
	font-family: Calibri, Myriad Web, Tahoma, Arial;
	color: #111111;
	font-size: 10pt;
	text-align: left;
	}


tr {
	font-family: Calibri, Myriad Web, Tahoma, Arial;
	color: #111111;
	font-size: 10pt;
	text-align: left;
	}


th {
	font-family: Calibri, Myriad Web, Tahoma, Arial;
	color: #111111;
	font-size: 10pt;
	text-align: left;
	}


table {
	font-family: Calibri, Myriad Web, Tahoma, Arial;
	color: #111111;
	font-size: 10pt;
	}


body {
	font-family: Calibri, Myriad Web, Tahoma, Arial;
	color: #111111;
	font-size: 10pt;
	text-align: left;
	}

tt {
	color: #111111;
	font-family: Courier New, monospace;
	font-size: 14px;
	}

code {
	color: #111111;
	font-family: Courier New, monospace;
	font-size: 14px;
	}

pre {
	color: #111111;
	font-family: Courier New, monospace;
	font-size: 14px;
	}

hr {
	width: 100%;
	height: 1px;
	color: #EF3E42;
	}

a:visited {
	text-decoration: underline;
	color: #EF3E42;
	}

a:link {
	text-decoration: underline;
	color: #EF3E42;
	}

a:hover {
	text-decoration: underline;
	color: #FF0000;
	}

a:active {
	text-decoration: underline;
	color: #FF0000;
	}

h3 {
	font-family: "GoodDog Plain", "Comic Sans MS", Arial, Helvetica, sans-serif;
	color: #111111;
	font-weight: bold;
	text-transform: uppercase;
	}



h2 {
	font-family: "GoodDog Plain", "Comic Sans MS", Arial, Helvetica, sans-serif;
	color: #111111;
	font-weight: bold;
	text-transform: uppercase;
	}



h1 {
	font-family: "GoodDog Plain", "Comic Sans MS", Arial, Helvetica, sans-serif;
	color: #111111;
	font-weight: bold;
	text-transform: uppercase;
	}



/* ADDRESS BOX */
.addressbox	{
	font-size: 11px;
	font-weight: bold;
	}

.addressbox a {
	color: #111111;
	text-decoration: underline;
	}

.addressbox a:hover {
	color: #EF3E42;
	text-decoration: underline;
	}


/* NAVIGATION BUTTONS */
.button	{
	font-family: Myriad Web, Tahoma, Arial;
	color: #F0F0F0;
	font-size: 15px; 
	list-style-type: none;
	margin: 0 5px 0 0;
	width: 165px;
	}

.button a:visited {
	background-color:#EF3E42;
	border: 1px outset #C0C0C0;
	color: #EEEEEE;
	text-decoration: none; 
	font-weight: bold;
	display: block;
	height: 20px;
	padding-top: 7px;
	padding-left: 10px;
	margin-bottom: 2px;
	}

.button a:link {
	background-color:#EF3E42;
	border: 1px outset #C0C0C0;
	color: #EEEEEE;
	text-decoration: none; 
	font-weight: bold;
	display: block;
	height: 20px;
	padding-top: 7px;
	padding-left: 10px;
	margin-bottom: 2px;
	}

.button a:active {
	background-color:#444444;
	border: 1px outset #C0C0C0;
	color: #EEEEEE;
	text-decoration: none; 
	font-weight: bold;
	display: block;
	height: 20px;
	padding-top: 7px;
	padding-left: 10px;
	margin-bottom: 2px;
	}


.button a:hover {
	background-color:#444444;
	border: 1px outset #C0C0C0;
	color: #EEEEEE;
	text-decoration: none; 
	font-weight: bold;
	display: block;
	height: 20px;
	padding-top: 7px;
	padding-left: 10px;
	margin-bottom: 2px;
	}


/* COPYRIGHT STATEMENT */
.copyright p {
	color: #EEEEEE;
	font-size: 12px;
	text-decoration: none; 
	font-weight: bold;
	}

.copyright a:visited {
	color: #EEEEEE;
	text-decoration: none;
	}

.copyright a:link {
	color: #EEEEEE;
	text-decoration: none;
	}

.copyright a:active {
	color: #FFFFFF;
	text-decoration: underline;
	}

.copyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

.form	{ 
	font-size: 10.5pt; 
	font-weight: bold; 
	}


.photo     {
     border: 3px solid #EEEEEE;
     padding: 5px;
     margin: 5px;
     -moz-box-shadow: 2px 2px 3px #969696;
     -webkit-box-shadow: 2px 2px 3px #969696;
     font-size: 125%;
     font-weight: bold;
     text-decoration: none;
     }

.header	{
	background-color: #D0D0D0;
	border: 1px solid #DDDDDD;
	padding: 2px;
	font-weight: bold;
}


