/* Redefine HTML tags 
----------------------------------------------------------------------------------- */

body {
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #9a6732 url('../images/bgPage.jpg') repeat-x 0 0;
	color: #000000;
}

td {
	vertical-align: top;
}

th {
	text-align: left;
}

p {
	line-height: 1.5;
	margin: 0 0 15px 0;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
	line-height: 1;
}

.superscript {
	vertical-align: super;
	font-size: 80%;
}

a:link,
a:visited {
	color: #9a6732;
	text-decoration: none;
}

a:hover {
	color: #9a6732;
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 780px;
	border-right: #a3d869;
	border-bottom: #a3d869;
	border-left: #a3d869;
}

.header {
	margin: 0 auto;
	padding: 0;
	width: 780px;
	height: 230px;
	background: #ffffff url('../images/bgPageHeader.jpg') no-repeat 0 0;
}

.headerLeft {
	float: left;
	width: 240px;
	padding: 0;
}

.headerLeft a:link,
.headerLeft a:visited,
.headerLeft a:hover {
	border: none;
	text-decoration: none;
}

.headerRight {
	float: right;
	width: 420px;
	padding: 20px 20px 0 0;
	text-align: right;
}

.headerRight a:link,
.headerRight a:visited {
	color: #9a6732;
	text-decoration: none;
}

.headerRight a:hover {
	color: #9a6732;
	text-decoration: none;
}

.contentArea {
	margin-top: -1px;
	padding: 0 20px 20px 20px;
	background: #c5d7ed url('../images/bgPageContainer.jpg') repeat-x 0 0;
}

.contentArea h2 {
	margin: 0 0 20px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #9a6732;
	font-weight: bold;
	font-style: italic;
}

.contentArea h3 {
	margin: 0 0 14px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.photoLeft {
	float: left;
	margin: 0 15px 15px 0;
}

.photoRight {
	float: right;
	margin: 0 0 15px 15px;
}

.logoLink {
	position: abdolute;
	width: 250px;
	height: 250px;
	top: 0;
	left: 0;
}