﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #fff;
}
body h1{
	color:#603c23;
	font-size:16px;	
}
body h2{
	color:#603c23;
	font-size:14px;	
}
body h3{
	color:#603c23;
	font-size:12px;	
}

#container {
	background-color: #fff;
	width: 980px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	background-color: #fff;
	width: 980px;
	height:180px;
	background-image:url('../images_ind/logo4.jpg');
}
#navigation {
	background-color: #fff;
	overflow: hidden;
}
#column_l {
	width: 765px;
	text-align:justify;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}

#column_l img { 
	float: right;
	margin-top:35px;
	padding:20px;
}

#column_l h6 img{
float:left;
margin-top:10em;
padding-bottom:10em;
border:0px;
}

#column_r {
	width: 162px;
	margin: 0;
	float: right;
	padding: 10px;
	background-color: #fff;
	position: relative;
	border-left: 1px solid #b7b7b7;		
}

#column_r a {
	color: #34230b;
	font-size:12px;
	text-decoration: none;
	font-weight:normal;
}

#column_r a:hover {
	color: #960;
	text-decoration: none;
}
#column_r  img {
    margin-left:11px;
}

#column_r p a{
	color: #34230b;
	font-size:12px;
	text-decoration: none;
	text-decoration:underline;
}

#footer {
	width: 980px;
	text-align: center;
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #b7b7b7;	
}
/* Styles for Masthead */
#masthead img { 
	float: left;
	margin-top:30px;
	margin-left:20px;
}
#masthead h1 { 
	width:170px;
	margin-top:40px;
	margin-left:440px;
	font-size:20px;
	text-align:center;
	 
}

#masthead p {
	font-size:12px;
	width:180px;
	text-align:center;
	color: #000;
	margin-left:385px;
	margin-top:20px;
}
#masthead a {
	color: #000;
	font-size:15px;
	text-decoration:none;

}
#masthead a:hover {
	color: #960;
}

#column_r p {
	font-size: 11px;
	margin: 7px;
	
}
#column_r p a{
    color: #5f4b2d;
	font-size:13px;
	font-weight:normal;
	text-decoration: underline;
}	
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	height:76px;	
	background-image:url('../images_ind/back_nav.jpg');
	background-repeat:repeat-x;	
}
#navigation li {
	float: left;
	padding-top:32px;
	
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation a:external{
	color: #fff;
	text-decoration: none;
}

#navigation a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #000;
	margin: 1px;
	padding: 1px;		
}

#footer img {

    float:right;
}

#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #960;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #5f4b2d;
	font-size:13px;
	font-weight:normal;
	text-decoration: underline;
}
a:hover {
	color: #960;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}