/* CSS Document */
html {
	overflow:scroll;
}

/*------------------------- Structure ----------------------------------------*/

body {
	background:#0E0603 url(images/abBG.jpg) center top no-repeat;
	text-align:center;
	margin:0;
	padding:0;
	font-size: 75%;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #666666;
}

#container {
	height: auto;
	width: 65em;
	margin:0 auto;
	text-align: center;
}

#header {
	background: transparent url(images/headerBanner.jpg) top center no-repeat;
	height: 200px;
	margin: 0;
}

#page {	
	text-align: left;
	padding: 13px 0 0 0;
	background: transparent url(images/topEdge.gif) top left repeat-x;
}

#content {
	padding: 2em 2em;
	background: #F4EFE5 url(images/contentTop.jpg) top left repeat-x;
}

#footer {
	padding: 2em 0 1em 0;
}

.bodyText {
	width: 40em;
	padding: 0 0 0 0;
	float: left;
}

.widecolumn {
	width: 61em;
	padding: 0 0 0 0;
	float: left;
}

.bodyTextR {
	width: 29.25em;
	padding: 0 0;
	float: right;
}

.bodyTextL {
	width: 29.25em;
	padding: 0 0;
	float: left;
}

.rightColumn {
	width: 19em;
	background: transparent;
	float: right;
	}
	
.smallImg {
	width: auto;
	margin: 1em 3em 0 0;
	background: #ffffff;
	border-width: 2px 2px 4px 2px;
	border-color: #ffffff;
	border-style: solid;
	float:right;
}
	
.imgHolder {
	width: auto;
	margin: 2em auto;
	background: #ffffff;
 	border-width: 2px 2px 4px 2px;
	border-color: #ffffff;
	border-style: solid;
}

.imgHolderA img {
	width: auto;
	margin: 2em auto;
	background: #ffffff;
 	border-width: 2px 2px 4px 2px;
	border-color: #ffffff;
	border-style: solid;
}

.imgHolderA:hover img{
	border-width: 2px 2px 4px 2px;
	border-color: #b41826;
	border-style: solid;
}

.imgHolderA:hover{
	color: #b41826; /* irrelevant definition to overcome IE bug */
}

.imgHolder2 {
	width: 728px;
	background: #ffffff;
	border-width: 2px 2px 4px 2px;
	border-color: #ffffff;
	border-style: solid;
	margin: 0 auto .5em auto;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.clearBoth {
	clear: left;
	clear: right;
}

/*------------------------------- Type ---------------------------------------*/

h2 {
	color: #B41826;
	font-family: Georgia, Times, serif;
	font-size: 1.65em;
	padding: 3px 3px 3px 0;
	border-bottom: dotted 1px #003333;
	background: transparent url(images/h2star.gif) right center no-repeat;
}

h3 {
	font-size: 1.25em;
	color: #666666;
}

h1 span {
	position: absolute;
	left: -5000px;
}

ul {margin: 0 0 0 2em; padding: 0 0 0 2em; line-height: 1.5em;}

.bodyText p {
	line-height: 1.75em;	
	margin-left: 1em;
}

.bodyTextL p {
	line-height: 1.75em;	
	margin-left: 12px;
}

.bodyTextR p {
	line-height: 1.75em;	
	margin-left: 12px;
}

/*-------------------- nav ---------------------------------------------------*/


.nav{
	padding: 150px 0 0 1em;
	font-family: Georgia, Times, serif;
	font-size: 1.15em;
	font-weight: bold;
}

.nav ul{
	margin: 0 0 0 0;
	padding-left: 0;
	width: auto;
	float: left;
	clear: left;
	font-weight: bold;
}

.nav li {
	width: auto;
}

* html .nav ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
	margin: 0 0; /*menu offset from left edge of window in IE*/
}

.nav ul li{
	display: inline;
}

.nav ul li a{
	float: left;
	color: #ba771d;
	font-weight: bold;
	padding: 12px 8px 2px 8px;
	text-decoration: none;
}

.nav ul li a:visited{
	color: #ba771d;
}

.nav ul li a:hover { 
	border-bottom: #b41826 solid 2px;
	background: transparent url(images/navHover.gif) top left no-repeat;
}


/*-------------------- links ---------------------------------------------------*/


.bottomInfo a:link {color: #666666; text-decoration: none; font-weight: bold}
.bottomInfo a:visited {color: #666666; text-decoration: none; font-weight: bold}
.bottomInfo a:hover {color: #ba771d; text-decoration: underline; font-weight: bold}
.bottomInfo a:active {color: #ba771d; text-decoration: none; font-weight: bold}

.bodyLinks a:link {color: #666666; text-decoration: none; font-weight: bold}
.bodyLinks a:visited {color: #666666; text-decoration: none; font-weight: bold}
.bodyLinks a:hover {color: #b41826; text-decoration: underline; font-weight: bold}
.bodyLinks a:active {color: #b41826; text-decoration: underline; font-weight: bold}


