﻿@import url("layout.css");
body {
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: medium;
	font-style: normal;
	color: #000;
	background-color: #abc;
}
#container {
	width: 100%;
	margin: 0;
	/*background-image: url('../images/content_repeated_img.gif');
	background-repeat: repeat-y;*/
	position: relative;
}
#masthead {
	width: 100%;
	text-align: right;
	background-color: #184466;
}
#navigation {
	width: 100%;	
	margin-right: 10px;
	background-color: #666666;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
}
#column_l {
	position: relative;
	margin: 0 350px 0 0;
	padding: 0 2%;
	background-color: #fff;
	float: none;
}
#column_r {
	float: none;
	width: 330px;
	margin: 0;
	padding: 10px;
	background-color: #cdf;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	text-align: center;
	clear: both;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	overflow: auto;
	background-color: #689;
}
#masthead img {
	float: left;
}
#masthead p {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: medium;
	margin-left: 10px;
	margin-right: 10px;
	color: #FFFFFF;
}
/* Styles for Navigation */
#navigation a:hover {
	color: #000;
	text-decoration: blink;
	border: 1px solid #808080;
	background-color: #808080;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	color: #000;
	text-decoration: blink;
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}

/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_smallcaps {
	font-variant: small-caps;
}
.style_companyName {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-variant: small-caps;
	margin-right: 10px;
}
.style_tagline {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
.style_centered {
	text-align: center;
}
.style_right {
	text-align: right;
}