﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #E3E8E6;
}
#container {
	background-position: 0px 100px;
	background-color: #DEEFF6;
	width: 800px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
	background-image: url('../images/bg-1.jpg');
	background-repeat: no-repeat;
}
#masthead {
	text-align: right;
	background-color: #036;
	width: 800px;
}
#navigation {
	background-color: #E6F2FE;
	clear: both;
	width: 0px;
	position: relative;
	top: -11px;
	left: -10px;
	height: 10px;
}
#column_l {
	border-style: none;
	border-color: #CCCCCC;
	width: 500px;
	margin: 0;
	padding: 0 15px;
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 10px 10px 10px 0px;
	position: relative;
	background-image: none;
}
#footer {
	width: 800px;
	text-align: center;
	background-color: #113962;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0px 10px;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
