body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/framework/bg.jpg);
	background-repeat: repeat-x;
	font-size: 11pt;
	line-height: 14pt;
}
#frame {
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0px;
}
#frame #header {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 149px;
}
#frame #header #logo {
	float: left;
	height: 149px;
	width: 350px;
}
#frame #header #menus {
	background-image: url(../images/framework/menu-bg.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 650px;
	height: 149px;
}
#frame #header #menus #mainMenu {
	clear: both;
	margin-top: 30px;
	width: 650px;
	padding: 0px;
}
#frame #header #menus #mainMenu #emailMenu ul {
	margin: 8px;
}
#frame #header #menus #mainMenu #emailMenu li {
	display: inline;
	font-size: 115%;
}
#frame #header #menus #mainMenu #emailMenu li a {
	color: #FFF;
	text-decoration: none;
	padding: 0.5em;
}
#frame #header #menus #subMenu {
	padding-top: 23px;
	padding-right: 10px;
	width: 640px;
	clear: both;
	margin: 0px;
}
#frame #header #menus #subMenu p {
	text-align: right;
	color: #FFF;
	font-size: 9pt;
	padding-left: 15px;
	margin: 0px;
}
#frame #header #menus #subMenu a {
	color: #FFF;
	text-decoration: none;
}
#frame #header #menus #subMenu a:hover {
	text-decoration: underline;
}

#frame #footer {
	clear: both;
	text-align: right;
}
#frame #footer p, #frame #footer a {
	color: #5b5039;
	font-size: 9pt;
	font-style: italic;
	text-decoration: none;
}
#frame #footer a:hover {
	text-decoration: underline;
}
#frame #breadCrumb {
	height: 60px;
}
#frame #breadCrumb h1, #frame #breadCrumb h1 a {
	color: #6F9907;
	font-size: 14pt;
	margin: 0px;
	padding-top: 12px;
	text-decoration: none;
}
#frame #breadCrumb h1 a:hover {
	text-decoration: underline;
}
#frame #bodyContent h1 {
	font-size: 18pt;
	color: #6F9907;
	border-bottom: 1px solid #6F9907;
	line-height: 24pt;
}
#frame #bodyContent h2 {
	font-size: 14pt;
	color: #6F9907;
}
#frame #bodyContent h3 {
	font-size: 12pt;
	color: #6F9907;
	padding: 0px;
	margin: 0px;
}
#frame #bodyContent h4 {
	font-size: 10pt;
	font-style: italic;
	color: #6F9907;
	padding: 0px;
	margin: 0px;
}
#frame #bodyContent p {
	line-height: 18pt;
	color: #5b5039;
	margin-top: 0px;
}
#frame #bodyContent a {
	color: #5b5039;
}
#frame #bodyContent ul, #frame #bodyContent ol {
	color: #5b5039;
	line-height: 18pt;
}
#frame #bodyContent hr {
	margin-bottom: 20px;
}
#frame #bodyContent .sidebar {
	border: 1px solid #b9aa8a;
	padding: 0px 10px 10px 10px;
	color: #5b5039;
}
#frame #bodyContent .sidebar h1 {
	background: #5b5039;
	color: #FFF;
	font-size: 12pt;
	font-style: italic;
	border-bottom: none;
	padding: 5px;
	margin: 0px -10px 10px -10px;
}
#frame #bodyContent .sidebar ul {
	font-size: 9pt;
	padding-left: 12px;
	line-height: 15pt;
}
#frame #bodyContent .sidebar a {
	color: #5b5039;
}

