/*This stylesheet is unique for the ABOUT US page */

/*Main Content*/

#maincontent {
	background-color: #f7f6f6;
	width: 674px;
	float: left;
	border: #e2e2e2 1px solid;
}

.pagetitle {
	float: left;
	margin: 10px;
	width: 654px;
	height: 90px;
	border-bottom: #075877 1px dotted;
	border-top: #075877 1px dotted;
}

.titlebg {
	float: left;
	margin: 5px;
	margin-right: 0px;
	margin-left: 0px;
	width: 654px;
	height: 80px;
	background-image: url("images/titlebg.png");
	background-repeat: no-repeat;
}

big {
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	color: white;
	font-family: "Verdana", sans-serif;
	margin: 0px;
	padding: 0px;
	margin-right: 75px;
}

small {
	float: left;
	font-size: .7em;
	color: #caf9ff;
	font-family: "Verdana", sans-serif;
	margin: 0px;
	margin-top: -3px;
	padding: 0px;
}


.titletxt {
	float: left;
	margin: 12px;
	margin-top: 18px;
	width: 200px;
}

p {
	font-family: "Verdana", sans-serif;
	color: #acacac;
	font-size: .68em;
	line-height: 1.5em;
	margin: 1em;
	
}

/*Sidebar*/

.info {
	width: 217px;
	margin: 0px;
	margin-left: 9px;
	float: left;
}

/* End of unique ABOUT US style */
