#base{
background-image: url('images/bg.jpg');
background-repeat: repeat-x;
}
#container{
width: 900px;
height: 600px;
text-align: left;
margin: 0 auto;
}
#hitlistBox{
	position: relative;
	left: 51px;
	top: 28px;
	background-image: url('images/hitlist_block.gif');
	background-repeat: no-repeat;
	width: 259px;
	height: 570px;
	float: left;
}
#spaceBox{
	position: relative;
	left: 51px;
	top: 0px;
	width: 259px;
	height: 950px;
}
#hitlistLogo{
	position: relative;
	margin: 0 auto;
	top: 43px;
	width: 213px;
	height: 108px;
	z-index: 3;
}
#hitlistForm{
	padding-top: 85px;
	position: relative;
	margin: 0 auto;
	width: 213px;
	z-index: 2;
}
#hitlistButtons{
	position: relative;
	margin: 0 auto;
	padding-top: 25px;
	width: 213px;
	z-index: 1;
}
#copyright{
	position: relative;
	margin: 0 auto;
	padding-top: 45px;
	width: 213px;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
}
#orangeBox{
	position: relative;
	left: 61px;
	top: 28px;
	background-image: url('images/orange_block.gif');
	width: 269px;
	height: 187px;
	float: left;
}
#blueBox{
	position: relative;
	left: 61px;
	top: 28px;
	background-image: url('images/blue_block.gif');
	width: 269px;
	height: 187px;
	float: left;
}
#homeNavBox{
	position: relative;
	left: 61px;
	top: 28px;
	width: 538px;
	height: 60px;
	float: left;
}
#innerHomeNavBox{
	background: #CBCBCB;
	position: relative;
	padding-top: 10px;
	width: 524px;
	height: 30px;
}
#topTextBox{
	position: relative;
	left: 61px;
	top: 28px;
	width: 524px;
	float: left;
}
#mainTextBox{
	position: relative;
	left: 0px;
	top: 0px;
	width: 524px;
	background-image: url('images/text_box_mid.gif');
	background-repeat: repeat-y;
	overflow: visible;
}
#bottomTextBox{
	padding-bottom: 10px;
	position: relative;
	left: 61px;
	top: 28px;
	width: 524px;

}
#innerBottomTextBox{
	position: relative;
	width: 524px;
}
#innerTopTextBox{
	position: relative;
	width: 524px;
}
#innerBox{
	position: relative;
	left: 22px;
	top: 18px;
	width: 215px;
}

#innerTextBox{
	position: relative;
	width: 399px;
	padding-left: 65px;
	padding-right: 60px;
	padding-top: 0px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	overflow: visible;
}
.salesFeeder{
	background-image: url(images/sales_feeder_mid.gif);
}
.campaignDataPack{
	background-image: url(images/campaign_data_pack_mid.gif);
}
.communityManager{
	background-image: url(images/community_manager_mid.gif);
}
.campaignToolbox{
	background-image: url(images/campaign_toolbox_mid.gif);
}
.campaignAccelerator{
	background-image: url(images/campaign_accelerator_mid.gif);
}
.emailBlaster{
	background-image: url(images/email_blaster_mid.gif);
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 0px;
	background: #CBCBCB;
	margin: 0;
	padding: 0;
}
.blockText {
	line-height: 120%;
	color:#FFFFFF;
	font-weight: 400;
}
.blockHeading {
	line-height: normal;
	font-weight: bold;
	font-size: 20px;
	color: #004972
}
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	font-size: 12px;
	color: #004972;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 110%;
	font-size: 11px;
}
.highlightText {
	color: #F88208
}
.linkText {
	color:#004972;
}
.formText {
	color:#6397B8;
}
.headingText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#F88208;
	line-height: normal;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom:-6px;
}
h1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#F88208;
	line-height: normal;
	font-weight: bold;
	margin-bottom:-2px;
}
h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left:0px;
	font-size: 14px;
	margin-top:20px;
	margin-bottom:-6px;
}
h3 { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left:0px;
	font-size: 12px;
	margin-bottom:-6px;
}
li { 
	color:#3C7596;
	list-style-type:disc;
	margin-left:-24px;
	margin-bottom:3px;
}

a:link {
	color: #004972;
	text-decoration: underline;
}
a:visited {
	color: #004972;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: underline;
}
