﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
}

#page_content {
	margin-left: 200px;
}

.Banner_Lower_Green {
	color: #98C00F;
	font-family: Arial;
	font-size: 14pt
}
.Banner_Upper_Green {
	font-family: Arial;
	font-size: 18pt;
	color: #98C00F;
}
.style1 {
	text-align: right;
}
.services_upper_orange {
	font-family: Arial;
	font-size: 18pt;
	color: #F37B23;
}
.services_lower_orange {
	font-size: 14pt;
	color: #F37B23;
	font-family: Arial;
}
.text_white {
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
}
.Text_White_Big {
	font-family: Arial;
	font-size: 12pt;
	color: #FFFFFF;
}
.style2 {
	border-width: 0px;
}


.newStyle1 {
}
.Text_White_Center {
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
}


.newStyle2 {
	position: absolute;
}
.Footer {
	font-family: Arial;
	font-size: small;
	color: #DDDDDD;
}
.FooterCenter {
	text-align: left;
}
.style4 {
	text-align: center;
}
.style5 {
	color: #DDDDDD;
}

.style3 {
	border-width: 0;
	text-align: right;
	font-size: 10pt;
}
