﻿@import url(homelayout.css);
body {
	margin: 0px;
	background-color: #eeeecc;
	background-image: url(tppbg.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-family: "Tahoma", Trebuchet MS, sans-serif;
	font-size: 0.8em;
	padding: 0px;
}
/* Styles for DIV tags */
#container {
	background-color: #eeeecc;
	border-style: ridge;
	border-color: #4c0000;
	border-width: 3px;

}
#masthead {
	background-color: #4c0000;
}
#navigation {
	background-color: #4c0000;

}
html>body #navigation {
	overflow: hidden;
}
#content {
	background-color: #eeeecc;
}
#left {
	background-color: #eeeecc;
	float: left;
}
#footer {
	background-color: #eeeecc;
	border-top-style: ridge;
	border-color: #eeeecc;
	border-width: 3px;
}

/* Styles for Masthead */
#masthead h1 {
	color: #ffffff;
	font-size: 4em;
	margin-top: 10px;
	text-align: center;
}
#masthead h3 {
	margin-top: .4em;
	color: #ffffff;
	margin-bottom: 0px;
	text-align: center;
	font-size: 1.7em;
	font-style: italic;
	font-weight: normal;
}
#masthead a {
	color: #555533;
	text-decoration: none;
}

/* Styles for Navigation */
#navigation a {
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: none;
}

/* Styles for left */
p {
}
h1 {
	font-size: xx-large;
	color: #4c0000;
}
h2 {
	font-size: x-large;
	color: #4c0000;
}
h3 {
	font-size: large;
	color: #4c0000;
}
h4 {
	font-size: medium;
	color: #4c0000;
	}
h5 { 
	font-size: x-small;
}
h6 { 
	font-size: xx-small;
}
a {
	color: #4c0000;
}
a:hover {
	background-color: #EEEECC;
}

/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 0.75em;
	text-align: center;
}
#footer a {
	color: #4c0000;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

