﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #fff;
}

#container {
	background-color: #f8f8ee;
	width: 680px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}

#masthead {
	margin: 0;
	width: 680px;	
}


#mastinfo {
	text-align: right;
	background-color: #763616;
	color:white;
	font-weight:bold;
	margin: 0;
	float: right;
	padding: 5px;
	width: 670px;
	height: 18px;
	background-image :url('../images/info.jpg')
	
}

#navigation {
	background-color: #cc9900;
	overflow: hidden;
}
#column_l {
	width: 440px;
	margin: 2;
	padding: 15px;
	background-color: #f8f8ee;
}
#column_r {
	width: 200px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #cccc99;
	position: relative;
}
#footer {
	text-align: center;
	background-color: #733616;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image :url('../images/footer.jpg')
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	width: 113px;	
	text-align:center
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000000;
	text-decoration: none;
	border: 1px solid #cccc99;
	background-color: #cccc99;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}


#mastinfo a {
	color: #fff;
	text-decoration: underline;
}
#mastinfo a:hover {
	color: #fff;
	font-weight:bold
	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;
}

.signuture {
	text-align: right;
	font-size: xx-small;
	color: maroon;
}

.homeText {
	color: green;
	font-weight:bolder;
}


#contactDiv {
	border-style: solid; 
	border-width: thin; 
	border-color: inherit; 
	background-color:#CCCC99; 
	padding:4px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:  0.9em ; 
	font-weight: bold;
}

#contactTable {
	width: 100%;
	background-color: #CCCCAA;
	color: #000;
	border-bottom-width:medium;
	border-bottom-color:maroon;
}

#contactTable tr {
	width: 100%;
	background-color: #CCCCAA;
	color: #000;
}

#contactTable th {
	background-color: #733616;
	color: #FFF;
}

