﻿/* CSS layout */
#masthead {
	text-align: right;
	width: 100%;
	height: 80px;
	background-color: #FA9B35;
}

#top_nav {
	width: 100%;
	height: 21px;
	background-color: #FCC58A;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 170px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
}

#page_content {
	margin-right: 270px;
	margin-left: 170px;
	background-color: #FFE9A8;
	padding: 5px 10px;
}

#right_col {
	width: 250px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #FCC58A;
	padding: 5px 10px;
}

#footer {
	background-color: #dfcfbf;
	padding-bottom: 5px;
}

/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: x-large;
	text-align: right;
	color: #000000;
/*	margin-top: 20px;*/
	margin: 20px 10px 10px 0px;
	padding: 0;
}

/* Styles for Page_content */
#page_content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: justify;
	color: #000000;
}

/* Styles for Rright_col */
#right_col p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: justify;
	color: #000000;
}

/* Styles for Footer */
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	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 Content */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #000000;
}
h2 {
	font-size: 1.75em;
	color: #000000;
}
h3 {
	font-size: 1.5em;
	color: #000000;
}
h4 {
	font-size: 1.25em;
	color: #000000;
}
h5 {
	font-size: 0.75em;
	color: #000000;
}
h6 {
	font-size: 0.5em;
	color: #000000;
}

/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}