﻿@import url('1.css');
td {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    /* background-color: #f2f2f7; */ 
    /* background-image: url("../images/background.gif"); */;
    background-repeat: repeat;
    background-attachment: scroll;
    font-size: 13px;
}
body {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    /* background-color: #f2f2f7; */ 
    /* background-image: url("../images/background.gif"); */;
    background-repeat: repeat;
    background-attachment: scroll;
    font-size: 13px;
}
#container {
    width: 750px;
    margin: 10px auto;
}
#masthead {
    text-align: center;
    width: 750px;
    border: 0px;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	/* border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff; */
}
#content {
	float: right;
	width: 550px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #F2FFF2;
	text-align: justify;
}
#footer {
	font-size:10px;
    text-align: right;
    clear: both;
    width: 750px;
    /* padding-top: 5px; */
    /* padding-bottom: 5px; */
    /* border-top: 1px solid #dcdcdc; */
	/* border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff; */
}
/* Masthead Styles */
#masthead h1 {
    color: #008000;
}
#masthead h3 {
	color: #008000;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
    color: #008000;
    text-decoration: none;
    display: block;
    padding: 5px;
    border: 1px solid #fff;
    background-color: #fff;
}
#navigation a:hover {
    color: #008000;
    text-decoration: none;
    border: 1px solid #5f8ea9;
    background-color: #E8FFE8;
}
/* Content Styles */
h2  {
	color: #008000;
}
h1  {
	color: #008000;
}
h6  {
    color: #666666;
}
h5  {
    color: #666666;
}
h4  {
    color: #666666;
}
h3  {
    color: #666666;
}
#content h1 {
    color: #008000;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
    color: #808080;
    text-decoration: none;
}
#footer a:hover {
    color: #008000;
    text-decoration: underline;
}
a {
    color: #008000;
    text-decoration: none;
}
a:hover {
    color: #808080;
    text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Customer Services Styles */
/* .csfrm		{ font-size: small;} */


