@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/Balbrist_BG.png);
	background-repeat:repeat-x;
	background-color:#444648;
}
.header {
	color:#C59639;
	font-size:20px;
	font-weight:bold;
}
.subHeader {
	color:#996600;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}
li, li:active, li:link, li:visited, .liLink {
	color:#B87F0E;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
li:hover, .liLink:hover {
	text-decoration:underline;
}
.descriptionTitle{
	color:#B87F0E;
	font-size:12px;
	font-weight:bold;
}
.descriptionInfo{
	font-size:12px;
	font-weight:bold;
}
p.mainContent, .mainContent {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align: justify;	
}
a.mainContentLink {
	text-decoration:none;
	color:#b87f0e;
}
a.mainContentLink:hover {
	text-decoration:underline;
}
.contact{
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.send{
	background-color:#f7edd7;
	background-image:url(../images/Balbrist_sendBttn.png);
	width:63px;
	height:25px;
	border:0;
}
.clear{
	background-color:#f7edd7;
	background-image:url(../images/Balbrist_clearBttn.png);
	width:63px;
	height:25px;
	border:0;
}
.form{
	border:1px solid #face6e;
}
a.footer{
	color:#FFFFFF;
	text-decoration:none;
}
a.footer:hover{
	text-decoration:underline;
}
.images{
	margin:0 0 5px 10px;
}
#headerContainer{
	background-image:url(../images/Balbrist_Top.png);
	width:768px;
	height:104px;
	margin:0 auto;
	padding: 0;
}
#mainContainer{
	background-color:#f7edd7;
	width:768px;
	height:600px;
	margin:0 auto;
	padding:10px 0 0 0;
}
#contentHeaderContainer{
	width:748px;
	height:140px;
	background-image:url(../images/Balbrist_sloganBg.gif);
	margin:0 11px 10px 9px;
	padding:0;
}
#contentHCLeft{
	float:left;
}
#contentHCRight{
	float:right;
}
#mainContentContainer{
	float:left;
	width:489px;
	margin: 0;
	padding: 0 15px;
}
#successContainer{
	width:460px;
	margin:0;
	padding: 5px 15px;
	background-color:#FFFFFF;
	border:1px solid #ddb666;
	color:#FF0000;
	font-style:italic;
}
#sideContentContainer{
	float:right;
	width:248px;	
}
#midContent{
	width: 1px;
	margin: 0px;
	float: left;
}
#sideContent{
	width:200px;
	margin:10px 15px;
	padding:5px;
	border: 2px solid #ddb666;
}
#sideCHeader{
	background-color:#FFFFFF;
	padding: 5px;
	border: 1px solid #ddb666;
}
#footerContainer{
	background-image:url(../images/Balbrist_FBG.png);
	width:768px;
	height:75px;
	margin:0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color: #FFFFFF;
}
#footerLeft{
	width:368px;
	height:60px;
	float:left;
	padding: 15px 0 0 15px;
	text-align:left;
}
#footerRight{
	width:368px;
	height:60px;
	float:right;
	padding: 15px 15px 0 0;
	text-align:right;
}
