/* rhop sytle sheet */
body {
	overflow: scroll;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	font-family: Georgia, Times, serif;
	background-color: #CCCCCC;
	}
header{
	width: 900px;
	height: 110px;
	border: 1px solid #000;
	background-color: white;
}	
div.headercol{
	float: left;
	width: 450px;
	height: 110px;
	text-align: center;
}
div.navbar{
	width: 900px; 
	height: 60px;
	font-style: normal;
	font-size: 18px; 
	font-weight: bold;
	text-align: center;
}
.norm {
	color: black;
	font-style: normal;
	cursor: pointer;
	width:20%;
}
.over {
	color: blue;
	font-style: italic;
	cursor: pointer;
	width:20%;
}
section{
	width: 900px;
	height: 800px;
	border: 1px dotted #000;
}
div.contentcontainer{
	width: 900px;
	height: 1000px;
}
div.contentcol{
	float: left;
	width: 445px;
	height: 650px;

}
.validationErr{
	display: block;
	font-style: italic;
	color: red;
}
.contactFrame{
	height: 180px; 
	width: 220px;
	margin-left: 115px;  
	background-color: #A3A3A3;
	border: 1px solid; 
	border-radius:30px;
}
.contactText{
	font-size: 25px;
	text-decoration: bold; 
	font-style:  italic;
	font-family: Georgia, Times, serif; 
	font-weight: bold;
	padding-top: 35px;
}
.contactButton{
	width: 100px;
	height: 35px;
	border: 1px solid;
	border-radius: 8px;
	font-size: 14px;
	font-style:  italic;
	text-decoration: bold;
	cursor: pointer;
}
.contactButton:hover {
	background: #8DCC9D;
}