﻿@import url(layout.css);
body {
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}
#container {
	background-color: #fff;
	width: 720px;
	margin: 0 auto;
	margin-top: 10px;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-image:url('../images/conceptsheader.jpg');
	background-repeat: no-repeat;
	width: 720px;
	height: 100px;
}
#navigation {
	background-color: #262262;
	width: 100%;
	overflow: hidden;
	padding: 5px 0 5px 0;
	font-size:11px;
}
#email {
	float: right;
	margin: 0;
	padding: 0;
}
#column_l {
	width: 475px;
	margin: 0;
	padding: 5px;
	background-color: #fff;
}
#column_r {
	width: 200px;
	margin: 0;
	float: right;
	padding: 5px;
	background-color: #FFFFFF;
	position: relative;
	border-left: 1px #262262 solid;
}
#sidepic {
	text-align: center;
	padding: 5px;
}
#maillist {
	text-align: center;
}
#footer {
	width: 720px;
	text-align: center;
	background-image:url('../images/footerback.jpg');
	background-repeat:repeat-y;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 12px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 12px;
	margin: 5px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	margin: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #8BECF6;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 0 10px 0 10px;
	margin: 0;
	border: 0;
}
#navigation a:hover {
	color: #262262;
	text-decoration: none;
	background-color: #7571AF;
}
/* Styles for Footer */
#footer p {
	font-size: 10px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #8BECF6;
	text-decoration: underline;
}
#footer a:hover {
	color: #262262;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
hr {
	width: 75%;
	color: #53507C;
	height: 1px;
}
h6 {
	font-size:10px;
	color: #262262;
	text-align: center;
	margin: 0;
	padding: 0;
}
h5 {
	font-size:12px;
	color: #262262;
	text-align: center;
	margin: 0;
	padding: 0;
}
h4 {
	font-size:16px;
	color: #262262;
	text-align: center;
	margin: 0;
	padding: 0;
}
h3 {
	font-size:18px;
	color: #262262;
	text-align: center;
	margin: 0;
	padding: 0;
}
h2 {
	font-size:24px;
	color: #262262;
	text-align: center;
	margin: 0;
	padding: 0;
}
h1 {
	font-size:30px;
	color: #262262;
	text-align: center;
	margin: 0;
	padding: 0;
}
.medblue {
	font-size: medium;
	color: #262262;
}
.center {
	text-align: center;
}
.small {
	font-size: 10px;
}