body {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-color: #2765b0;
	background-repeat: no-repeat;
	background-position: center top;
}
.left_top_shadow {
	height: 20px;
	width: 20px;
	background-image: url(../images/top_left_shadow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.right_top_shadow {
	height: 20px;
	width: 20px;
	background-image: url(../images/top_right_shadow.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.center_top_shadow {
	height: 20px;
	width: 760px;
	background-image: url(../images/top_center_shadow.png);
	background-repeat: repeat-x;
	background-position: center center;
}
.left_bot_shadow {
	height: 20px;
	width: 20px;
	background-image: url(../images/bot_left_shadow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.right_bot_shadow {
	height: 20px;
	width: 20px;
	background-image: url(../images/bot_right_shadow.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.center_bot_shadow {
	height: 20px;
	width: 760px;
	background-image: url(../images/bot_center_shadow.png);
	background-repeat: repeat-x;
	background-position: center center;
}
.left_mid_shadow {
	width: 20px;
	background-image: url(../images/left_mid_shadow.png);
	background-repeat: repeat-y;
	background-position: right center;
}
.right_mid_shadow {
	width: 20px;
	background-image: url(../images/right_mid_shadow.png);
	background-repeat: repeat-y;
	background-position: left center;
}
div.left {
	padding-top: 4px;

}
div.left p {
	margin: 0px;
	padding: 2px 0px 2px 12px;
}
div.left p a {
	margin: 0px;
	padding: 2px 0px 2px 12px;
	color: #2765b0;
	text-decoration: none;
}
div.left p a:link {
	margin: 0px;
	padding: 2px 0px 2px 12px;
	color: #2765b0;
	text-decoration: none;
}

div.left  p  a:hover  {
	margin: 0px;
	padding: 2px 0px 2px 12px;
	color: #2765b0;
	text-decoration: none;
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}
div.left  blockquote  {
	margin: 0px;
	padding: 0px 0px 10px 12px;
	color: #2765b0;
	text-decoration: none;
	font-size: 90%;
}
div.footer {
	font-size: 8pt;
	color: #2765b0;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2765b0;
	padding-top: 4px;
}
.divider_bar {
	background-image: url(../images/divider.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
}
div.page_content {
	margin: 0px 80px 0px 20px;
	padding: 0px;

}
a:link {
	color: #2765B0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #2765B0;
}

div.page_content h1 {
	font-size: 140%;
	color: #2765b0;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
	font-weight: normal;
}
div.page_content hr {
	margin: 0px 0px 8px;
	padding: 0px;
	width: 80%;
	text-align: left;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #2765b0;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div.page_content p {
	margin: 0px;
	padding: 4px 0px 8px;
}
div.page_content h2 {
	font-size: 120%;
	color: #2765b0;
	padding-top: 0px;
	padding-bottom: 4px;
	margin: 0px;
	font-style: italic;
	font-weight: normal;
}
div.page_content blockquote {
	margin: 0px;
	padding-left: 12px;
}
div.page_content ul {
	margin: 0px 0px 0px 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
*{ behavior: url(/iepngfix.htc) 
}

