@import url("global.css");


.Masthead{
background:url(../images/Masthead2.jpg);
height:162px;
width:1000px;
}

.ContentContainer{
background:url(../images/Subpage_ContentContainer.jpg);
}
.ContentMain{
float:left;
background:url(../images/ContentMain.jpg) repeat-x #578CBD;
padding:40px 40px 40px 40px;
width:599px;
}
	.ContentMain p{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:white;
	}
	.ContentMain a{
	color:#e4d6c9;
	}
	.ContentMain a:hover{
	color:#004e86;
	}	
}

.IMGleft{
float:left;
padding:0 10px 20px 0;
}
.IMGright{
float:right;
padding:0 0 20px 10px;
}

.Contact input {
border:1px solid #372a1b;
background:url(../images/Contact_Input.jpg) repeat-x #CFE9FA;
width:425px;
padding:2px;
margin:3px 0;
}
.Contact textarea {
border:1px solid #372a1b;
background:url(../images/Contact_Input.jpg) repeat-x #CFE9FA;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
height:100px;
padding:2px;
margin:3px 0;
width:425px;
}
.Contact .SubmitBtn, .Contact .ClearBtn{
width:100px;
}
.Contact vcard {
color:#ffffff;
}