﻿@import url(layout.css);
body {
	color: black;
	font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #160D1C;
}
#container {
	background-color: #000000;
	width: 800px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #38576d;
	border-bottom: 0;
	border-left: 1px solid #38576d;
	font-family: Calibri;
	font-size: medium;
}
#masthead {
	text-align: right;
	background-color: #272727;
	width: 620px;
}
#navigation {
	border-style: none;
	background-color: #272727;
	overflow: hidden;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #c0c0c0;
}
#column_l {
	width: 770px;
	margin: 0;
	padding: 0 15px;
	background-color: #E1CC9B;
	font-family: Calibri;
	font-size: 14px;
	color: #000000;
	font-style: normal;
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #404040;
	position: relative;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #8998ad;
}
#footer {
	width: 620px;
	text-align: center;
	background-color: #272727;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #c0c0c0;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	padding: 5px 0px 0px 0px;
	font-size: small;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;

}
#navigation a:hover {
	color: #8998ad;
	text-decoration: none;
	background-color: #a9a9a9;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	background-image: url('../images/ContactButton.jpg');
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: none;
	
}
#footer a:hover {
	color: #8998ad;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	
}
a:hover {
	color: #808080;
	
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
caption {
	font-style: italic;
	font-family: Calibri, "Times New Roman", Times, serif;
	font-size: small;
	color: 8998ad;
}
.rtColCaption {
	font-style: italic;
	font-size: small;
	color: 8998ad;
	font-family: Calibri, "Times New Roman", Times, serif;
}
