table 	{
	font-size:1em;
	padding:0;
	margin:0;
	border-collapse:collapse;
	width:100%;
	}

#background {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.tornHeader {
	height:16px;
	width:100%;
	z-index:15;
	position:absolute;
	top:41px;
	background-image:   url(../images-main/torn-header.gif);
	background-repeat:repeat-x;
}

#topnav {
	position:absolute;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	z-index: 17;
	width:100%;
	height:41px;
	top:0;
	left:0;
}

#topnavContainer {
	margin:30px 0 0 75px;
}

#topnav ul {
	margin:0;
	padding:0;
	display:inline;
	}
	
#topnav li {
	float:left;
	list-style:none;
	}

a.topnav {
	padding:0 8px;
	border-left:1px solid #a9a9a9;
	text-decoration: none;
	color: #a9a9a9;
	}
	
a.topnav:link, a.topnav:visited {
	color:#a9a9a9;
	text-decoration: none;
	font-weight:normal;
	}
	
a.topnav:hover, a.topnav:active {
	color:#666666;
	font-weight:normal;
	text-decoration: underline;
	}

a.topnavfirst {
	padding:0px 8px;
	border-left:none;
	text-decoration: none;
	color:#a9a9a9;
	}
	
a.topnavfirst:link, a.topnavfirst:visited {
	color:#a9a9a9;
	text-decoration: none;
	font-weight:normal;
	}
	
a.topnavfirst:hover, a.topnavfirst:active {
	color:#666666;
	font-weight:normal;
	text-decoration: underline;
	}
	
#secondnav {
	color:#FFFFFF;
	position:absolute;
	margin:0;
	padding:0;
	z-index: 14;
	width:100%;
	top:50px;
	left:75px;
	}

#secondnav ul {
	margin:0;
	padding:0;
	display:inline;
	}
	
#secondnav li {
	float:left;
	list-style:none;
	}

a.secondnav {
	padding:0px 8px;
	border-left:1px solid #ffffff;
	text-decoration: none;
	color: #ffffff;
	}
	
a.secondnav:link, a.secondnav:visited {
	color:#ffffff;
	text-decoration: none;
	font-weight:bold;
	}
	
a.secondnav:hover, a.secondnav:active {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: underline;
	}

a.secondnavfirst {
	padding:0px 8px;
	border-left:none;
	text-decoration: none;
	color: #ffffff;
	}
	
a.secondnavfirst:link, a.secondnavfirst:visited {
	color:#ffffff;
	text-decoration: none;
	font-weight:bold;
	}
	
a.secondnavfirst:hover, a.secondnavfirst:active {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: underline;
	}

.leftside {
	position:absolute;
	width:99px;
	height:294px;
	background-image:url(../images-main/left-bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	top:40px;
	left:0;
	z-index:10;
}

.scrollside {
	position:absolute;
	width:99px;
	height:100%;
	background-image:url(../images-main/left-bg2.gif);
	background-position:top left;
	background-repeat:repeat-y;
	top:280px;
	left:0;
	z-index:9;
}
	
#mainContent {

}

.box {
	position:absolute;
	width: 80%;
	margin:0 0 0 125px;
	padding:0 0 90px 0;
}

.error {
	font-size:90%;
	font-weight:bold;
	color:yellow;
	margin-bottom:10px;
}

#middle {
	padding:52px 0 0 0;
}

#content {
	margin:0;
	padding:0;
}

h1 {
	font-size:1em;
	margin:0;
	padding:8px 12px 10px 12px;
}

h1.alt {
	font-size:1.2em;
	margin:0;
	padding:0;
}

h1 a:link, h1 a:visited {
	color:#ffffff;	
	text-decoration: none;
	}
	
h1 a:hover, h1 a:active {
	color:#ffffff;
	text-decoration: underline;
	}
	
h1.red {
	font-weight:bold;
	font-size:1.2em;
	color:#ffffff;
	padding:6px 12px;
	margin:0;
	background-image:url(../images-main/h1-bg-red.gif);
	background-position:top left;
	background-repeat:repeat-y;
	}
	
