﻿* {
	font-family: Arial, Helvetica, sans-serif; /*Change font(s) {Applies to whole webpage}*/
}
a {
	text-decoration: none;
}
img {
	border: 0px;
}
.clear {
	clear:both;
}
.display {
	display: block;
} 

.ecommsBackground {
	background-color: #FFFFFF;
}
.ecommsBanner {
	width: 650px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.ecommsContent {
	width: 620px;
	min-height:300px; 
	margin-left: auto;
	margin-right: auto;
	color: #333333;
	font-size: 12px;
	font-weight:regular;
	text-transform: none;
	border-style: solid solid solid solid; /* top right bottom left */
        border-width: 1px 1px 1px 1px; /* top right bottom left */
        border-color: #333333; /* all 4 borders the same color */


	/* background-color: #666666; */
	}

.ecommsDescriptive {	
	float: left;
	/* margin: Top Right Bottom Left; */
	margin: 2px 50px 2px 40px;
	color: #333333;
	font-size: 13px;
	font-weight:regular;
	text-transform: none;
}

.ecommsDescRight {	
	float: right;
	/* margin: Top Right Bottom Left; */
	margin: 2px 0px 0px 50px;
	color: #333333;
	font-size: 12px;
	font-weight:regular;
	text-transform: none;
}

.ecommsCenterBold16 {
	color: #330000;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	text-align:	center;		
}
.ecommsCenterBold14 {
	color: #330000;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	text-align:	center;		
}
.ecommsCenter11 {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	color: #333333;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-align:	center;		
}
.links {
	color: darkblue;
	text-decoration: none;
}

.ecommsSummary {	
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}

.ecommsSubmit {
	color: #330000;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	text-align:	center;		
}

.ecommsGroup {
	width: 550px;
	margin-left: 50px;
	margin-right: 40px;
	display: inline-block;
	/* background-color: #CCFFFF; */
}
.ecommsHead1 {
	/* margin: Top Right Bottom Left; */
	margin: 0px 10px 2px 25px;
	color: #003300;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	text-align: left;
}

.ecommsSubGroup1 {
	/* margin: Top Right Bottom Left; */
	margin: 3px 10px 5px 20px;
	color: #333333;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-align: right;
}