/* CSS Document */

body {
font-family: "Century Gothic", Arial, Helvetica, sans-serif;
font-size: 11px;
color: #2d2d2d;
}

div {
font-size: 11px;
color: #432b00;
}


a {
font-family: "Century Gothic", Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
color: #432b00;
}

a:hover {
text-decoration: underline;
}

hr {
	color: #49716b; 
	size: 1px
}

#footer table {
	color: #49716b; 
	margin-bottom: 10px;
}

#footer td a {
	color: #49716b; 
	text-decoration: none;
}

#footer td a:hover {
	color: #49716b; 
	text-decoration: underline;
}

#press a {
 font-family: "Century Gothic", Arial, Helvetica, sans-serif;
 color: #000;
 text-decoration: none;
}

#press a:hover {
 text-decoration: underline;
}

#leftnav {
	font-size: 12px;
	margin-right: 25px;
	text-align: right
	
}

#leftnav a {
	padding: 3px;
}

#leftnav p {
	line-height: 20px;
}

#hometext {
	text-align: center;
	color: #49716b; 
	line-height: 17px;
}

#hometext a {
	text-decoration: underline;
	font-weight: bold;
	color: #49716b; 
}

#hometext a:hover {
	text-decoration: none;
}




