body {
	background-color: #CCC;
	overflow: hidden;
}
#mainBox {
	padding: 5px;
	height: 610px;
	width: 810px;
	margin: auto;
	background-image: url(../images/mainShadow.png);
	background-position: 0 0 0 0;
	background-repeat: no-repeat;
}
#logoBox {
	position: relative;
	z-index: 10;
	height: 500px;
	width: 245px;
	top: 50px;
	left: 50px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #808080;
	z-index: 10;
}
#logo {
	position: relative;
	height: 73px;
	width: 200px;
	left: 0px;
	top: 430px;
	border: none;
}
#mainArea {
	position: relative;
	z-index: 12;
	height: 500px;
	width: 430px;
	left: 317px;
	top: -450px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#pageContent {
	height: 410px;
	width: 430px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	overflow-y: auto;
	top: 10px;
}
#mainMenu ul {
	list-style-type: none;
	position: relative;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	color: #999;
}

#mainMenu ul a.current {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1C3F94;
	line-height: 14px;
	text-decoration: none;
	text-transform: capitalize;
}
#mainMenu ul a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #B3B3B3;
	line-height: 14px;
	text-decoration: none;
	text-transform: capitalize;
}
#mainMenu ul a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1C3F94;
	line-height: 14px;
	text-decoration: none;
	text-transform: capitalize;
}
#footerMenu ul {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footerMenu ul li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
}
#footerMenu ul a.current {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1C3F94;
	text-decoration: none;
	list-style-type: none;
}
#footerMenu ul a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #B3B3B3;
	text-decoration: none;
	list-style-type: none;
}
#footerMenu ul a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1C3F94;
	text-decoration: none;
	list-style-type: none;
}
#legalMenu ul {
	margin: 25px 0px 0px 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#legalMenu ul li {
	/*display: inline;*/
	list-style-type: none !important;
	padding-right: 15px;
	text-align: right;
}
#legalMenu ul a.current {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #1C3F94;
	text-decoration: none;
	list-style-type: none;
}
#legalMenu ul a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #B3B3B3;
	text-decoration: none;
	list-style-type: none;
}
#legalMenu ul a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #1C3F94;
	text-decoration: none;
	list-style-type: none;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #E31837;
	font-weight: bold;
}
#pageContent ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	list-style-type: square;
}
a {
	color: #333;
	text-decoration: underline;
}
.quote {
	font-style: italic;
}
.author {
	font-size: 10px;
	text-align: right;
}
