/* capsiscapital.com */

body {
	margin: 0px;
	background: #c2dff9;
	font-family: tahoma, arial, helvetica;
	text-align: left;
	font-size: 13px;
	color: #7d7b7b;
}

a { color: black; }

#page {
	width: 910px;
	background: white;
	border: 1px solid #e0e0e0;
}

.pageTop {
	float: left;
	width: 910px;
	background: white;
}

.tleft { 
	float: left;
	width: 590px;
	margin-left: 10px;
}

.tright {
	float: right;
	width: 280px;
	margin-right: 10px;
}

.pageBot {
	float: left;
	width: 890px;
	margin-left: 10px;
	border-top: 2px solid #e0e0e0;
}

.pageCon {
	float: left;
	width: 910px;
	padding-bottom: 10px;
}

.pleft { 
	float: left;
	width: 590px;
	margin-left: 20px;
	text-align: left;
}

.pright {
	float: right;
	width: 260px;
	margin-right: 20px;
}

#tmenuCon {
	width: 910px;
}

.tmenul {
	float: left;
	width: 400px;
	margin-left: 20px;
	text-align: left;
}

.tmenur {
	float: right;
	width: 400px;
	margin-right: 20px;
	padding-top: 30px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.phcon {
	float: left;
	width: 580px;
	margin-left: 5px;
	margin-bottom: 10px;
	text-align: left;
}

.phleft {
	float: left;
	width: 280px;
	margin-bottom: 10px;
}

.phright {
	float: right;
	width: 280px;
	margin-bottom: 10px;
}

.footerLinks {
	float: left;
	width: 890px;
	padding-top: 8px;
	border-top: 2px solid #e0e0e0;
	text-align: center;
	font-size: 12px;
	color: #e0e0e0;
}

.footerLinks a {
	color: #7b7b7b;
	text-decoration: none;
}

.footerLinks a:hover {
	color: #333;
	text-decoration: underline;
}

.footerLinks a:visited { }

.copy {
	float: left;
	width: 400px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-top: 6px;
	text-align: left;
	font-size: 12px;
	color: #7d7d7d;
}

.copy a {
	color: #7d7d7d;
	text-decoration: none;
}

.copy a:hover {
	color: #333;
	text-decoration: underline;
}

.copy a:visited { }

.copyb {
	float: right;
	width: 400px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding-top: 6px;
	text-align: right;
	font-size: 12px;
	color: #7d7d7d;
}

.copyb a {
	color: #7d7d7d;
	text-decoration: none;
}

.copyb a:hover {
	color: #333;
	text-decoration: underline;
}

.copyb a:visited { }

.hltitle {
	float: left: 
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #333;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #B61100;
}

.hrtitle {
	float: left: 
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #333;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #1F6AA4;
}

.htitle {
	float: left: 
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #333;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.rc { margin-bottom: 10px; }

.cA {
	width: 25%;
	background: #f7f7f7;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
}

.cB {
	width: 75%;
	color: #B61100;
}

input {
	border: 1px solid #333;
	background: #f7f7f7;
	font-size: 14px;
	color: black;
}

input:hover {
	border: 1px solid #B61100;
	background: white;
	color: black;
}

.btn {
	border: 1px solid #000;
	background: #B61100;
	font-size: 16px;
	font-weight: bold;
	color: white;
}

.btn:hover {
	border: 1px solid #000;
	background: #333;
	color: white;
}

