/* columns */
 .leftcolumn {width:25%; min-width:110px; float:left;
                padding-top: 5px; }
 .rightcolumn { width:65%; min-width:355px; float:left;
                padding:5px; }
 .leftcolumnhome {width:55%; min-width:70px; float:left;
                padding-top: 5px; }
 .rightcolumnhome { width:40%; min-width:50px; float:left;
                padding:5px; }
 .divider { clear:both; }

/*bullet list with arrow*/
#arrow ul li{  
margin-bottom: 4px; 
list-style-image: none;
list-style-type: none; 
list-style-position:outside; 
background: url(../images/bullet.jpg) left no-repeat ; 
padding-left: 30px;
padding-top: 2px;
padding-bottom: 4px;
} 

/*bullet list with square*/
#square ul li {
list-style-type:square; list-style-image:none;}

/* fonts */
.arial4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #999933;
}
.whitesmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	line-height: normal;

}
.whitelge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.goldarialsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #999933;
}
.whitelarge{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	line-height: normal;
}
.goldregular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
	color: #999933;
}
