﻿/* CSS Document */

.c_head{padding:8px 10px 0 0px; text-align:left;}

.c_content{clear:both;}

.c_contentcolumn
{
    text-align: left;
	padding: 10px;
    padding-right: 0px;
	background:#ffffff;
    border:#9A9A9A;
    border-width:0px;
    border-style:solid;

 }

.c_contentcolumnfooter
{
    text-align: left;
	padding: 5px;
	background:#ffffff;
    border:#9A9A9A;
    border-width:1px;
    border-style:solid;

 }

.c_footer {margin-bottom:20px;padding:8px 10px 8px 15px; text-align:right;}

.title{margin:0; float:left; white-space:nowrap;}
.title_vis{margin:0; float:right; text-align:right;}

/*---------- default style for head & normal -----------*/
.Head {
	font-size: large;
font-family: 'noto sans', Arial, Helvetica, sans-serif;
	color: #502783;
	/*text-transform: uppercase;*/
	line-height: 20px;
	padding:0px; 
	text-align:left;
}

.Normal{color:#43494D;}

.Normal p{margin-top:0px; margin-bottom:5px;}


.containerUL {
	list-style-type:square !important;
	margin: 0;
	padding-left: 20px;
}

.containerULL {
	list-style-type:disc !important;
	margin: 0;
	padding-left: 30px;
}

.Normal li {
	font-size: small;
font-family: 'noto sans', Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.5em;
}

ul
{ 
	/*list-style-type:none;*/
	margin: 0;  
    padding-bottom: 5px;
}

.Normal h1
{
   font-family: 'noto sans', Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #502783;
	line-height: 25px;
	padding:0px; 
	text-align:left;
	

}
/*all modified by Jeff 4-1-2014*/

a.visible
{
    visibility:visible;
}

.hch-box {
box-shadow: #c7c7c7 5px 7px 7px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 7px;
border-color: rgb(109,110,113);
border-style: solid;
border-width: 1px;
}

.hch-box h2 {
	font-size: 1.6em;
	font-weight: bold; 
	margin-bottom: 5px; 
}