img{
	border: none;
}	
/*background-position: 830px;*/
body {
	background-color: #000033;
	background-image: url(../images/foundationbackground.png);
	margin: 0px;
	background-attachment: fixed;
}
#wrapper{
	width: 800px;
	margin-left: 15px;
	float: left;
}
#header{
	background-image: url(../images/foundationheader.png);
	height: 142px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	float: left;
	width: 800px;
	background-position: top;
	background-color:#000066
}
#menubar{
	margin-top: 119px;
	margin-bottom: 0px;
}
#menubar a{
	color: #FFFFFF;
	border-right-color: #FECB2D;
	border-right-style: solid;
	border-right-width: 1px;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	padding-top: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	background-color:#000066
}
#contentwrapper{
	background-image: url(../images/foundationcontentback.png);
	background-repeat: repeat-y;
	float: left;
}
#content{
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../images/foundationcontenttop.png);
	background-repeat: no-repeat;
	border-bottom: 3px solid #FECB2D;
	float: left;
	width: 780px;
	padding-left: 10px;
	padding-right: 10px;
}
.bluerow{
	background-color: #99A4FF;
}
.yellowrow{
	background-color: #FFFABB;
}
#rightside{
	width: 150px;
	background-color:#FFFFFF;
	position: absolute;
	left: 830px;
	height: 700px;
	top: 142px;
	}
/*This is used for the sponsors on the front of the foundation site*/
#sponsor{
	width: 148px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	border: solid #000066 1px;
}
#sponsor .vcenter{
	display: block;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	}
/*This is used for the partners page*/
.partners .area{
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.partners .partner{
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 2px;
}
.partners #partnerwrapper{
	margin-bottom: 25px;
	margin-top: 8px;
}
#footer{
	color: #E2CE77;
	width: 100%;
	text-align: center;
	padding-bottom: 3px;
}
#footer p{
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a: hover{
	text-decoration: underline;
}
