/*default tag values*/
body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: 15px;
	background-color: #891621;
	background-image: url(../graphics/background.gif);
	background-repeat: repeat;
}

#content
{
    width: 710px;
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	text-align: left; /* Counteract to IE5/Win Hack */
	padding: 0px;
}
td { vertical-align: top; }

/*main content area*/
#main
{
	margin: 0px;
	padding-top: 24px;
	padding-bottom: 10px;
	padding-left: 22px;
	padding-right: 116px;
	width: 418px;
}

#main_bg
{
	margin: 0;
	background-color: #FFF;
	background-image: url(../graphics/side_ill.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}


/*lists*/
ul
{
	padding: 0px 0px 0px 15px;
	margin: 0;
	list-style-type: circle;
}

/*text variations*/
.foottxt
{
	color: #999;
	font-size: 11px;
}

.subtitle
{
	color: #891621;
	font-weight: bold;
}

.subsubtitle
{
	color: #891621;
	font-weight: bold;
}

.clrtxt
{
	color: #891621;
}


/*default link*/
a:link
{
	color: #D18F42;
	text-decoration: underline;
}

a:visited
{
	color: #D18F42;
	text-decoration: underline;
}

a:hover
{
	color: #666666;
	text-decoration: none;
}

a:active
{
	color: #666666;
	text-decoration: none;
}

