/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/*********************** index.html ****************/
.Style1 {
	font-size: 120%;
	color: #FACD35;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Style2 {
	font-size: 10px;
	color: #006699;
}
.Style4 {
	font-size: 10px;
	font-weight: bold;
	color: #006699;
}
.Style5 {font-size: 12px; font-weight: bold; color: #FACD35; }
.Style6 {font-size: 12px; color: #006699; }
.Style7 {font-size: 12px}
.Style8 {font-size: 12px; color: #FF9933; }
.Style11 {
	font-size: 12px;
	color: #FACD35;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Style12 {
	font-size: small;
	color: #FACD35;
}
.Style13 {
	font-size: 14px;
	font-weight: bold;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/



/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}




/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
        text-align : left;
	font-size: 100%;
	font-weight: bold;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.feature p {
    text-align: justify;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.feature h3.prems {
    text-align : center;
}



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}







/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}



