@charset "utf-8";
/* CSS Document */

body { 
	width:100%; 
	min-width:940px; 
	min-height:100%; 
	height:auto; 
	border:0; 
	margin:0; 
	background-color: #F4F4F4; 
}
.container {
	width:100%;
	height:100%;
	background-color:#F4F4F4;
	padding:0;
}
.menu {
	width:940px;
	height:40px;
	margin-left: auto;
  	margin-right: auto;
	background-color:#000;
}
.header {
	width: 940px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-20px;
	background-color:#fff;
} 
.content {
	width:890px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	padding: 10px 25px 0px 25px;
	font-family:Verdana;
	font-size:11px;
	color:#333;
	line-height:18px;
}
div#left {
	float: left;
	width: 280px;
	/*background-color:#fff;*/
	padding:00px 10px 0px 10px;
	border: solid;
	border-color:#e4e4e4;
	border-width:0px;
	text-align: left;
}
div#right {
	float: right;
	width: 280px;
	/*background-color:#fff;*/
	padding:0px 10px 0px 10px;
	border: solid;
	border-color:#e4e4e4;
	border-width:0px;
	text-align: left;
}
div#middle {
	margin: 0px,285px,0px,285px;
	/*background-color:#fff;*/
	padding:0px 10px 0px 10px;
	border: solid;
	border-color:#e4e4e4;
	border-width:0px;
	text-align: left;
}
div#leftsub {
	float: left;
	width: 590px;
	padding:0px;
	text-align: left;
}
div#rightsub {
	float: right;
	width: 260px;
	padding:5px;
	text-align: left;
}
div#leftsubc {
	float: left;
	width: 500px;
	padding:0px;
	text-align: left;
}
div#rightsubc {
	float: right;
	width: 350px;
	padding:5px;
	text-align: left;
}
.footer {
	width:940px;
	height:450px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-5px;
	padding:10px 10px, 10px, 10px;
	background-color:#000;
	font-family: Verdana;
	font-size:10px;
	line-height:17px;
	color:#CCC;
}
.footersub {
	width:940px;
	height:360px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
	padding:0px 0px, 20px, 10px;
	background-color:#000;
	font-family:Verdana;
	font-size:11px;
	line-height:17px;
	color:#CCC;
}
div#leftfoot {
	float: left;
	width: 500px;
	padding:10px 10px 10px 30px;
	text-align: left;
}
div#rightfoot {
	float: right;
	width: 300px;
	padding:10px 40px 10px 40px;
	text-align: left;
}
p {
	margin-top: 1em;
	text-align: left;
}
.web A:link {
	text-decoration: none;
	color:#01719f;
}
.web A:visited {
	text-decoration: none;
	color:#7f7f7f;
}
.web A:active {
	text-decoration: none;
	color:#7f7f7f;
}
.web A:hover {
	text-decoration: underline; 
	color:#01719f;
}
.brand A:link {
	text-decoration: none;
	color:#71973b;
}
.brand A:visited {
	text-decoration: none;
	color:#7f7f7f;
}
.brand A:active {
	text-decoration: none;
	color:#7f7f7f;
}
.brand A:hover {
	text-decoration: underline; 
	color:#71973b;
}
.engage A:link {
	text-decoration: none;
	color:#f8941d;
}
.engage A:visited {
	text-decoration: none;
	color:#7f7f7f;
}
.engage A:active {
	text-decoration: none;
	color:#7f7f7f;
}
.engage A:hover {
	text-decoration: underline; 
	color:#f8941d;
}
a:link {
	color: #01719f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #f8941d;
}
a:hover {
	text-decoration: underline;
	color:#f8941d;
}
a:active {
	text-decoration: none;
	color: #f8941d;
	/* text-align: center; */
}
h1 {
	font: Arial;
	font-size: 16px;
	font-weight: 600;
	color: inherit;
}
h2 {
	font-size: 14px;
	font-weight:550;
	font-style: normal;
	font:Verdana;
	color: inherit;
}
.list {
	font: Tahoma;
	font-style:italic;
	font-size:11px;
	font-weight:400;
	line-height:16px;
}
.list2 {
	font: Tahoma;
	font-style: normal;
	font-size:11px;
	font-weight:400;
	line-height:16px;
}
ol li { 
	margin-bottom:0px;
}
ul { 
	margin:0px;

	padding:0px 0px 0px 15px;
}
ul li { 
	list-style: inside; 
	padding-left:5px; 
	padding-right:5px;
	/*margin-left:5px; */
	margin-bottom:3px;	
}
#menu li {
	list-style: none
}

