body {
	margin: 0px;
	padding: 0px;
	border:0px;
	font-family: arial, helvetica, sans;
	background:url(../images/bayard-bg.jpg);
}

img {
	border: 0px;
	}

h1 {
	text-align: center;
	color: #aa1a2f;
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	}
	
h3 {
	text-align: center;
	color: #aa1a2f;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:0px;
	}

a:link, a:visited {
	color: #aa1a2f;
	}
	
	
.bodycontainer {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	}

.pagecontainer {
	width: 650px;
	width: "646px";
	display: table-cell;
	border-left: 3px solid #eaeaea;
	border-right: 3px solid #eaeaea;
	border-bottom: 3px solid #eaeaea;
	margin-top: 3px;
	}
	
.header {
	border: 4px solid #006bb6;
	border-bottom: 0px;
	background-color: #fff;
	width: 622px;
	width: "640px";
	padding: 10px;
	text-align: center;
	}
	
.menubar {
	width: 600px;
	width: "640px";
	background-color: #aa1a2f;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	color: #fff;
	padding: 5 25 5 25px;
	text-align: center;

	}

.menubar a:link, a:visited {
	color: #fff;
	text-decoration: none;
	}
	
.menubar a:hover {
	color: #fff;
	text-decoration: underline;
	}


	
.maincontent {
	width: 590px;
	width: "640px";
	background-color: #d4e1ee;
	padding: 30px;
	}

.maincontentbnd {
	width: 620px;
	width: "640px";
	background-color: #d4e1ee;
	padding: 30 30 30 0px;
	}

.columncontainer {
	width: 440px;
	position: relative;
	left: 5px;
	left: "15px";
	margin-bottom: "15px";
	}
	
.column {
	padding: 10px;
	width: 410px;
	width: "430px";
	display: table-cell;
	float:left;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	text-align: left;
	}
	
	
.shadowcontainer {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}

.shadowcontainer .shadow2,
.shadowcontainer .shadow3,
.shadowcontainer .container {
    position: relative;
    left: -1px;
    top: -1px;
}

    .shadowcontainer .shadow1 {
        background: #c4d0de;
    }

    .shadowcontainer .shadow2 {
        background: #b2becc;
    }

    .shadowcontainer .shadow3 {
        background: #89939f;
    }

    .shadowcontainer .container {
        padding: 15px;
    }
    
.container img {
	 position:relative;
	 z-index:100;
	 }
