﻿@import url(layout.css);

body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
	background-image:url('../images/Bk_Gr.jpg');
	background-position:center;
	background-repeat:repeat-y;
}
#container {
	background-color: #fff;
	width: 760px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;

}
#masthead {
	text-align: right;
}
#main image {
	float:left;
	width:inherit;
}
#outs  {
	top:-15px;
	margin-left:0px;
	position:relative;
	width: auto;
	text-align: center;
	background-image:url('../images/Footer.jpg');
	padding-top: 0px;
	padding-bottom: 15px;
	color: #fff;
	clear: both;
	
}

#footer {
	width: 760px;
	text-align: center;
	background-image:url('../images/Footer.jpg');
	padding-top: 0px;
	padding-bottom: 5px;
	color: #fff;
}
/* Styles for Masthead */
#masthead img {
	border: medium;
	float: left;
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 0px 0px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer b {
	font-size:medium;
}
#footer a:hover {
	color: navy;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#text {
	padding:20px;
}