@charset "UTF-8";
html
	{
		overflow: -moz-scrollbars-vertical; 
		overflow:scroll
	}

body
{
    background-color: #ffffff;
    color: #808080;
}

h1,h2,h3,h4,h5,h6
{
    color: #004aad;
}

/* highlight color (orange) */
.chighlightcolor
{
	background-color: #000000;
}

/* footer divider bar */
.cfooterdivider
{
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
	border-width: 100%;
	padding-bottom: 6px;
}

/* small divider used below phone images */
.cdivider
{
	width:120px;
	height: 4px;
	background-color: #cedcd2;
	margin-bottom: 8px;
}

/* small divider used below phone images */
.cheaderdivider
{
	height: 2px;
	background-color: #000000;
	margin-bottom: 0px;
}

.cheadercolor
{
    color: #202020;
}

.cnavbarcolor
{
    background-color: #ffffff;
}

/* BootStrap: nav bar brand (logo) */
.navbar-brand
{
	height: 96px;
}

/* BootStrap: navbar */
.navbar
{
	background: #ffffff;
	margin-bottom: 0px;
}

.nav-link
{ 
    color: #000000 !important; 
}

.cnavbaritem
{
}

.cformheader
{
    height: 40px;
    background-color: #2b71b7;
    border: 1px solid #2b71b7;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 16px;
    color: #ffffff;
}

.cmainpageinfocell
{
    border-color: #e0e0e0;
    height: 160px;
}

.cmainpageinfoheader
{
    color: #004aad;
}

