* {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}


.oneColFixCtrHdr #container {
	width: 792px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F5F5F5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../pics/page-back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	line-height: 19px;
}
.oneColFixCtrHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
}
#header #Header-top {
	height: 20px;
	margin-right: 8px;
	margin-left: 8px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #F5F5F5;
	background-image: url(../pics/green-content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
}
.oneColFixCtrHdr #footer {
	background-color: #5E9300;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 8px;
	margin-left: 8px;
}
.oneColFixCtrHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#header #Header-menu {
	height: 38px;
	background-color: #FFFFFF;
}
#header #Header-men-top {
	height: 102px;
	margin-right: 8px;
	margin-left: 8px;
}
#mainContent #contentarea {
	padding-top: 32px;
	padding-right: 24px;
	padding-bottom: 20px;
	padding-left: 36px;
}
#mainContent #contentarea #sectionTitle {
	margin-top: 0px;
	margin-bottom: 21px;
}

#mainContent #contentarea #videoclip {
	background-image: url(../pics/video-clip-green.jpg);
	height: 312px;
	width: 711px;
}
#header #Header-men-top #theMenu {
	width: 520px;
	position: absolute;
	top: 86px;
	margin-left: 240px;
	line-height: 20px;
	text-decoration: none;
	color: #333333;
}
#header #Header-men-top #slogan {
	position: absolute;
	top: 43px;
	width: 508px;
	text-align: right;
	font-weight: bold;
	color: #666666;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 30px;
	margin-left: 240px;
	line-height: 30px;
}

#header #Header-men-top #Varga {
	height: 65px;
	width: 180px;
	margin-top: 20px;
	margin-left: 40px;
}

#theMenu .aboutus a {
	text-decoration: none;
	color: #666666;
}
#theMenu .aboutus a:hover {
	color: #F15D0D;
}
#theMenu .news a {
	text-decoration: none;
	color: #666666;
}
#theMenu .news a:hover {
	color: #990000;
}
#theMenu .media a {
	text-decoration: none;
	color: #666666;
}
#theMenu .media a:hover {
	color: #953AE7;
}
#theMenu .targeting a {
	text-decoration: none;
	color: #666666;
}
#theMenu .targeting a:hover {
	color: #00C3A7;
}
#theMenu .distribution a {
	text-decoration: none;
	color: #666666;
}
#theMenu .distribution a:hover {
	color: #E85A97;
}
#theMenu .analysis a {
	text-decoration: none;
	color: #666666;
}
#theMenu .analysis a:hover {
	color: #990000;
}
#theMenu .contact a {
	text-decoration: none;
	color: #666666;
}
#theMenu .contact a:hover {
	color: #0738F4;
}
#theMenu .home a {
	text-decoration: none;
	color: #666666;
}
#theMenu .home a:hover {
	color: #5E9300;
}
#container #bottomlinks {
	margin-right: 8px;
	margin-left: 44px;
	font-size: 10px;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#mainContent #contentarea .contentTable {
	width: 700px;
}
#mainContent #contentarea .tabletop {
	height: 20px;
	margin: 0px;
	padding: 0px;
	width: 700px;
}
#mainContent #contentarea .tablebottom {
	height: 11px;
	width: 698px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#mainContent #contentarea .tablemid {
	background-image: url(../pics/tm-all.gif);
	background-repeat: repeat-y;
	display: block;
	margin: 0px;
	width: 660px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#mainContent #contentarea .tablemid ul {
	margin-left: 40px;
}
#mainContent #contentarea .tablemid ul li {
}
#mainContent #contentarea #usmap {
	text-align: center;
	height: 312px;
	margin-bottom: 20px;
	width: 712px;
}
#contentarea .tablemid .text-image {
	height: 240px;
	width: 320px;
	border: 1px solid #666666;
	float: right;
	margin-bottom: 12px;
	margin-left: 12px;
}
.oneColFixCtrHdr #container #mainContent #contentarea .tablemid input {
	border: 1px solid #CCCCCC;
	font-size: 12px;
}

#contentarea .tablemid .table44 td {
	padding: 4px;
}
.tablemid .table44 a {
	color: #666666;
	text-decoration: none;
}
.fltrt {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 8px;
}
.fltlft {

	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.tablemid #vargaImages {
	float: right;
	width: 302px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 10px;
	border: 1px none #333333;
}
.sideContent {
	padding: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	line-height: 16px;
}

.sideHeader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF6A19;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#vargaImages .sideImage {
	border: 1px solid #333333;
}
.sideContent img {
	margin-right: 10px;
	margin-left: 10px;
}
