body {
	background-color: #FFFFFF;
}

.wrap {
	width: 974px;
	background-color: #FFFFFF;
	margin-left: auto; 
	margin-right: auto;
	text-align: left; /* IE does not support margin: auto - use text-align: center e.g.*/
	zoom:1; /* to avoid a background-painting bug in IE Win */
	overflow: hidden;
}

.header {
	width: 974px;
	height: 425px;
	background-image: url("../images/headerIndex.gif");
	background-repeat: no-repeat;
	margin-top: 90px;
	margin-bottom: -100px;
}

.menu {
	width: 974px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;	
	height: 35px;	
	float: right;
	margin: 0px;	
}

.menu a {
	color: #3691E4;
	background-color: inherit;
	text-transform: uppercase;
	font-size: .8em;
	display: block;
	float: left;
	text-decoration: none;
	padding: 10px 0px 10px 40px;
	}

.menu a:hover {
	color: #BAD241;
	text-decoration: none;
}

* html .content {display: inline;} /* Tan Hack to get floats where they should be in IE, all other browsers correctly ignore declaration */

.content {
	float: right; 
	width: 974px;
	margin: 0px;
	text-align: justify;
	font: .9em "Arial";
	background-color:#FFF;
}

.content a {
	color: #333333;
	background-color: #FFFFFF; 
	text-decoration: none;
}
	
	
.content a:link {
	text-decoration: none;	
	color: #3691E4;
}

.content a:hover {
	color: #3691E4;
	text-decoration: none;
}

h2 {
	font: 140% "Arial";
	width: 265px;
	color: #000000;
	margin-left: 640px;
	padding: 5px 5px 5px 23px;
	border-top: 4px double #A5A5A5;
	border-left: 4px double #A5A5A5;
	border-bottom: 4px double #A5A5A5;
	border-right: 4px double #A5A5A5;
}

p {
  margin: .75em 50px;
	font: "Arial";
	text-align: justify;
}

