﻿@import url(layout.css);
body {
	margin:0;
	background-color:#FFFFFF;
}
#container {
	margin: 0;
}
#masthead {
	width: 100%;
}
#masthead_logo {
	float:left;
	width: 18%;
}
#masthead_text {
	float:right;
	margin-top:10px;
}
#navigation {
	float:left;
	width:100%;
	clear:both;
}
#page_content {
	width:100%;
}
#column_l {
	float:left;
	width: 15%;
	overflow:hidden;
	background-color:#DFDFDF;
}
#column_m {
	float:right;
	width:80%;
	padding-left:10px;
	padding-right:25px;
}
#footer {
	float:left;
	clear:both;
	width:100%;
}

/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}

/* Styles for Titles */
.StyleTitle {
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:silver;
}

/* Styles for Navigation */
#navigation a{
	text-decoration:none;
}
/* Styles for column_l */
#column_l a{
	text-decoration:none;
}
/* Styles for footer */
#footer a{
	text-decoration:none;
}
