﻿@import url('layout.css');/* Site typography */
h1 {
	font-size: xx-large;
	color: #000;
}
h2 {
	font-size: x-large;
	font-style: italic;
	color: #000;
}
h3 {
	font-size: large;
	font-style: italic;
	color: #000;
}
h4 {
	font-size:small;
	font-style: italic;
	color: #000;
}
h5 {
	font-size: x-small;
	font-style: italic;
	color: #000;
}
h6 {
	font-size: xx-small;
	font-style: italic;
	color: #000;
}
#pagecontent h3 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font: italic normal bold 100% serif;
	font-size: large;
	font-weight: bold;
	color: #0099CC;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #0099CC;
	text-decoration: underline;
}
#footer a:hover {
	color: #33CCFF;
	text-decoration: none;
}
/* Links */
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

#navigation {
	background-color: #FF0000;
}

/* Styles for Navigation */
#pagecontent p {
	color: #333333;
	font: menu;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: small;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
#pagecontent ul {
	color: #333333;
	font: menu;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: small;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
#bottom {
	clear: both;
	padding: 0px 0px 0px 32px;
}
#image {
	border: 2px #49748B solid;
}

