table {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	line-height: 19px;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

td {
	vertical-align: top;
}

/* seasonal changes: these change with the seasons */

/* margin colors:  winter: #AEC8E3   spring: #E9D88A   Summer: #ACC88E    Autumn:  #CFB381 */
.margin {
background-color: #AEC8E3;
}

/* footer colors:  winter: #8BADD2   spring: #D6C679   Summer: #97B378    Autumn:  #AA8F60 */
#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	color:#333333;
}
#footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	font-size: 11px;
}
#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: underline;
}
#footer a:hover {
	color: #990000;
	text-decoration: none;
}
#footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
}

#container {
	width: 850px;
}

#header {
	height: 320px;
	width: 710px;
	background-image:url(../layout/headerBackground.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

#headerNav {
	position: relative;
    left: 110px;
	top: 290px; 
}

p {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	line-height: 19px;
}


a:link {
	font-family: "Times New Roman", Times, serif;
	color: #000099;
	text-decoration: underline;
	font-size: 14px;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #000066;
	text-decoration: underline;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #990000;
	text-decoration: none;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	color: #990000;
	text-decoration: none;
}
ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}
li {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}

h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 6px;
}
h2 {  
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px; 
	margin-bottom: 0px;
}
h3 {  
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px; 
	margin-bottom: 0px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
.tableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: 800;
	color: #222222;
	background-color: #DDDDDD;
}

#content {
	background-image: url(../layout/bodyBackground.jpg);
	background-repeat: repeat-x;
	padding: 20px;
}

#sidebar li {
	list-style-image: url(../layout/bullet.gif);
}

#sidebar .table5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #665D55;	
	width: 96%;
	margin-top: -10px;
}
/* 
#sidebar .table5 td {
	padding: 3px;
}
*/
/* BEGIN NAVIGATION COLLECTION */

/* HORIZONTAL NAVIGATION */

#topNav {
}
#topNav ul {
	margin:0px 0px 0px 0px;
}
#topNav li {
	list-style-type:none;
	float:left;
}
#topNav li a:link, #topNav li a:active, #topNav li a:visited {
	margin:0 2px 1px 2px;
	padding: 3px 6px;
	line-height:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	color:#FFFFFF;
	background-color: #870E17;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
}
#topNav li a:hover {
	text-decoration:none;
	background-color: #E9B047;
}

/* TOP NAV2 */

#topNav2 {
  /* background color of topNav2 area set by parent: bodyContainer */
    width: auto;
	margin-bottom: 20px;
}
#topNav2 #top-home {
	border-left: 1px solid #81A987;
}
#topNav2 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#topNav2 li {
	list-style-type: none;	
	float: left;
}
#topNav2 li a:link, #topNav2 li a:visited {
	margin:0 2px 1px 2px;
	padding: 4px 6px;
	line-height:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	color:#FFFFFF;
	background-color: #870E17;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
}
#topNav2 li a:hover {
	text-decoration: none;
	background-color: #E9B047;
}

  /* table type 1 */

.tableType1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 16px; 
	border-left: solid 1px #865C37;
	border-bottom: solid 1px #865C37;
	width: 100%;
	margin-bottom: 20px;
}
.tableType1 td {
	padding: 6px;
	border-right: solid 1px #865C37;
	border-top: solid 1px #C7BEB7;
}
.tableType1 p {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 16px; 
}
.tableType1 ul, .tableType1 li {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 16px; 
}
.tableType1 .heading {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 12px; 
 line-height: 14px;
 font-weight: bold;
 color: #FFFFFF;
 background-color: #865C37;
}

  /* table type 2 */

.tableStore {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	line-height: 17px;
	border-left: solid 1px #FFE5B3;
	border-right: solid 1px #FFE5B3;
	background-color: #FFFFFF;
	width: 100%;
	margin-bottom: 20px;
}
.tableStore td {
	padding: 6px;
    border-bottom: solid 1px #FFE5B3;
}
.tableStore p {
}
.tableStore ul, .tableStore li {
}
.tableStore .heading {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 12px; 
 line-height: 14px;
 font-weight: bold;
 color: #FFFFFF;
 background-color: #CC9933;
}
.tableStore .subheading {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 12px; 
 line-height: 14px;
 font-weight: bold;
 color: #000000;
 background-color: #FFE5B3;
}
