@charset "utf-8";
/* CSS Document */
html { 
	font-family:Arial, Helvetica, sans-serif;
}

a:hover {
	color: #ffc82e;
}
.middleContent {
	background-image: url(images/mainHeader.jpg);
	background-repeat: no-repeat;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	width: 870px;
	height: 1170px;
}
.etiquetteContent {
	background-image: url(images/etiquetteHeader.jpg);
	background-repeat: no-repeat;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	width: 870px;
	height: 750px;
}
@server variables {
	atlantaPageTextColor: #FFCC33;
}

.atlantaText {
	color: #FFCC33;
}

h1 {
	
	font-weight: bold;
	font-size: 10pt;
	margin-bottom:-32px;
	margin-top: auto;
}
h2 {
	
	font-weight: bold;
	font-size: 22px;
	margin-bottom: -20px;
	margin-top: 0px;
	background-color: #FFFFFF;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
	margin-left: 380px; 
	text-transform: uppercase;
	font-size: 25px; 
	font-weight: bolder;
}

h3.yellow {
	color: #ffc82e;
}
h3.green {
	color: #5EC31A;
}
h3.orange {
	color: #E37E1C; 
}
.cutOut {
	float: left;
	margin-top: 110px;
	
	width: 17px;
	height: 233px;
}
.one {
	float:left; 
	font-size: 13.5pt;
	margin-left: 10px;
	margin-top:110px; 
	margin-right: 40px; 
	width:290px;
	height: 233px;
	line-height: 1.4em;
	background-position: bottom left;
    background-repeat: no-repeat; background-color:#FFFFFF;
	background-color: #FFFFFF; 
} 
.two {
	float:left;
	border:0px solid #CC3300; 
	width:490px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #555555;
	line-height: 1.4em;
} 
body.orange {
	background-color: #E37E1C;
}
div.orange {
	color: #E37E1C;
}
div.cutOut.orange {
	background-color: #E37E1C; 
}
body.yellow {
	background-color: #ffc82e;
}
div.cutOut.yellow {
	background-color: #ffc82e;
}
body.green {
	background-color: #5EC31A;
}
div.cutOut.green {
	background-color: #5EC31A;
}

div.yellow{
	color: #ffc82e;
}
div.green{
	color: #5EC31A;
}

.footer {
	width: 870px;
	height: 40px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: -1px;
	font-size: 12px;
	color: #555555;
}

.footerLink {
	text-decoration: none;
	color: #555555;
}

option {
	width: 100px;
}
