﻿@import url(layout.css);

/* Common styles */

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}

#container {
	width: 1154px;
	height: 504px;
	margin: 0;
	background-color: #bdbab3;

}

#masthead {
	text-align: right;
	background-color: #fff;
}

/* Site Styles (not front page) */

#navigation {
	height: 44px;
	background-color: #bdbab3;
	margin: 0 100px 0 100px;
	verflow: hidden;
	
}

#page_content {
	height: 410px;
	position: relative;
	background-color: #000;
	
	border-left-width: 100px;
	border-left-style: solid;
	border-left-color: #000;
	
	border-right-width: 100px;
	border-right-style: solid;
	border-right-color: #000;

	border-top-color: #000;
	border-top-width: 2px;
	border-top-style: solid;
	
	border-top-color: #000;
	border-top-width: 2px;
	border-top-style: solid;

}

#column_l {
	height: 410px;
	width: 450px;
	position: relative;
	background-color: #000;
	float: none;
}

#column_r {
	float: none;
	width: 464px;
	background: #fff url('../images/watermark180.gif') no-repeat right bottom;
	height: 390px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 20px 20px 0px 20px;
}

#footer {
  height: 67px;
  float: none;
	background-color: #bdbab3;

	border-left-width: 100px;
	border-left-style: solid;
	border-left-color: #000;
	
	border-right-width: 100px;
	border-right-style: solid;
	border-right-color: #000;
	
	border-top-color: #000;
	border-top-width: 2px;
	border-top-style: solid;

	border-bottom-width: 0px;
	
}

/* Styles for front page */

#navigation_f {
	background-color: #938f84;
		
	border-bottom-color: #000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

#page_content_f {
	position: relative;
	background-color: #938f84;
	height: 490px;
		
	border-left-width: 50px;
	border-left-style: solid;
	border-left-color: #000;

	border-right-width: 50px;
	border-right-style: solid;
	border-right-color: #000;
	
}

#column_f {
	float: none;
	width: 100%;
	height: 100%;
	background-color:#000;
}

#footer_f {
	background-color: #938f84;
		
	border-top-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
}




/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #fff;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 2px #bdbab3 inset;
	background-color: #000;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 2px #fff inset;
	background-color: #fff;
}
/* Styles for Content */
h1 {
  font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	color: #393939;
}
h2 {
  font-family: "Times New Roman", Times, serif;
	font-size: 1.75em;
	line-height: 0.5em;
	color: #534d38;
	letter-spacing: 4px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 1em;
	color: #534d38;
	letter-spacing: 4px;
}
h4 {
  font-family: "Times New Roman", Times, serif;
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}

/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

table img {
  border: 2px #000 solid;
}