html {
	height:100%;
}
body {
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#87b619;
	margin: 20px 0;
	font: 9pt Arial;
	color:#222;
}
img {
	border-style:none;
	vertical-align:bottom;
}
a:link, a:active, a:visited {
	color:#4faf00;
	text-decoration:none;
}
a:hover {
	color:#4faf00;
	text-decoration:underline;
}

table.MainTable {
	border-collapse: collapse;
	width:1074px;
	margin:0 auto;
}
table.MainTable td.LogobarLeft {
	background-image: url('images/logobar_left.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	width:277px; height:87px;
}
table.MainTable td.LogobarFill {
	background-image: url('images/logobar_fill.png');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: transparent;
	vertical-align:bottom;
	text-align:right;
	height:87px;
}
table.MainTable td.LogobarRight {
	background-image: url('images/logobar_right.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	width:13px; height:87px;
}
table.MainTable td.Content {
	background-image: url('images/content_bg.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#fff;
	height:512px;
	vertical-align:top;
}
table.MainTable td.ContentMain {
	background-image: url('images/main.jpg');
	background-repeat: no-repeat;
	background-position: 50% top;
	background-color: transparent;
	height:512px;
}
table.MainTable td.Content div.Content {
	padding: 20px;
}
div.Content h2, h2 {
	font: normal 20pt Arial;
	color:#4faf00;
	margin-top:0;
}
iframe {
	width:1038px; height:500px;
	margin:8px 10px 0px 10px;
}
table.MainTable td.Footer {
	background-color:#003900;
	height:197px;
	padding:0;
}

table.Menubar {
	margin-top:17px;
	margin-bottom:8px;
	float:right;
}
table.Menubar td {
	padding:0;
	vertical-align:bottom;
}
div.LaptopScreen {
	margin-left:240px; 
	margin-top:90px;
	width:338px;
}
div.LaptopScreen h3 {
	font-size:12pt;
	margin-bottom:6px;
}

table.MainTable td.ShadowTopLeft {
	background-image: url('images/shadow_tl.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: transparent;
	width:8px; height:8px;
	font-size:1pt;
}
table.MainTable td.ShadowTopFill {
	background-image: url('images/shadow_tf.png');
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: transparent;
	height:8px;
	font-size:1pt;
}
table.MainTable td.ShadowTopRight {
	background-image: url('images/shadow_tr.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
	width:8px; height:8px;
	font-size:1pt;
}
table.MainTable td.ShadowLeftFill {
	background-image: url('images/shadow_lf.png');
	background-repeat: repeat-y;
	background-position: right top;
	background-color: transparent;
	width:8px;
	font-size:1pt;
}
table.MainTable td.ShadowRightFill {
	background-image: url('images/shadow_rf.png');
	background-repeat: repeat-y;
	background-position: left top;
	background-color: transparent;
	width:8px;
	font-size:1pt;
}
table.MainTable td.ShadowBottomLeft {
	background-image: url('images/shadow_bl.png');
	background-repeat: no-repeat;
	background-position: right top;
	background-color: transparent;
	width:8px; height:8px;
	font-size:1pt;
}
table.MainTable td.ShadowBottomFill {
	background-image: url('images/shadow_bf.png');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: transparent;
	height:8px;
	font-size:1pt;
}
table.MainTable td.ShadowBottomRight {
	background-image: url('images/shadow_br.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	width:8px; height:8px;
	font-size:1pt;
}
