body {
	background-color: #26366E;
	background-attachment: fixed;
	background-image: url(../images/background.jpg);	
	background-repeat: repeat;
	background-position: left top;
	}
/* LAYOUT --------------------------------*/
#message{
	display: none;
	}
#header {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	/*height: 99px;*/
	border: 0px;
	background-image: url(../images/header-bg.gif);	
	background-repeat: repeat-x;
	background-position: left bottom;
	clip:  rect(   )
	}
.navigation {
	position: relative;
	background-image: url(../images/index_r3_c1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clip:  rect(   )
	}
#alt-navigation {
	display: none;
	}
#sub-navigation {
	position: relative;
	left: 0px;
	top: 1px;
	height: 20px;
	padding: 1px;
	padding-left: 10px;
	clip:  rect(   )
	}
#content {
	position: relative;
	left: 0px;
	top: 1px;
	padding-left: 10px;
	padding-right: 1px;
	padding-bottom: 1px;
	background-color: #FFFFFF;
	clip:  rect(   )
	}
#page-image {
	position: relative;
	clip:  rect(   )
	}
#tax-tip {
	position: relative;
	float: right;
	top: 1px;
	width: 193px;
	background-color: #D8C991;
	background-image: url(../images/tax-tip-bg.gif);	
	background-repeat: no-repeat;
	background-position: right top;
	padding: 4px 4px;
	clip:  rect(   )
	}
.tax-tip {
	color: #6E5F27;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 11px;
	}
#picture {
	position: relative;
	float: right;
	top: 1px;
	width: 193px;
	clip:  rect(   )
	}
#footer {
	position: relative;
	left: 0px;
	top: 0px;
	height: 100px;
	text-align: right;
	padding-top: 50px;
	clip:  rect(   )
	}

/* BUTTONS --------------------------------*/
.sub-navigation-1 a, .sub-navigation-1 a:visited {
	margin-right: 1px;
	height: 20px;
	border : 1px solid #26366E;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFFFFF;
	color: #26366E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	}
.sub-navigation-1 a:hover { background-color : #D8C991; color : #26366E }

.sub-navigation-2 {
	width: 173px;
	height: 20px;
	border: 1px solid #26366E;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #26366E;
	text-align: right;
	color: #D8C991;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	}
.sub-navigation-2 a:link, .sub-navigation-2 a:visited { color: #D8C991 }
.sub-navigation-2 a:hover { color: #FFFFCC; }

.pages a, .pages a:visited {
	height: 20px;
	border : 1px solid #26366E;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFFFFF;
	color: #26366E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-decoration: none;
	}
.pages a:hover { background-color : #D8C991; color : #26366E }


/*---------------------------------------------------------------*/
/* COLORS: #26366E (dark blue), #6E5F27 (dirt), #D8C991 (tan), #4F441C (dark dirt) */