@charset "utf-8";

body {
	background-color: #F3EEDA;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	text-align: center;
}

#navCell {
  background-color: #F59107;
  background-image: url(images/nav_shadow.jpg);
  background-repeat: repeat-x;
  background-position: top left;
	font-family: AGaramond;
	font-size: 18px;
	color: #1D354D;
	font-weight: bold;
}

#callout {
  background-image: url(images/burst.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

	text-align:left
	color: #1D354D;
	text-align: left;
}
.bodytext a {
	text-decoration: underline;
	color: #1D354D;
}
.bodytext a:link {
	text-decoration: underline;
	color: #1D354D;
}
.bodytext a:hover {
	text-decoration: underline;
	color: #F59107;
}


.header_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	letter-spacing: 1px;
}
.header_links a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
.header_links a:link {
	text-decoration: none;
	color: #FFF;
}
.header_links a:hover {
	text-decoration: underline;
	color: #AEAFCE;
}

.nav {
	font-family: AGaramond;
	font-size: 17px;
	color: #1D354D;
	font-weight: bold;
	margin-left: 18px;
}
.nav a {
	font-family: AGaramond;
	font-size: 17px;
	text-decoration: none;
	color: #1D354D;
	font-weight: bold;
}
.nav a:link {
	font-family: AGaramond;
	font-size: 17px;
	text-decoration: none;
	color: #1D354D;
	font-weight: bold;
}
.nav a:hover {
	font-family: AGaramond;
	font-size: 17px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

.header_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #1D354D;
	font-weight: bold;
}
.header_main a {
	text-decoration: underline;
	color: #1D354D;
}
.header_main a:link {
	text-decoration: underline;
	color: #1D354D;
}
.header_main a:hover {
	text-decoration: underline;
	color: #F59107;
}


.header-white {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #FFF;
	letter-spacing: 1px;
	font-weight: bold;
}


.header_tag {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #AEAFCE;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: italic;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1D354D;
	line-height: 20px;
	margin-left: 20px;
}
.header_tagSM {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #AEAFCE;
	letter-spacing: 1px;
}
.callout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
}
.callout a {
	text-decoration: underline;
	color: #F59107;
}
.callout a:link {
	text-decoration: underline;
	color: #F59107;
}
.callout a:hover {
	text-decoration: underline;
	color: #FFF;
}

