@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#container {
	background-color: #fff;
}
#masthead {
	text-align: right;
	background-color: #336699;
	background-image: url("../images/masthead_image.jpg");
	background-position: top;
	background-repeat: repeat;
}
#navigation {
	border-color: #000000;
	background-color: #336699;
}
html>body #navigation {
	border-color: #000000;
	overflow: hidden;
}
#column_l {
	width: 650px; 
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
	right: 0px;

}
html>body #column_r {
	width: 220px;
	padding: 0 10px 0 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-bottom: 0;
	margin-left: 0.5em;
}
#masthead h3 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-top: 0;
	margin-left: 1em;
}
/* Navigation */
#navigation ul {
	border-color: #000000;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-color: #000000;
	float: left;
}
#navigation a {
	margin: 2px;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border-color: #000000;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #b9d;
	background-color: #b9d;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* 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: medium;
	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;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #a27;
	text-decoration: underline;
}
a:hover {
	color: #f72;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}