﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
#container {
	background-color: #fff;
	width: 886px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 1px solid black;
	border-left: 1px solid #b7b7b7;
	border-width: 0px 1px 1px 1px;
	border-color: #999999;
	border-style: solid;
}
#masthead {
	background-position: left center;
	text-align: right;
	width: 886px;
	background-image: url('Green%20vertical%20lines1-psd.png');
	height: 110px;
	background-repeat: no-repeat;
}
#navigation {
	border-width: 1px;
	border-color: #000000;
	background-image: url('gradient.jpg');
	overflow: hidden;
	background-position: left center;
}
#column_l {
	width: 385px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
	top: 0px;
	left: 52px;
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #FFFFFF;
	position: relative;
}
#footer {
	width: 886px;
	text-align: center;
	background-image: url('gradient.jpg');
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #666666;
	margin: 15px 10px 0 10px;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #808080;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 29px;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 0px solid #0066FF;
	background-image:url('gradient.jpg') ;
}
/* Styles for Footer */
#mgc_logo {
	position: inherit;
}
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	margin: 1px;
	padding: 1px;
	height: 15px;
	width: 882px;
}
#footer a {
	color: #666666;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	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;
}