{
	/* Reset the margins so IE doesnt barf all over with Box Model problems */
	/*margin: 0px;
	padding: 0px;*/
}

html
{
	height: 100%;
	/* fix height to 100% for IE */
	max-height: 99%;
	/* fix height for other browsers */
	padding: 0px;
	/*remove padding */
	margin: 0px;
	/* remove margins */
	border: 0px;
	/* remove borders */
}

body
{
	margin: 0px;
	padding: 0px;
	/*height: 100%;*/
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
}

h1
{
	font-family: "Times New Roman", Times New Roman, Times, serif;
	font-size: 16px;
	line-height: 23px;
	color: #DBDAA3;
	font-style: italic;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2
{
	font-family: "Times New Roman", Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 19px;
	color: #DBDAA3;
	font-style: normal;
	/*font-weight: bold;*/
	margin-top: 10px;
	margin-bottom: 5px;
}

.hometext
{
	font-family: "Times New Roman", Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 21px;
	font-style: italic;
	color: #D6D5C5;
	text-align: justify;
}

.note
{
	font-family: "Times New Roman", Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 17px;
	font-style: normal;
}


a:link, a:active, a:visited
{
	color: #DBDAA3;
	text-decoration: underline;
	font-weight: normal;
	/*padding: 3px;*/
}

a:hover
{
	text-decoration: none;
	color: #DBDAA3;
	/*background-color: #6E675A;
	padding: 3px;*/
}

#pattern-lft
{
	background-image: url(images/ptrn_lft.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#pattern-rht
{
	background-image: url(images/ptrn_rht.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.footer
{
	font-family: "Times New Roman", Times New Roman, Times, serif;
	font-size: 11px;
	line-height: 15px;
	color: #6E675A;
}

a.footlink:link, a.footlink:active, a.footlink:visited
{
	color: #6E675A;
	text-decoration: none;
	font-weight: normal;
	padding: 3px;
}

a.footlink:hover
{
	text-decoration: none;
	color: #fff;
	background-color: #6E675A;
	padding: 3px;
}

#flashcontent { }