﻿@import url(layout-new.css);
body {
	color: navy;
	font-size: 14px;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #d3d9d6;
}
#container {
	background-color: #fff;
	width: 100%;
	
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: center;
	background-color: #003300;  /* #036 */      
	width: 100%;
}
#navigation {
	background-color: #003300;  /* #545454 */
	overflow: hidden;
}

#column_l {
	width: 20%;
	float: left;
	margin: 0;
	padding: 1px;
	background-color: #fff;  /* #d3đd6 */
	position: relative;
}

#column_c {
	width: 60%;
 	padding: 0 5px; */
	background-color: #FFF;  /* #fff */
}

#column_r {
	width: 19%;
	margin: 0;
	float: right;
	padding: 1px;
	background-color: #fff;  /* #d3đd6 */
	position: relative;
} 

#footer {
	width: 100%;
	text-align: center;
	background-color: #003300;  /* #113962 */
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: center; 
}
#masthead p {
	font-size: 12px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_l p {
	font-size: 14px;
	margin: 7px;
}

#column_c p {
	font-size: 16px;
	margin: 7px;
}

#column_r p {
	font-size: 14px;
	margin: 7px;
}
/* Styles for container */
#container a {
	color: blue;
	text-decoration: none;
}
#container a:hover {
	color: red;
	text-decoration: none;
}

/* Styles for column left */
#column_l a {
	color: blue;
/*	text-decoration: underline; */
}
#column_l a:hover {
	color: red;
	text-decoration: none;
}  

/* Styles for column right */
#column_r a {
	color: blue;
/*	text-decoration: underline; */
}
#column_r a:hover {
	color: red;
	text-decoration: none;
}  
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;   /* #fff */
	text-decoration: none;
	display: block;
	float: center;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Styles for Content */
h1 {
	color: red;
	font-size: 2.0em;
}
h2 {
	color: green;
	font-size: 1.75em;
}
h3 {
	color: navy;
	font-size: 1.5em;
}
h4 {
	color: navy;
	font-size: 1.25em;
}
h5 {
	color: navy;
	font-size: 1.00em;
}
h6 {
	color: navy;
	font-size: 0.5em;
}
big {
	color: white;
	font-size: medium;
}

/* Styles for Footer */
#footer p {
	font-size: 12px;
	line-height: 14px;
	color: #fff;  /* #fff */
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	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;
}