@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Arial;
}
.disclaimer {
	font-size: 10px;
}
#leftNav {
	background: url(images/left_gold.jpg) repeat-y;
}
#leftNav a {
	color: #fff;
	font-size: 11pt;
	text-decoration: none;
	padding: 5px 3px 5px 10px;
	text-transform: uppercase;
}
#leftNav a.active {
 font-weight: bold;	
}
#leftNavSec {
	background: #121826 url(images/left_blue.jpg) repeat-x;
}
#leftNavSec a {
	font-size: 8pt;
}

#mainCont {
	background-color: #ebe9e8;
	text-align: left;
}
#mainCont a {
 color: #06F;	
}
#mainCont h1, #mainCont h2 {
	font-size: 16px;	
}
#mainCont p {
 text-align: justify;	
}
#headBox {
	height: 61px;
	background: url(images/headerBar.jpg) repeat-x;
}
#headBox h1 {
 color: #fff;
 font-size: 16pt;!important;
 padding-left: 10px;
}
/* Text Styles */
.mgary {
	color: #fff;
	font-size: 14pt;
}
.barPhone {
	color: #fff;
	font-size: 16pt;
}
.barPhone .smTxt {
	font-size: 12pt;
}
.company {
 font-family: Times New Roman;
 text-transform: uppercase;
 font-weight: bold;	
}
