/*Text Styles*/

hr {
	height: 1px;
	margin-bottom:10px;
	margin-top:10px;
	border: 0;
	color: #C9CBAA;
    background-color: #C9CBAA;
}

.introText {
	text-decoration: none;
	color: #C9CBAA;
	font-size: 13px;
	line-height: 14px;
}

.introText a {
	text-decoration: none;
	color: #C9CBAA;
	cursor: pointer;
}

.introText a:hover{
    text-decoration: none;
    color: #FFFFFF;
    cursor: pointer;
}

.headline {
	font-size:22px;
	line-height:24px;
}

.subhead {
    font-size: 18px;
	color: #C9CBAA;
	font-weight: bold;
}


.mainText {
	color:#C9CBAA;
	font-size:12px;
	line-height:16px;
}

.mainText a {
	text-decoration: none;
	color:#9E7B41;
}



.mainText a:hover {
	color:#FFFFFF;
	text-decoration:none;
}


.promoMargin {
	width:212px;
	margin-bottom:7px;
	height:116px;
}


.white {
	color: #FFFFFF;
}

.smaller {
	font-size: 10px;
}

.sideBar {
	
	font-size: 12px;
	line-height: 18px;
	color:#C9CBAA;
}

.sideBar a {
	text-decoration: underline;
	color:#EA8933;
}

.sideBar a:hover {
	cursor:pointer;
    text-decoration: underline;
	color:#FFFFFF;
}


.blogHead {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}

.blogHead a {
	text-decoration: none;
	color: #C2C292;
}

.blogHead a:hover {
	text-decoration: none;
	color: #C2C292;
}

.blogText {
    font-size: 12px;
	line-height: 16px;
	color:#C2C292;
	/*list-style-image:url(/images/arrow.gif);*/
}

.blogText a {
    text-decoration: none;
	color:#C2C292;
}

.blogText a:hover {
	cursor:pointer;
	text-decoration: none;
	color:#FFFFFF;
}

.blogDate {
    color: #C2C292;
}


img{
	border:none;
	border:0px;
}

.miscImage{
    margin-left:10px;
    margin-right:10px;
}


.miscImage{
	border:none;
	margin-bottom:5px;
}

.imageBorder{
    border-width:1px;
    border-style:solid;
    border-color:#C9CBAA;
}



.footer {
	font-size: 10px;
	color: #FFFFFF;
}

.footer a {
	text-decoration: none;
	color:#FFFFFF;
}

.footer a:hover {
	cursor:pointer;
	text-decoration: none;
	color:#000000;
	
}

a{
    outline: none;
    -moz-outline-style: none;
}


.tcolor1{
	color:#C9CBAA;
}

.tcolor2{
	color:#EA8933;
}

.tcolor3{
	color:#FFFFFF;
}

.tcolor4{
	color:#477FC3;
}


.txtsm {
	font-size: 12px;
	line-height: 16px;
}

.txtmed {
	font-size: 15px;
	line-height: 18px;
}

.txtlrg {
	font-size: 20px;
	line-height: 24px;
}

.inputbutton { 
		font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
		font-weight:bold;
		color:#FFFFFF; 
		margin:10px;
		cursor:pointer;
		background-color:#9E7B41;
		border:1px;
		padding:5px;
		border-color:#000000;
		border-style:solid;
}

p {
	margin-top:0px;
}

.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}


.button {width:93px; height:26px; top:0px; left: 0px;}
.button a  {width:93px; height:26px; display:block;}
.button a:link {text-decoration:none;}
.button a:hover {text-decoration:none;}










