@charset "utf-8";
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(images/bg.gif) repeat;
	margin: 0px;
}
#container {
	width: 731px;
	margin: 0px auto;
	background: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}
#tpmnu {
	border-top: 1px solid #006699;
}
#tpmnu span {
	width: 300px;
	display: block;
	background: #006699 url(images/corner.gif) no-repeat left top;
	padding-top: 5px;
	padding-bottom: 5px;
	float: right;
	color: #FFFFFF;
	padding-right: 15px;
	text-align: right;
	font-size: 10px;
}
#tpmnu a {
	color: #FFFFFF;
	text-decoration: none;
}

#logo {
	clear: both;
	text-align: left;
}
#content {
	text-align: left;
	border-top: 5px solid #FF9900;
}
#lft {
	width: 200px;
	float: left;
	background: #d9dee7;
	padding: 5px;
}
#lft  h2, #main h2 {
	font-size: 11px;
	color: #3E577F;
}
#main h1 {
	font-size: 14px;
	color: #FF6600;
}
#lft li {
	list-style: none;
	background: url(images/list_bullet.gif) no-repeat left center;
	text-indent: 25px;
}
#lft ul {
	margin-left: -40px;
	_margin-left: 0px;
}
#lft a {
	color: #3E577F;
	text-decoration: none;
}
#lft a:hover {
	text-decoration: underline;
}


#main {
	width: 490px;
	_width: 485px;
	float: right;
	background: #FFFFFF;
	border-left: 1px solid #E8E8E8;
	padding: 10px;
}

#bdr  {
	border: 1px solid #CCCCCC;
	padding: 2px;
}
#mnu {
	padding-bottom: 2px;
	clear: both;
}
#main p {
	line-height: 18px;
	text-align: justify;
}
#content li {
	line-height: 18px;
}

#footer {
	padding: 5px 0px;
	background: #e8e8e8;
	border-bottom: 1px solid #999999;
	text-align: center;
	margin-top: 2px;
	font-size: 10px;
}
#footer a {
	color: #333333;
	text-decoration: none;
}

#clr {
	clear: both;
	height: 1px;
}
#lft h1 {
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	background: #3E577F;
	margin: 0px;
	padding: 7px;
}