h1.redsml {
	font-weight:bold;
	font-size:1em;
	color:#ffffff;
	padding:6px 12px;
	margin:0;
	background-image:url(../images-main/h1-bg-red.gif);
	background-position:top left;
	background-repeat:repeat-y;
	border-top:1px solid #B76781;
	border-right:1px solid #FD3E1B;
	border-left:1px solid #B76781;
	background-color:#6B143F;
	}

.signup_column1 {
	float: left;
	width: 325px;
	margin-bottom:10px;
	padding:0;
	background-color:#320504;
	}

.signup_column2 {
	margin-left:335px;
	margin-bottom:10px;
	padding:0;
	background-color:#320504;
	}
	
/* hide from MacIE \*/
* html .signup_column2 {
	height: 1%;
	}
	
form {
	position: relative;
	margin: 0px;
	padding:0;
	width:655px;
	}
	
.required {
	color:#ffffff;
	text-align: left;
	}

label {
	text-align:left;
	display:block;
	margin: 0 5px 0 0;
	line-height:20px;
	font-weight:normal;
	}

.inputtextfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #999999;
	width:152px;
	vertical-align:middle;
	padding:2px 4px;
	}
	
.inputtextarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #999999;
	width:162px;
	height:48px;
	padding:2px 4px;
	}

.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #999999;
	width:162px;
	margin-right:4px;
	vertical-align:middle;
	}
	
.selectsml {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #999999;
	width:72px;
	margin-right:4px;
	vertical-align:middle;
	padding:2px;
	}
	
img.button {
	position:relative;
	cursor:pointer;
	}
	
tr {
	border-top:1px solid #B76781;
	border-right:1px solid #FD3E1B;
	border-bottom:1px solid #FD3E1B;
	border-left:1px solid #B76781;
	}
	
td {
	padding:6px 10px;
	border-top:1px solid #B76781;
	border-right:1px solid #FD3E1B;
	border-bottom:1px solid #FD3E1B;
	border-left:1px solid #B76781;
	}

th {
	font-size:1em;
	padding:6px 8px;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	border-top:1px solid #B76781;
	border-right:1px solid #FD3E1B;
	border-bottom:1px solid #FD3E1B;
	border-left:1px solid #B76781;
	}
	
	.logo {
	position:absolute;
	width:248px;
	height:71px;
	bottom:0;
	right:0;
	z-index: 20;
	
	  /* Mozilla et al ignores MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='logo.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.logo[class] {
  	background-image: url(../logo.png);
	background-repeat:no-repeat;
}

.tornFooter {
	height:45px;
	width:100%;
	z-index:13;
	position:absolute;
	bottom: 0;
	background-image:   url(../images-main/torn-footer.gif);
	background-repeat:repeat-x;
}
	
#basenav {
	position:absolute;
	left:50px;
	bottom:0;
	color: #A4A9BB;
	padding:5px 0 0 2px;
	background-image:url(../images-main/basenav-bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:46px;
	z-index:16;
	}

#basenav ul {
	margin:0;
	padding:0;
	display:inline;
	}
	
#basenav li {
	float:left;
	list-style:none;
	}

a.basenav {
	padding:0 8px;
	border-left:1px solid #A4A9BB;
	}
	
a.basenav:link, a.basenav:visited {
	color:#A4A9BB;
	text-decoration: none;
	font-weight:normal;
	}
	
a.basenav:hover, a.basenav:active {
	color:#8B92A7;
	font-weight:normal;
	text-decoration: underline;
	}

a.basenavfirst {
	padding:0 8px 0 4px;
	border-left:none;
	text-decoration: none;
	color: #A4A9BB;
	}
	
a.basenavfirst:link, a.basenavfirst:visited {
	color:#A4A9BB;
	text-decoration: none;
	font-weight:normal;
	}
	
a.basenavfirst:hover, a.basenavfirst:active {
	color:#8B92A7;
	font-weight:normal;
	text-decoration: underline;
	}	
	
.cleaner {
	clear:both;
	height:1px;
	font-size:0px;
	border:none;
	margin:0; padding:0;
	background:transparent;
	visibility:hidden;
	}

.floatclear { 
	display:inline-block; 
	width:100%; 
	}
 
/* Hide from IE-mac \*/ 
* html .floatclear { 
	height:1%; 
	width:auto; 
	}
 
.floatclear { 
	display:table; 
	} 
 
/* End hide from IE-mac */


