body
{
	background-color:#DEDEDE;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: 7485BC;
	font-style: italic;
	

}
.pageheading {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	background: #7384BD;
	border-top: 2px #10318C solid;
	border-bottom: 2px #10318C solid;
	height: 62px;
	line-height:54px;
	text-align: center;
}
.quotebox {
	background: #7384BD;
	border-top: 2px #10318C solid;
	border-bottom: 2px #10318C solid;
	padding-top:12px;
}
.quote-left {
	background: #7384BD;
	float:left;
}
.quote-right {
	background: #7384BD;
	float:left;
	vertical-align:bottom;
	margin-top:15px;
}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background: #7384BD;
	text-align: center;
	float:left;
	width:480px;
	padding-top:10px;
	padding-bottom:10px;
	line-height:150%;
}
.quoteby {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background: #7384BD;
	text-align: right;
	clear:left;
	padding-top:4px;
	padding-bottom:7px;
	padding-right:5px;
}
.menucontainer{
	list-style:none;
	margin:0;
	padding:0;
}
.menuitem{
	display:block;
	background: url(images/buttons.gif) 0 0;
	height: 35px;
	margin:0;
	padding:0;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#122972;
	text-decoration:none;
	font-weight:bold;
}
.menuitem div{
	margin:0;
	padding:9px 23px 0 0;
}
.menuitem:hover{
	background: url(images/buttons.gif) 0px 35px;
}