@CHARSET "UTF-8";

img, div, a, input { behavior: url(/assets/css/resources/iepngfix.htc) }


body {
	background-color: #f7eee9;
	background-image: url('/assets/images/bgtile.jpg');
	margin: 0px;
	margin-top:32px;
	
	font-family: "Trebuchet MS";
	color:#383637;
	letter-spacing: 1px;
	font-size: .7em;
	line-height: 2em;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
   	visibility: hidden;
}

div#addlsponsors {
	height:95px;
	padding-bottom:6px;
	padding-top:6px
}
div#addlsponsors img {
	height:95px;
	padding-left:12px;
}

.invalid {
	color:#ff0000;
}
.valid {
	color:#383637;
}

h1 {
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 2px;
	line-height: 1.4em;
	font-size: 1.8em;
	padding-bottom:4px;
	border-bottom: thin solid #bbb4ad;
	display: inline;
	font-weight: normal; 
}

h2 {
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 2px;
	line-height: 1.4em;
	font-size: 1.4em;
	font-variant:normal;;
	font-style:italic;
	padding-bottom:4px;
	display: inline;
	font-weight: normal; 
}

h3 {
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	margin-top:18px;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 2px;
	font-size: 1.2em;
	font-weight: normal;
	display: block;
}

h4 {
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 2px;
	font-size: 1em;
	font-weight: normal;
	padding-bottom:4px;
	border-bottom: thin solid #bbb4ad;
}

h5 {
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: .12em;
	line-height: 1em;
	font-size: 1.5em;
	padding-bottom:6px;
	border-bottom: thin solid #bbb4ad;
	font-weight: normal;
	margin-top:18px 
}

p {
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}

img {
	border:none;
}

ul {
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	font-size: .9em;
}

li {
	padding-bottom:18px;
}

a:active{
	color:#ef4c23;
	text-decoration: none;
}
a:link{
	color:#ef4c23;
	text-decoration: none;
}
a:visited{
	color:#ef4c23;
	text-decoration: none;
}
a:hover{
	color:#ef4c23;
	text-decoration: underline;
}


div.page {
	width:992px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:60px;
}

div.page:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
   	visibility: hidden;
}

div.lContainer {
	width:195px;
	float:left;
	padding-left:35px;
	
}
div.mContainer {
	width:510px;
	float:left;
	
}
div.rContainer {
	width:232px;
	float:left;
	padding-left:8px;
	
}
div.footer {
	clear:both;
	width:510px;
	padding-top:6px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	font-size: .8em;
	border-top: thin solid #bbb4ad;
	position: relative;
	left:-10px;
	top:12px;
}

.borderBottom {
	padding-bottom:4px;
	border-bottom: thin solid #bbb4ad;
	margin-bottom:8px;
}
.center {
	text-align: center;
}
.caption {
	font-size:1.1em;
	font-style: italic;
	line-height: 2.2em;
}