﻿@import url(layout.css);
body {
	color: #333;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #000;

}
#container {
	width: 924px;
	margin: auto;
	border: 1px solid #343;
	background-color: #061d03;
	/*position: relative;*/
}
#header {
	/*text-align: right;*/
	width: 924px;
	background-color: #061d03;
	height: 212px;	/*border-bottom: 1px solid #768a40;*/
}
#navigation {
	background-color: #061d03;
	width:890px;margin:auto;padding-left:10px;/*
	border-top: 1px solid #5c6240;
	border-bottom: 1px solid #5c6240;*/
	overflow: hidden;
}
/*master2.dwt only*/
#nav {width:924px; height: 31px; text-align: center;}
#nav img {border:0;}

#content {
	/*position: relative;*/
	width: 924px;
	/*border-top: 1px solid #768a40;*/
	background-color: #061d03;
}

.table {width: 876px; border: 1px solid #38481a; margin-bottom:10px; margin-top: 15px;margin-left: auto; margin-right: auto;background-color:#203110;}
.leftcell {width:270px;background-color:#fff;border:#362 solid 1px;padding-top:20px;}
.rightcell {background-color:#fff;border:#362 solid 1px;}

#rightcontent {
	text-align: justify;
	padding-left:20px; padding-right:20px;
}
#rightcontent li {list-style:circle;}
#leftcontent {text-align:center;}
#leftcontent img {border: #c8b37a 1px solid; padding:3px;}
.picbox {border: #c8b37a 1px solid; padding:3px;}
#footer {
    width: 876px;margin:auto;margin-bottom:15px;
	background-color:#203110;;
	padding-bottom: 0px;
	border: 1px solid #38481a;
}
/*Styles for Navigation*/
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;padding-right:0px;
}
#navigation li {
	float: left;padding-left:2px;padding-right:2px;margin-right:3px;margin-top:5px;
}
#navigation a {
	color: #fff;height:25px;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
	display: block;
	padding: 6px;
	padding-top: 8px;
	padding-bottom: 2px;
	border:1px #38481a solid;
	background-color: #222;
	background-image: url('images/nav/up.jpg');
}
#navigation a:hover {
	color: #d8a224;
	text-decoration: none;
	background-color: #121;	
	border:1px #38481a solid;
	background-image: url('images/nav/down.jpg');
}

/* Styles for Content */
h1 {
	font-size: 2em;
	color: #333;
}
h2 {
	font-size: 14px;
	color: #555;margin-left:-10px;
}
h3 {
	font-size: 13px;
	color: #333;margin-left:-10px;
}
h4 {
	font-size: 1.1em;letter-spacing:1px;
	color: #333;margin-left:-15px;
}
h5 {
	font-size: 0.75em;
	color: #333;
}
h6 {
	font-size: 0.5em;
	color: #333;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #777;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color:  #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #0e0;
}
/* Styles for Links */

.style_bold {
	font-weight: bold;color:#3f175b;
}
.style_italic {
	font-style: italic;	
}

#quickcontact input,textarea {border: 1px solid #506129;font-size:11px;background-color:#f0f0f0;}

.left{text-align:left;}
.center {text-align: center;}
.circle {list-style-type: circle;}
.box {
	background-color: #F3F3F3;
	border: 1px solid #FF6600;
	margin: 15px;padding-left:5px;padding-right:5px;
}
#tables table{width: 250px;border: #333 solid 1px;margin: auto;}
#tables td {border-bottom:#222 dashed 1px;padding-left: 4px;padding-right: 4px;}
.small {font-size: xx-small;}
.right {text-align: right;padding-right:5px;}
#links li {padding-bottom:6px;padding-top:6px;border-bottom:1px #c0c0d0 dashed;list-style:circle;}
#wf {width:924px;text-align:right;margin:auto;}
#wf a {color: #4a5438;text-decoration: none;font-size:10px;}
#wf a:hover {color: #56752d; text-decoration: underline;}
.tblhdr {
	text-align: center;
	font-size: medium;
}

a:link    {color: #488ccc; text-decoration: none;}
a:visited {color: #265988; text-decoration: none;}
a:hover   {color: #b00;    text-decoration: underline;}

a:link    img {border:1px solid #488ccc;}
a:visited img {border:1px solid #265988;}
a:hover   img {border:1px solid #b00;}

