@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #0a5688;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.cappiello #container { 
	width: 860px; 
	background: #fff;
	margin: 0 auto; 
	text-align: left; 
} 
.cappiello #header { 
	background: #fff; 
	padding: 0 30px;	
} 
.header-left {
	width: 300px;
	float: left;
}
.header-right {
	float: right;
	margin-top: 58px;
	padding-right: 10px; 
	text-align:right;
	width: 300px;
}
.header-right a {
	color: #434394;
	text-decoration: none;
}
.header-right a:hover {
	color: #49b88c;
	text-decoration: none;
}

.cappiello #banner { 
	background: #fff; 
	padding: 0 30px;
} 
.cappiello #menu {
	background-image:url(images/menu_bkg.jpg);
	padding: 8px 30px;
	margin: 5px 0;
	width: 800px;
	text-transform: uppercase;
} 
.cappiello #menu a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding-right: 35px;
}
.cappiello #mainContent { 
	margin: 0 30px 0 30px; 

	padding-bottom: 30px;
} 
.cappiello #mcLeft {
	background-color: #c9c9c9;
	color: #333333;
	float:left;
	width: 270px;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	line-height: 1.3m;
}
.cappiello #mcLeft h1, .cappiello #mcRight h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}
.cappiello #mcLeft h2, .cappiello #mcRight h2 {
	color: #aec296;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}
.cappiello #mcRight {
	color: #333333;
	float:right;
	width: 480px;
	border-left: #6d778b 1px solid;
	padding: 0 0 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	line-height: 1.3m;
}
.cappiello #mcRight a, .cappiello #mcLeft a:hover {
	color: #434394;
	text-decoration: none;
}
.cappiello #mcRight a:hover, .cappiello #mcLeft a:hover {
	color: #49b88c;
	text-decoration: none;
}
.cappiello #mcPLeft {
	color: #333333;
	float:left;
	width: 490px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	line-height: 1.3m;
}
.cappiello #mcPFull {
	color: #333333;
	float:left;
	width: 810px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	line-height: 1.3m;
}
.cappiello #mcPLeft h1, .cappiello #mcPRight h1, .cappiello #mcPFull h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}
.cappiello #mcPLeft h2, .cappiello #mcPRight h2, .cappiello #mcPFull h2 {
	color: #aec296;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}

.cappiello #mcPRight {
	color: #333333;
	float:right;
	width: 275px;
	border-left: #6d778b 1px solid;
	padding: 0 0 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	line-height: 1.3m;
}
.cappiello #mcPRight a, .cappiello #mcPLeft a:hover {
	color: #434394;
	text-decoration: none;
}
.cappiello #mcPRight a:hover, .cappiello #mcPLeft a:hover {
	color: #49b88c;
	text-decoration: none;
}
.cappiello #footer {
	color: #fff; 
	padding: 0 10px 0 20px; 
	background:#0a5688;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .75em;
} 
.cappiello #footer a { 
	color: #fff;
	text-decoration: none;
}
.cappiello #footer a:hover { 
	color: #666;
	text-decoration: underline;
}
.cappiello #footer p {
	margin: 0 auto; 
	padding: 10px 0;
	text-align: center;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.formText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height:1.6em;
	margin-top:10px;
}
.formText input, .formText input  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
.error {
	color: #ff0000;
}