﻿@import url("layout.css");
body {
	font-family: "Tahoma";
	/*background-image: url("../images/background_tile.gif");
	background-repeat: repeat;*/
	background-color:#d8e2e9;
	color:#333333;
	font-size:12pt;
	text-align:justify;
}
#container {
	/*border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;*/
	background-color: #fff;
}
#masthead {
	text-align: center;
	background-color:#5588aa;
	/*background-image: url("../images/masthead_image.jpg");
	background-repeat: no-repeat;*/
}
#masthead2 {
	text-align: center;
	background-color:#748ca4;
	/*background-image: url("../images/masthead_image.jpg");
	background-repeat: no-repeat;*/
}

#navigation {
	/*border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #cdc;*/	
	border-bottom: 1px solid silver;

}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 500px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 200px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
#footer2 {
	text-align: center;
}

html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #FFFFFF;
	margin-bottom: 0;
}
#masthead h3 {
	color: #FFFFFF;
	margin-top: 0.5em;
}
#masthead2 h1 {
	color: #FFFFFF;
	margin-bottom: 0;
}
#masthead2 h3 {
	color: #FFFFFF;
	margin-top: 0.5em;
}

/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 715px;
	margin: 0 auto;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	font-size:12px;
	color: #000;
	display: block;
	padding: 7px;
	/*border: 1px solid #cdc;*/
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #5588aa;
	/*border: 1px solid #c77;
	background-color: #c77;*/
}

/* Right Column */
#column_r img {
	/*border: 1px solid #808080;*/
}
/* Site typography */
h1 {
	font-size:x-large;
	color: #5588aa;	
}
h2 {
	font-size: large;
	color: #5588aa;
}
h3 {
	font-size: large;
	color: #5588aa;
}
h4 {
	font-size: medium;
	color: #5588aa;
}
h5 {
	font-size: x-small;
	color: #5588aa;
}
h6 {
	font-size: xx-small;
	color: #5588aa;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #3D6C87;
}
#footer a {	
	font-size:12px;
	color: #5588aa;
	/*border: 1px solid #cdc;*/
}
#footer a:hover {	
	color: #97BACE;
	/*border: 1px solid #c77;
	background-color: #c77;*/
}
#footer a:active{
	text-decoration: none;
	color: #2578A9;
}


#footer2 p {
	font-size: x-small;
	color: #3D6C87;
}
#footer2 a {	
	font-size:12px;
	color: #5588aa;
	/*border: 1px solid #cdc;*/
}
#footer2 a:hover {	
	color: #97BACE;
	/*border: 1px solid #c77;
	background-color: #c77;*/
}
#footer2 a:active{
	text-decoration: none;
	color: #2578A9;
}


.copyright
{
	background-image:url('../images/footer_bg.jpg');
	background-repeat:no-repeat;
	width:750px;
	height:23px;
	color:white;
	font-weight:bold;
	font-size:12px;
	padding-top:7px;
	overflow:hidden;
}

.copyright2
{
	background-color:#748ca4;
	width:750px;
	height:23px;
	color:white;
	font-weight:bold;
	font-size:12px;
	padding-top:7px;
	overflow:hidden;
}

/* Links */
a {
	color: #5588aa;
	font-weight:normal;
}
a:hover {
	color: #97BACE;
	font-weight:normal;	
}
a:active {
	color: #2578A9;
	font-weight:normal;	
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
