﻿@import url("batc_form.css");

body {
	text-align:center;
	background:#e9e5d2 url('images/batc-bg.jpg') center repeat-y;
	font:normal 62.5% 'Times New Roman', Georgia, serif;
	color:#3a2507;
	margin:0;
	padding-top:0px;
}
p {
	font-size:1.4em;
	line-height:150%;
}
h1 {
	text-indent:-5000px;
	background:url(images/batc-logo.gif) no-repeat;
	width:318px;
	height:150px;
	margin:5px 5px 5px 10px;
}
h2 {
	font-size:20pt;
	font-family:Garamond, georgia, times, serif;
	margin:265px 0 10px 15px;}
h3 {
	font-size:1.4em;
	font-variant:small-caps;
	margin:300px 9px 15px 9px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	}	
h4 {
	font-size:1.4em;
	text-transform:uppercase;
	margin:10px;
	color:#ce7438;
	}
h5 {
	font-family:"Futura Md", Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	margin-left:18px;}
/* Container */
#container {
	margin:0 auto;
	padding:0;
	width:700px;
	background:url(images/batc_container-bg.jpg) left repeat-y;
	border-left:1px #3a2507 solid;
	border-right:1px #3a2507 solid;
	border-top:10px 1px #3a2507 solid;
		}
/*Elements of Header*/	
#masthead {
	text-align:left;
	background:url(images/batc_masthead-bg.jpg) no-repeat;
	width:700px;
	height:180px;
	margin-top:0px;
	border-top:10px #3a2507 solid;
	}
/* Main Content */
#mainContent {
	background:url(images/batc_main-img.jpg) right top no-repeat;
	width:523px;
	float:right;
	text-align:left;
	margin:0;
}
#mainContent p {
	margin-left:18px;
	margin-right:45px;
}
/*Style main content links*/
a:link, a:visited {
	color:#ce7438;
}
a:hover {
	color:#5b5143;
}
/*Style attributes for sidebar*/
#sidebar {
	color:#ebddbd;
	width:175px;
	float:left;
	}
ul {
	color:#d1cec5;
	font-family:"Futura Md", Arial, Helvetica, sans-serif;
	font-size:1.4em;
	width:173px;
	margin:0;
	text-align:left;
	list-style-type:none;
	padding:0;
	}
li {
	border-bottom:1px black solid;
	border-top:1px #5b5143 solid;
	width:100%;
	line-height:150%;
	}
ul a:link, ul a:visited, ul a:hover, ul a:active {
	text-decoration:none;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	display:block;
}
ul a:link, ul a:visited {
	color:#d1cec5;
}
ul a:hover {
	color:#807765;
	background:#3a170e;
	}	
#sidebar img {
	margin:0;
}
/*Footer*/
#footer {
	text-align:center;
	clear:both;
	padding-top:40px;
	background:url(images/batc_footer-bg.gif) top no-repeat;
	height:107px;
	width:700px;
	margin-bottom:0;
	border-bottom:20px #3a2507 solid;
}
/*Highlight Company Name*/
.highlight {
	font-variant:small-caps;
	font-size:1.3em;
	}
hr {
	width:90%;
}
