/* --------------------------------------------------------------------------------------- */
/* Layout */
/* --------------------------------------------------------------------------------------- */

* {
	font-family: Verdana, Geneva, sans-serif;;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
}

body.t1 {
	margin: 0;
	background-color: #FFFFFF;
	text-align: center;
	color: #7C7369;
}

#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;	
	border: 1px solid #E4E3E1;
}

#header {
	margin-top: 16px;
	background-color: #FFFFFF;
}

#menu {
	width: 780px;
	height: 170px;
	background-color: #E4E3E1;
	margin: 0;
	padding: 0;
	text-align: left;
	overflow: hidden;
}

#menu a {
	margin-right: 18px;
}

#contents {
	margin-right: 55px;
	margin-left: 262px;
	margin-bottom: 20px;
	text-align: left;
	width: 430px;
	background-color: #FFFFFF;
	margin-top: 45px;
	
}

#footer {
	clear: both;
	height: 50px;
}

#footer img{
	margin-left: 118px;
	margin-bottom: 5px;
}	

/* --------------------------------------------------------------------------------------- */
/* Content */
/* --------------------------------------------------------------------------------------- */

h1 {
	color: #7C7369;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 16px;	
}

h2 {
	color: #7C7369;
	text-transform: uppercase;
	font-weight: bold;	
	font-size: 12px;
	margin-bottom: 0px;
}

h3 {
	color: #7A7369;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;	
	margin-top: 0px;
	margin-bottom: 246px;
	line-height: 1.3em;	
}

p {
	line-height: 18px;
	padding: 0;
	margin-top: 4px;
	margin-bottom: 12px;
}

p.copy {
	line-height: 18px;
	padding: 0;
	margin-top: 50px;
	margin-bottom: 12px;
}

strong, b {
	font-weight: bold;
}

.highlight, a:link, a:visited, a:active {
	color: #AB753F;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

ul {
	list-style-type: circle;
	list-style-position: outside;
	padding-left: 10px;
	margin-left: 5px;	
}

ol {
	list-style-type: decimal;		
	list-style-position: outside;
	padding-left: 10px;
	margin-left: 12px;		
}

li {
	padding-left: 0px;
	margin-left: 3px;
}

input.text {
	width: 250px;
	border: 1px solid #AB753F;
	color: #AB753F;
}

input.submit {
	width: 150px;
	border: 1px solid #AB753F;
	color: #AB753F;
	background-color: #FFFFFF;
	margin-top: 20px;	
}

textarea {
	width: 250px;
	border: 1px solid #AB753F;
	color: #AB753F;
  	height: 100px;	
}
