/* CSS Document */
body {
	font-size:12px;
	line-height:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	color:#666666;
	background-color:#93282E !important;
}

h1 {
	font-size:24px;
	font-weight:bold;
	color:#93282E;
	margin-bottom:35px;
}

h4 {
	font-size:18px;
	font-weight:bold;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#93282E;

	margin-bottom:10px;
}

img {
	border:0px;
	margin:0px;
	padding:0px;
}

a {
	margin:0px;
	padding:0px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#cti_container {
	width:980px;
}

#cti_content {
	width:980px;
	background-image:url('/images/bg-sidepoll.gif');
	background-repeat:repeat-y;
	position:relative;
	float:left;
}

#sidebar {
	float:left;
	width:221px;
	background-image:url('/images/bg-sidebar.jpg');
	background-repeat:no-repeat;
	background-position:top;
	min-height:935px;
}

.logo {
	margin-top:30px;
	margin-bottom:20px;
}

#header {
	background-image:url('/images/hdr-lft.jpg');
	background-repeat:no-repeat;
	background-position:left;
	height:124px;
	width:980px;
}

#header img {
	text-align:left;
	margin-left:704px;
}

#content {
	display:block;
	width:699px;
	margin-left:221px;
	padding:15px 30px 15px 30px;
	text-align:left;
}

.div-hr {
	text-align: center;
	border-top: 1px dotted #93282E;
	margin: 15px 0px;
}

#nav {
	height:32px;
	background-image:url('/images/nav_bg.jpg');
	background-repeat:repeat-x;
}

table.addr {
	font-size:11px;
}

table.program_reward_order {
	width:100%;
	background-color:yellow;
	border-collapse:collapse;
	border:1px solid orange;
	padding:5px;
}

th.program_reward_order {
	font-size:16px;
	padding:5px;
}

td.program_reward_order {
	text-align:center;
	padding:3px;
}

td.program_reward_order a {

	color:blue;
	font-weight:bold;
}

td.program_reward_order a:hover {
	text-decoration:underline;
}

