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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #737373;
	
}

a:link {
	color: #737373;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #737373;
}
a:hover {
	text-decoration: underline;
	color: #212274;
}
a:active {
	text-decoration: none;
	color: #212274;
}
a {
	font-weight: bold;
}

P {
	PADDING-BOTTOM: 14px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}

.Clear {
	HEIGHT: 1px; CLEAR: both; OVERFLOW: hidden
}

.page {
	MARGIN: auto; WIDTH: 950px
}
.header {
border-bottom: 5px solid #282472;
}
.divider {
    
	WIDTH: 950px;
	HEIGHT: 5px;
    border-bottom: 5px solid #282472;	
	margin-bottom: 5px;
}

.logo {
    width: 950px;
	height: 100px;
	margin-left:: 0px;
	
}

.content {
	
}

.right {
   float: right;
	width: 400px;
   }

.left {
    float: left;
	width: 400px;
	margin-left: 50px;
   }

.call {
   float: right;
	width: 400px;
   }
