﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #abc;

}
#container {
	width: 790px;
	margin: 0 auto;
	background: #fff url("../../images/bkgd_tile.gif") top;
	background-repeat: repeat-y;

}
#masthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 770px;
	padding: 0;
	background-color: #A5C3E7;
	background-image: url('../images/fmstop.jpg');
	background-repeat: no-repeat;
	height: 180px;
}
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #4275AD;
	overflow: hidden;
}
#column_l {
	width: 480px;
	margin: 0 0 0 10px;
	padding: 0 5px 10px 0px;
	min-height:350px;
}
#column_r {
	border: 1px solid #999999;
	width: 240px;
	margin: 0;
	float: right;
	background-color: #eef;
	position: relative;
	right: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
#footer {
	text-align: center;
	background-color: #4A719C;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #293C6B;
	text-decoration: none;
	margin: 0 0px 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #FFFFFF;
	background-color: #CED7E7;
	font-size: small;
	font-weight: bold;
}
#navigation a:hover {
	background-color: #318ACE;
	border: 1px solid #f2f2f2;
}
/* Styles for Content */
p {
	line-height: 18px;
}
h1 {
	border: thin solid #808080;
	margin: 5px 1px 5px 1px;
	padding: 5px;
	color: #000000;
	font-size: small;
	background-color: #C0C0C0;
}
h2 {
	color: #000000;
	font-size: 1.5em;
	margin-top: 5px;
}
h3 {
	color: #000000;
	font-size: 1.5em;
}
h4 {
	margin: 0px;
	color: #965;
	font-size: 1.25em;
}
h5 {
	color: #965;
	font-size: 0.75em;
}
h6 {
	margin: 0px;
	background-position: left center;
	padding: 10px;
	color: #000080;
	font-size: medium;
	background-repeat: no-repeat;
	background-image: url('../images/circletick.jpg');
	background-attachment: scroll;
	text-indent: 40px;
}
big {
	color: #965;
	font-size: medium;
}
titletext {
	color: #000000;
	font-size: small;
	background-color: #CCCCCC;
}
#column_r p {
	color: #000;
	font-size: small;
	text-align: left;
	margin: 0;
	padding: 0px 5px 0px 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 0px;
}
#column_r ul li {
	font-size: small;
	display: list-item;
	list-style-position: inside;
	list-style-type: disc;
	list-style-image: url('../images/bulletsm.gif');
}
.SubHeading {
	text-decoration: underline;
	font-weight: bold;
}
.noborders {
	border-width: 0px;
}

/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

