﻿@import url(layout.css);
body {
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container {
	width: 1100px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#masthead {
}
#navigation {
	text-decoration: none;
}
#footer {
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: small;
	color: #C0C0C0;
	margin: 0px;
	float: right;
	width: 400px;
	font-weight: bold;
}
/* Styles for Navigation */
/* Styles for Footer */
#footer p {
	font-size: 11px;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}