html, body 
{
	margin: 0;
	padding: 0;
	height: 100%;
}

body
{
	background-color: #fff;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-size: 100%;
	text-align: center;
	color: #FFF;
	font-weight: normal;
	line-height: 180%;
}

* html body  /* this is recognized by IE only */
  {
	font-size: 95%;
  	line-height: 170%;
}

p
{
	font-size: 90%;
line-height: 150%;
}

h1
{
	font-size: 100%;
}

img 
{ 
border-style: none; 
}

a:link img 
{ 
border-style: none; 
}

a, a:visited
{ 
color: #009; 
}

a:hover, a:active 
{ 
color: #066; 
}

#container
{
	font-stretch: semi-condensed;
	text-align: left;
	background-color: black;
	position: relative;
	width: 800px;
	height: 600px;
	border: solid 24pt #FF0033;
}

.prologo
{
	position: absolute;
	top:36px;
	left: 42px;
	width: 345px;
	height: 150px;
}

.belllogo
{
	position: absolute;
	top: 36px;
	left: 495px;
	width: 234px;
	height: 88px;
}

* html .prologo  /* this is recognized by IE only */
  {
	left: 22px;
  	top:26px;
}
  
  * html .belllogo  /* this is recognized by IE only */
  {
	left: 465px;
  	top:26px;
}


#main
{
	position: relative;
	top: 217px;
	left: 42px;
	width: 710px;
	text-align: center;
}

#leftcol
{
	position: relative;
	top: 217px;
	left: 42px;
	width: 253px;
	height: 414px;
		line-height: 160%;

}

* html #leftcol, * html #main /* this is recognized by IE only */
  {
	left: 22px;
  }

#graybox
{
	position: absolute;
	top: 168px;
	left: 331px;
	width:420px;
	border: solid 1px gray;
	height: 400px;
}

* html #graybox  /* this is recognized by IE only */
  {
	top: 148px;
	left: 311px;
	width:400px;
	font-size: 85%;
		height: 360px;

}

#rightcol
{
	position: relative;
	top: 10px;
	left: 11px;
	width: 380px;
	height: auto;
}

* html #rightcol  /* this is recognized by IE only */
{
	top: 15px;

}

.r1
{
	position: absolute;
top: -1px;
left: -1px;
}

.r2
{
	position: absolute;
top: -1px;
right: -1px;
}

.r3
{
	position: absolute;
bottom: -1px;
left: -1px;
}

.r4
{
	position: absolute;
bottom: -1px;
right: -1px;
}

.signup
{
position: absolute;
top: 300px;
right:20px;
}

* html .signup
{
top: 260px;
}

ul
{
	list-style-image: url("../images/checkmark13x13.gif");
	font-size: 90%;
	margin-bottom: 6px;
}


li { margin-left: -14px;}

label
{
font-size: 70%;
}

input
{
	margin-bottom: 14px;
	margin-right: 3px;
	background-color: #FF9;
	color: #000;
	font-size: 18px;
}


.bgold
{
	color: #C93;
	font-size: 105%;
	line-height: 110%;
	font-weight: bold;
	font-style: italic;
}
.cgold, a.cgold:link, a.cgold:visited
{
	color: #C93;
	text-align: center;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	line-height: 150%;
	text-decoration: none;
}


.gold
{
	color: #C93;
	font-weight: bold;
}

.bot
{
position: absolute;
left: 55px;
bottom: 15px;
}

* .bot
{
left: 25px;
}

.smred, a.smred:link, a.smred:visited
{
	color: #F03;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}

form
{
	margin-left: 30px;
	overflow: hidden;
}

* html form
{
margin-left: 0;
}