@charset "utf-8";
/* CSS Document */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, dfn, em, font, img, ins, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	
}
:focus {
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	
}
/************** end reset **************/


/*   >>>>>>>>> STRUCTURE >>>>>>>>>>   */
html{
	font: 100.01%/130% "Times New Roman", Times, serif;
}
body  {
	background-color:#EEB76C;
	font-size:14px;
	line-height:16px;
	text-align: center; /* this centers the container in IE 5* browsers.  */
}

 
.twoCol #container {
	width: 800px;
	background: #fff;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: thin solid #b12306;
} 
.twoCol #container2{
	width: 800px;
	background: #ca8907;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: thin solid #b12306;
}
.twoCol #header{
	background: url(../images/banner.jpg);
	height: 156px;
	padding:10px;
}
.twoCol #header a{
	color:#000;
	text-decoration:none;
}

 
.twoCol #sidebar1 {
	float: left;
	width:320px;
	padding: 10px 0 0 20px;
	display:block;
	
	
}
.twoCol #sidebar1 a{
	
	color:#000;
}
.twoCol #sidebar2 {
	float: left; 
	width:150px;
	padding: 0; 
	background-color:#ca8907;
	color:#fff;
	text-align:center;
	display:block;
}
.twoCol #sidebar2 a{
	text-decoration:none;
	color:#fff;
}
.twoCol #sidebar2 a:hover{
	color:#efefef;
}
.twoCol #mainContent {
 	margin: 0 0 0 380px; 
	padding: 10px 10px 0px 0px;
	display:block;
} 
 
 .twoCol #mainContent2 {
 	margin: 0 0 0 150px; 
	padding: 10px 20px 0 20px;
	background:#fff;
	display:block;
}
.twoCol #mainContent2 a {
 	color:#000;
}
.twoCol #mainContent2 a:hover{
	color:#550000;

}
.twoCol #mainContent2 img{
 padding:10px;
}
.twoCol #footer{
	margin:0; 
	text-align:center;
	background:#fff;
	 
}
.twoCol #footer a{
	color:#000;
}
 
 /*--------------Horizontal Navigation ----------------*/
 
#navbar{
	width: auto;
	height: 28px;
	background-color: #b12306;
	padding: 0;
	border: 0;
	padding-left: 50px; 
	 
	 
}
#navbar ul {
	border: 0;
	margin: 0px 1px 0px 0px;
	padding: 0 0 0px;
	list-style-type: none;
	text-align: center;
}
#navbar ul li {
	display: block;
	float: left;
	text-align: center;
	padding:0 0 0 10px;
	margin: 0;
}

#navbar ul li a {
	height: 22px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #b12306;
	padding: 3px 3px; 0 3px;

}

#navbar ul li a:hover {
	background-color: #F73209;
}

#navbar a:active {
	background-color: #F73209;
	color: #fff;
}
#navbar li#active a {
	background: #F73209;
	 
}

/*----- END STRUCTURE --------------*/

 p{
  margin-top: 7px;
 }
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	
}
.highlight{
 color:#b12306;
 font-weight:bold;
 font-size:18px;
} 
.big{
 font-size: 20px;
 line-height:22px;
 color:#550000;
}
.small{
font-size: 12px;
}
.nodecoration{
 text-decoration:none;
}
#quote{
	border: thin solid #999999;
	padding:3px;
	width: 394px;	
	text-align:center;
	font-style:italic;
	font-weight:bold;
	font-size:16px;

}
h3{
	font-size:22px;
	line-height:22px;
}
.btns{
  float:left;
}
 
