body {
	margin: 0;
	padding: 10px 0;
	font: 77% Arial, Helvetica, sans-serif;
	text-align: center;
}
img {
	border: 0;
}
.clr {
	clear: both;
	height: 1px;
	font-size: 1px;
}
.right {
	float: right;
	padding-top: 25px;
}
p {
	margin: 0;
	padding: 10px 0 0;
}
h1 {
	margin: 0;
	padding: 0;
	color: #2e3191;
	font-size: 100%;
	text-transform: capitalize;

}
#container {
	width: 741px;
	margin: auto;
	text-align: left;
}
#header {
	height: 148px;
	background: url(images/header.gif) repeat-x bottom;
}
.leftheader {
	float: left;
	width: 368px;
	height: 148px;
	background: url(images/logo.gif) no-repeat;
}
.logo {
	display: block;
	width: 286px;
	height: 56px;
	margin: 47px 0 0 82px;
}
.title {
	margin: 17px 0 0 194px;
	background: url(images/left_arrow.gif) no-repeat left center;
	padding-left: 18px;
}
.title div {
	background: url(images/right_arrow.gif) no-repeat right center;
	padding: 0 18px 0 0;
	display: inline;
	font-size: 110%;
	font-weight: bold;
	color: #f16422;
}
.headerbuttons {
	float: right;
	background: url(images/rightheader.gif) no-repeat left bottom;
	height: 148px;
}
.headerbuttons img {
	margin: 9px 0 0 4px;
}
#main {
	background: url(images/main_bottom.gif) no-repeat left bottom;
	margin-left: 2px;
	padding-bottom: 13px;
}
.main_inside {
	border-left: 2px solid #9698c8;
	border-right: 2px solid #9698c8;
	padding: 2px 24px 0 11px;
	width: 700px;
}
.leftcol {
	float: left;
	width: 115px;
	background: url(images/separator.gif) repeat-y right;
}
.leftcol ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.leftcol li {
	margin-top: 6px;
	height: 23px;
	line-height: 23px;
	background: url(images/leftnav.gif) no-repeat;
	padding-left: 14px;
}
.leftcol li a {
	text-decoration: none;
	color: #2e3191;
}
div.content {
	float: left;
	width: 586px;
	margin-left: -1px;
	background: url(images/separator.gif) repeat-y left;
}
.content_inside {
	padding: 12px 0 0 16px;
}
ul.content {
	margin: 0px 0 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 300px;
}
ul.content li {
	padding-left: 8px;
	margin-bottom: 4px;
}
h2 {
	margin: 0;
	padding: 0;
	color: #2e3191;
	font-size: 100%;
	text-transform: capitalize;
	text-indent: 12pt;

}
h3 {

	margin: 0;
	padding: 0;
	color: #FF6633;
	font-size: 100%;
	text-transform: capitalize;
	text-indent: 12pt;
}
