@import "buttons.css";
html {
  scrollbar-arrow-color: #efefef;
  scrollbar-3dlight-color: #052e44;
  scrollbar-highlight-color: #dddddd;
  scrollbar-face-color: #0063a6;
  scrollbar-shadow-color: #052e44;
  scrollbar-darkshadow-color: #052e44;
  scrollbar-track-color: #88bce1;
}
body {
	background-color: #dddddd;
	margin:0;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 12pt;
	color: #404040;
}

/* main layout elements */
#wrap {
	background-image: url(../img/easy2overviewmainbody.jpg);
	background-repeat: repeat-y;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0px;
}
#header {
	float:left;
	width:100%;
	background-image: url(../img/easy2overviewheader.jpg);
	background-repeat: no-repeat;
	height: 125px;
}
#footer {
	float:left;
	background-image: url(../img/easy2overviewfooter.jpg);
	background-repeat: no-repeat;
	width:100%;
	height: 16px;
}
#content {
	width:900px;
	padding-left:30px;
	padding-right:30px;
	text-align: justify;
}
#contentColumnOne {
	width:520px;
	padding-left:30px;
	padding-right:10px;
	padding-bottom: 10px;
	float:left;
	text-align: justify;
}
#contentColumnTwo {
	width:420px;
	float:left;
	padding-left:10px;
	padding-bottom: 10px;
}
#contentFiftyFifty {
	width:450px;
	padding-left:30px;
	float:left;
	text-align: justify;
}
#bottomMenu {
	width:100%;
	float:left;
	height:auto;
	padding-bottom: 10px;
	text-align: justify;
}
.iframe {
	height: 450px;
	width: 375px;
	float:left;
}

/* fonts and formatting */
.greyText {
	font-weight: bold;
	color: #888888;
}
.sectionHeader {
	font-size: 1.2em;
	color: #a0a0a0;	
}
.pointNine {
	font-size: 0.9em;
}
.pointSeven {
	font-size: 0.7em;
}
.callToActionIndex {
	float:left;
	font-size: 1.2em;
	font-weight: bold;
	color: #33a040;
	padding-top: 10px;
	padding-bottom: 20px;
	width:100%;
}
a:link, a:visited {
	text-decoration: none;
	color: #0063a6;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #3399cc;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}
.vrLogo {
	float:left;
	margin-left: 35px;
	margin-top:5px;
}
.insiteLogo {
	float:right;
	margin-right: 45px;
}
.quickLinks {
	float:left;
	margin-left: 15px;
	margin-top:12px;
}
