/* CSS Document */
body{
	font-family: Garamond;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	padding: 0px;
	color: #342b1a;
}
a:link{
	font-family: Garamond;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	padding: 0px;
	color: #342b1a;
	text-decoration:none;
}
a:hover{
	font-family: Garamond;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	padding:0px;
	color: #342b1a;
	text-decoration:underline;
}
a:active{
	font-family: Garamond;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	padding: 0px;
	color: #342b1a;
	text-decoration:none;
}
p{
	font-family: Garamond;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	color: #342b1a;
	width: 95%;
}
h1{
	font-family: Garamond;
	font-size: 30px;
	text-align: left;
	color: #f29400;
	padding: 10px;
}
a{
	font-family: Garamond;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
}
h2{
	font-family: Garamond;
	font-size: 12px;
	margin: -6px 0px 0px 0px;
	color: #ffffff;
}
h3{
	font-family: Garamond;
	font-size: 12px; 
	margin: 0px;
	color: #ffffff;
	text-align: center;
}
#nav{
	font-family: Garamond;
	font-weight: bold;
	font-size: 14px; 
	padding: 10px;
	color: ##000;
	text-align: lfeft;
}
#logo{
float: center;
}
ul{
	font-family: Garamond;
	font-weight: bold;
	font-size: 16px; 
	color: #342b1a;
	text-align: left;
	margin: 10px;
}
li{
	font-family: Garamond;
	font-weight: bold;
	font-size: 16px; 
	padding: 0px 0px 4px 0px;
	color: #342b1a;
	text-align: left;
	list-style: none;
}
li a{
	font-family: Garamond;
	font-weight: bold;
	font-size: 16px; 
	padding: 5px 0px 0px 0px;
	color: #342b1a;
	text-align: left;
	list-style: none;
}
li a:hover{
	font-family: Garamond;
	font-weight: bold;
	font-size: 16px; 
	padding: 5px 0px 0px 0px;
	color: #f29400;
	text-align: left;
	list-style: none;
}
li a:active{
	font-family: Garamond;
	font-weight: bold;
	font-size: 16px; 
	padding: 5px 0px 0px 0px;
	color: #f29400;
	text-align: left;
	list-style: none;
}
.content ul{
	font-family: Garamond;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	color: #342b1a;
	width: 95%;
	margin-left: 10px;
}
.content li{
	font-family: Garamond;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	color: #342b1a;
	width: 90%;
	padding-bottom: 10px;
}
#footer{
	clear: both;
	color: #000;
	text-align: right;
	padding: 5px;
	margin: 0;
}
#footer a {
text-decoration: none;
font-weight: normal;
font-size: 12px;
color: #000;
}
#footer a:hover {
text-decoration: underline;
font: normal 10px font-family: Garamond;
}
/* FORMS */
dl {
margin: 0;
padding: 8px 10px; 
font: normal 11px/20px Helvetica, Arial, "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}
dd {
margin: 0;
padding: 0;
}
#copy form {
width: 320px;
margin: 0;
padding: 0;
float: left;
}
label { 
width: 100%; 
display: block; 
font: normal 11px/18px Arial, Verdana, Helvetica, sans-serif;
color: #2A425C;
}
.inp {
width: 260px;
}
input {
	border-style: double;
	border-color: #2A425C;
	border-width: 3px;
	background: #ffffff;
	color: #2A425C;
}
textarea { 
border-style: double;
border-color: #2A425C;
border-width: 3px;
background: #ffffff;
color: #2A425C;
}
.submit {
width: auto;
border: 1px solid #fff;
background: #2A425C;
color: #ffffff;
text-transform: uppercase;
font: bold 12px Garamond;, Times, "Times New Roman", "Lucida Grande", "Trebuchet MS", serif;
}