body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #778FA6;
	background-image: url(images/everettgc_r1_c1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}
.choc {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #74333B;
}
.spec {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #D5EC1A;

}h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #81212C;
}
a {
	color: #0033CC;
}
a:hover {
	color: #81212C;
}.nav {
	font-size: 11px;
	background-position: left;
}


.light {
    background-color:#fff;
    color:#000;
    font-size:.9em;
    font-family:Verdana, "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
}

.dark  {
    background-color:#9cf;
    color:#000;
    font-size:.9em;
    font-family:Verdana, "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
}


.smgraybld {
    background-color:#efefef;
    color:#aaa;
    font-size:.9em;
    font-family:Verdana, "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
    font-weight:bold;
}

.sysmess {
    font-family:Arial, Helvetica, sans-serif;
    font-size:1.4em;
    font-weight:bold;
    color:#00a;
}
.sysmesstbl {
    border:1px solid #00a;
}


/**************************
 *
 * SG TESTING ONLY CSS
 *
 **************************/
#sgaware {
	position:absolute;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	left:0;
	right:0;
	width:100%;
	top:0;
	position:fixed;
	background-color:#000;
	background-color:rgba(0,0,0,0.8);
} 
#sgaware > div {
	padding:10px 30px;
}


