@charset "UTF-8";
/* CSS Document */

body {
	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;
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #CCC;
	background-image: url(http://www.i-evolve.com/graphics/css/bg_horiz.gif);
	background-repeat: repeat-x;
}
#widget a {
	color: #000000;
	text-decoration: none;
}
#widget a:hover {
	color: #990000;
	text-decoration: underline;
}
.oneColFixCtrHdr #container {
	width: 600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 13px auto 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right: 0.1em solid #6D6F71;
	border-left: 0.1em solid #6D6F71;
	border-bottom: 0.1em solid #6D6F71;
}
div#ievolve {
	padding: 8px 12px;
	float: left;
}
div#widget {
	float: right;
	margin: 0 30px 0 246px;
	padding-top: 20px;
	font-size: 11px;
	padding-bottom: 2px;
	border-bottom: 1px solid #464646;
}
.oneColFixCtrHdr #header {
	height: 98px;
}
div#prheader {
	background: #DFDFDF;
	padding-left: 200px;
	border-bottom: 4px solid #1B134C;
	border-top: 1px solid #1B134C;
}
.oneColFixCtrHdr  #prheader  h1 {
	font-size: 36px;
	color: #FFFFFF;
	font-weight: normal;
	background: #004B85;
	margin: 0;
	border-left: 10px solid #FEBE10;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 50px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	margin-right: 100px;
	line-height: 21px;
	padding: 12px 0px;
}
#mainContent a {
	font-weight: bold;
	color: #990000;
}
#mainContent a:hover {
	text-decoration: none;
}
#mainContent p {
	font-size: 11px;
	line-height: 16px;
}
#mainContent strong {
	font-size: 14px;
}
#mainContent ul {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
#mainContent ul li {
	margin: 4px 0px 4px 66px;
	list-style: url(http://www.i-evolve.com/graphics/css/dot_on.gif);
}
#mainContent #image {
	padding: 10px;
	float: right;
}
.required {
	color: #990000;
	font-weight: bold;
}
.formLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}
.imageLeft {
	float: left;
	height: 100px;
	padding: 0px 16px 16px 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 20px 10px;
	font-size: 0.7em;
	color: #000000;
}
.oneColFixCtrHdr #copyright {
	font-size: 0.7em;
	color: #6D6F71;
	padding-top: 10px;
	padding-bottom: 10px;
}
