



/*      ---------------------------------
       |       Global Declarations       |
	---------------------------------*/

body {
	color: #000000;
  background: #531611; /* url("images/body-bg.jpg") */
	font: 13px georgia, serif;
	font-weight: normal;
	line-height: 3.1ex;
	text-decoration: none;
	color: #000;
}

p {
  text-align: left;
	font: 13px georgia, serif;
	font-weight: normal;
	line-height: 3.1ex;
	text-decoration: none;
	color: #000;
	padding-left: 9px;
	padding-right: 9px;
}

p.ctr {
  text-align: center;
}

p.right {
  text-align: right;
	padding-right: 14px;
}

p.footer {
  text-align: right;
	display: block;
	padding: 5px;
	margin: 5px;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #999;
}

p.copy {
	color: #ffffff;
  text-align: center;
  margin: 0px 0px 0px 0px;
}

li {
  text-align: left;
	font: 13px georgia, serif;
	font-weight: normal;
	line-height: 3.1ex;
	text-decoration: none;
	color: #000;
	padding-left: 9px;
	padding-right: 9px;
}

td {
	font: 11px georgia, serif;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	margin: 0px;
}

h1 {
  text-align: left;
	font-size: 32px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -1px;
	color: #4C86D3;
	padding-left: 9px;
	padding-right: 9px;
	line-height: 1em
}

h2 {
  text-align: left;
	font-size: 20px;
	line-height: 1em;
	padding-left: 9px;
	padding-right: 9px;
}
	
h3 {	
	padding-left: 9px;
	padding-right: 9px;
	font-size: 16px;
	line-height: 1em;
	color: #4C86D3;
}
h4 {
	font-size: 20px;
	line-height: 1em;
	color: #4C86D3;
	padding-left: 9px;
	padding-right: 9px;
}
	
h5 {
	font-size: 15px;
	line-height: 2.3ex;
	padding-left: 9px;
	padding-right: 9px;
}
	
h6 {
	font-size: 12px;
	line-height: 1em;
	padding-left: 9px;
	padding-right: 9px;
}

a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}

a:active, a:hover {
	text-decoration: underline;
	color: #4C86D3;
}

.whiteback {
  background: #ffffff;
 }

.blueback {
  background: #4c86d3;
 }

.nav a:link, .nav a:active, .nav a:visited {
	font-size: 12px;
	letter-spacing: .5px;
	font-weight: bold;
	text-align: center;
	margin: 3px;
	color: #990000;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	display: block;
	padding: 2px;
	text-decoration: none;
}

.nav a:hover {
	color: #fff;
	background: #D0AB84 url(images/hover-bg.jpg) top left no-repeat;
	border-top: solid 1px #671600;
	border-bottom: solid 1px #671600;
}

.header {
  background: #531611; /* url(images/main-bg.jpg) */
	/* background: #AB7340 url(images/main-bg.jpg); */
  text-align: center;
	border-bottom: solid 6px #4C86D3;
}
.header a {
  display: block;
  background: #D0AB84 url(images/main-bg.jpg); /* url(images/main-bg.jpg) */
  -moz-border-radius: 10px 10px 0px 0px;
  -khtml-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}
.header img {
  display: block;
  margin: 0px auto 0px auto;
}
.header br {
  display: none;
}
td.credit {
  background: #531611;
}
p.credit {
	color: #ffffff;
  background: #531611 url(images/main-bg.jpg); /* #D0AB84 */
  text-align: center;
  font-size: smaller;
  font-family: arial;
  -moz-border-radius: 0px 0px 10px 10px;
  -khtml-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  padding: 3px 0px 3px 0px;
  margin: 0px 0px 10px 0px;
}
p.credit a:hover, p.cedit a:active {
  text-decoration: none;
  color: black;
}
a.a5:link, a.a5:visited {
	color: #FFFFFF; background: transparent;
	text-decoration: none;
	display: block;
	margin: 3px;
	border: 1px none #9999CC;
	padding: 3px;
}
a.a5:hover, a.a5:active {
	color: #003399; background: #FFFFFF;
	text-decoration: none;
}
a.a4:link, a.a4:visited {
	color: #FFFFCC; background: #CC3300;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 5px;
}
a.a4:hover, a.a4:active {
	color: #FFFFFF; background: #E0BF8A;
	text-decoration: none;
}
table.thumbs td {
  vertical-align: bottom;
}
table.thumbs td.caption {
  vertical-align: top;
}
td.caption p {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

