	/* LINKS */

a:link {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #84581F;
	font-family: 'times new roman', times, serif;
	}

a:visited {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #82551B;
	font-family: 'times new roman', times, serif;
	}

a:active {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #A6691B;
	font-family: 'times new roman', times, serif;
	}

a:hover {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	font-style: oblique;
	color: #724305;
	font-family: 'times new roman', times, serif;
	}


	/* BODY */

body {
	background-color: #907A62;
	margin: 0;
	text-align: justify;
	font-family: 'times new roman', times, serif;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: normal;
	color: #5C463A;
	}


/* DIV LAYERS */

div#header {
	position: absolute; top: 0; left: 0;
	width: 351px;
	}

div#visions {
	position: absolute; top: 20px; left: 351px;
	width: 250px;
	}

div#disclaimer {
	position: absolute; top: 404px; left: 15px;
	width: 320px;
	}


	/* PARAGRAPHS */

h1 {
	padding: 3px 5px 3px 10px;
	margin: 5px;
	background: none;
	color: #453B32;
	font-size: 10px;	
	line-height: 22px;
	font-family: 'times new roman', times, serif;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	cursor: default;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 7px;  
	}

h1:first-letter	{
	margin: 0;
	color: #453B32;
	padding-left: 12px;
	font-size: 20px;	
	line-height: 22px;
	font-family: 'times new roman', times, serif;
	text-align: left;
	text-decoration: none;
	cursor: default;
	font-weight: bold;
	font-style: italic;
	}

p {
	text-align: justify;
	padding: 0 0 5px 0;
	margin: 5px;
	font-family: 'times new roman', times, serif;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: normal;
	color: #5C463A;
	}

p.center {
	text-align: center;
	padding: 0 0 5px 0;
	margin: 5px;
	font-family: 'times new roman', times, serif;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: normal;
	color: #5C463A;
	}


	/* TABLES */

input, option, select, textarea { 
	background-color: #5E5145;
	text-decoration: none;
	text-align: left;
	border: 1px solid #453B32;
	font-family: 'times new roman', times, serif; 
	font-size: 11px;
	font-weight: normal;
	color: #B49E8B;
	}

