/*** DEFAULTS ***/

html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	width:100%; 
	height:100%;
	background-color: #ffffff;
}

img {
	border: 0;
}

body, p, table, td, div, span, a, a:active, a:hover, a:visited {
	font-family: verdana, sans-serif;
	font-size: 14px;
	color: #000000;
}

p
{
	margin: 0 0 15px 0;	
}

input {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #363636;
}

h1, h2, h3 {
	font-family: verdana, sans-serif;
	font-style: normal;
	padding: 0;
	margin: 0 0 10px 0;
	color: #85792e;
}

h1
{
	font-size: 15px;
	color: #85792e;
	font-weight: bold;
}

h2
{
	font-size: 14px;
	color: #85792e;
	font-weight: bold;
}

h3
{
	font-size: 13px;
	color: #85792e;
	font-weight: bold;
}

a, 
a:visited,
a:active {
	color: #85792e;
	text-decoration: underline;
}

a:hover {
	color: #85792e;
	text-decoration: underline;
}

.clear {
	clear:both;
}

/*** MASTER LAYOUT ***/

.masterCenterContainer
{
	width: 800px;
	margin: 0 auto;
}

.masterTop
{
	width: 800px;
	height: 258px;
}

.masterPageContainer
{
	background-color: #ffffff;
}

.masterLeftPage
{
	float: left;
	width: 224px;
	padding: 15px 8px;		
}

.masterLeftPage a, 
.masterLeftPage a:visited,
.masterLeftPage a:active {
	display: block;
	color: #85792e;
	text-decoration: none;
	width: 200px;
	border-bottom: 1px solid #231f20;
	padding-bottom: 3px;
}

.masterLeftPage a:hover {
	display: block;
	color: #85792e;
	text-decoration: underline;
	width: 200px;
	border-bottom: 1px solid #231f20;
	padding-bottom: 3px;
}

.masterRightPage
{
	float: left;
	width: 560px;	
	padding: 15px 0;	
}

.masterBottom
{
	background-color: black;
	height: 15px;
}

#main
{
	padding: 25px 25px 10px 25px;
}
