﻿@charset "utf-8";
body {
	
	font-family: Arial, Helvetica, sans-serif;
	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;
	background-image: url(pics_for_M2M/background_new.gif);
}
.oneColFixCtr #container {
	width: 780px;  /* 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 */
	border: 5px solid #ff9a31;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:20px;
}
.oneColFixCtr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 150px;
	background-image: url(images/banner.gif);
	background-color: #ffffff;
	background-repeat: no-repeat;
	}
.oneColFixCtr #mainContent {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

p {
	
}

h1 {
	font-size:1.8em;
	color:#00248f;
	
	}
	
h2
	{
	font-size: 1.4em;
	color:#FF3300;
	}
	
	
	.leftimage{
float: left;
margin: 0 10px 5px 0;
border: 1px solid #000000;
}

.leftimage_noborder{
float: left;
margin: 0 10px 5px 0;
}

.leftimage2_noborder{
float: left;
margin: 20px 10px 5px 0;
}

.rightimage{
float: right;
margin: 20px 0 20px 15px;
border: 1px solid #000000;
}

.rightimage_noborder{
	float: right;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 5px;
}

.centerimage{
float: left;
margin: 10px 10px 10px 10px;
border: 1px solid #000000;
}

.centerimage_noborder{
float: left;
margin: 10px 10px 10px 10px;
}
.imageborder{
border: 1px solid #000000;
}

.headline{
color:#FF3300;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

.headline2 {
background-color:#FFFF00;
font-size:15px;
font:Arial, Helvetica, sans-serif;
}

.style7 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style22 {
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
}
.style27 {color: #000000}
.style30 {font-size: 10}
.style31 {font-size: 10px}
.style32 {font-size: 12px}
.style33 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style41 {font-family: Arial, Helvetica, sans-serif}
.style42 {
	color: #FF0000;
	font-style: italic;
}
.style43 {
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
.style45 {color: #003366}
.style46 {color: #FF0000}
.style47 {
	color: #009900;
	font-weight: bold;
}
.style58 {color: #FF0000; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; }
.style59 {
	color: #000066;
	font-weight: bold;
}

a:link {
	color: navy;
}
a:visited {
	color: navy;
}