﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#container {
	
}
#masthead {
	padding: 20px;
}
#column_l {
	width: 800px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 510px;
	padding: 0 15px;
	background-color: #fff;
	list-style-image: url('images/redBullet.gif');
	line-height: 160%;
}
#column_r {
	width: 267px;
	padding: 0px 10px 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 270px;
	padding: 0px 10px 15px 10px;
	background-color: #fff;
	list-style-image: url('images/redBullet.gif');
	line-height: 160%;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
/* Right Column */
#column_r img {

}
/* Site typography */
h1 {
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	font-size: 2.5em;
	color: #FF0000;
	text-align: center;
	line-height: 80%;
}
h2 {
	font-size: large;
	color: #ff0000;
}
h3 {
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #FFFFFF;
	text-align: center;
	font-style: italic;
}
h5 {
	font-size: x-small;
	color: #808080;
	text-align: center;
	line-height: 80%;
}
h6 {
	font-size: xx-small;
	color: #808080;
}
/* Fo
/* Footer */
p {
	font-size: small;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
/* Links */
a {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

