@charset "UTF-8";
/* CSS Document */
body {
	background-color: #CCC;
}
#container { 
	font: 80%/150% Arial, Helvetica, sans-serif;
	color:#333;
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#maincontent { 
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	clear: both;
	overflow: hidden;
	background-color: #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-left: 30px;
}
.colright {
	float: right; /* since this element is floated, a width must be given */
	margin-top: 20px;
	width: 165px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #D3E0F4; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px;
}
.colleft {
	float: left; /* since this element is floated, a width must be given */
	margin-top: 20px;
	width: 500px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.heading1 {
	font-size: 160%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
}
.heading2 {
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
	color: #3965AF;
	font-weight: bold;
}
.footer {
	float: inherit;
    height: 60px;
	text-align: right;
	margin-top: 20px;
	background: #3965AF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	width: 700px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.rightalign {
	text-align: right;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
.white {
	color: #FFF;
	font-size: 80%;
	padding-top: 40px;
}
.small {
	font-size: 75%;
}
.ksmall {
	font-size: 85%;
}
.caption {
	font-size: 90%;
	color:#999;
}
a:link, a:visited {
	color: #EE4026;
	text-decoration: none;
}

a:hover {
color: #3965AF;
border-bottom: none;
}

.prodtitle {
	font-size: 120%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.imgpadright {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.imgpadleft {
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
