@charset "utf-8";
/* CSS Document */

.header {
	background-image: url(../images/agentorangecanada_01.jpg);
	height: 258px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
body {
	margin: 0px;
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #333333;
	background-color: #c9c9c9;
}
.mid {
	width: 780px;
	margin: auto;
	background-image: url(../images/m04.gif);
	background-repeat: repeat-y;
	background-color: #efefef;
}
.nav {
	padding-top: 205px;
	margin-left: 270px;
}
.midleft {
	width: 224px;
	float: left;
}
.midright {
	width: 540px;
	float: left;
	margin-right: 16px;
}
.footer {
	background-image: url(../images/m05.gif);
	height: 43px;
	width: 770px;
	margin: auto;
	text-align: center;
	padding-top: 30px;
	color:#FFFFFF;
	font-size: 11px;
	padding-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.colleft {
	margin-right: 26px;
	color: #FFFFFF;
	font-size: 11px;
}
input {
	font-family: Tahoma, Arial;
	font-size: 11px;
	border: 1px solid #333333;
}
.text1 {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #AA240B;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}.style1 {
	padding: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #58595B;
	border: 1px solid #666666;
	background-color: #eae9e9;
}
textarea {
	border: 1px solid #333333;
	font-family: Tahoma, Arial;
	font-size: 11px;
}
