HTML {
  margin-left:auto;
  margin-right:auto; 
}

body {
  margin: 0 auto;
  padding:10px;
  text-align:center;
  background-color: #F0F0F1; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#wrapper {
  	background-image:url(../images/tl/bkgd.jpg);
	width: 784px;
	background-repeat: no-repeat;
	height: 406px;
	margin-left:auto;
	margin-right:auto;
	
}

div#rtColumn {
	margin-right: auto;
	margin-left: auto;
	width: 238px;
	text-align: left;
}

div#UserTypeContainer {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:547px;
}

div#footer {
  margin-right: auto;
  margin-left: auto;
  width: 784px;
  text-align: center;
} 

.footer {
	background-image: url(../images/tl/footer_repeat.gif);
	height: 30px;
}
.type21Bold      { font-size:21px; font-weight:bold; }
.type16Bold      { font-size:16px; font-weight:bold; }
.type16          { font-size:16px; }
.type15Bold      { font-size:15px; font-weight:bold; }
.type14Bold      { font-size:14px; font-weight:bold; }
.type13Bold      { font-size:13px; font-weight:bold; }
.type13          { font-size:13px; }
.type12Bold      { font-size:12px; font-weight:bold; }
.type12          { font-size:12px; }
.type11Bold      { font-size:11px; font-weight:bold; }
.type11          { font-size:11px; }
.type10          { font-size:10px; }


.footerBlack {font-size:10px;color:#000;}
.handCursor {cursor: hand;cursor:pointer;}

a.link:link     { color:#0099cc; font-size:13px; font-weight:bold; text-decoration:none; }
a.link:visited  { color:#006699; font-size:13px; font-weight:bold; text-decoration:none; }
a.link:hover    { color:#0066ccc; font-size:13px; font-weight:bold; text-decoration:underline; }

.vertDivide {
	background-color: #CCC;
	width: 1px;
}
.colUserType {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 35px;
	vertical-align: top;
}
.colHelp {
	vertical-align: top;
	padding: 20px;
}
.subheader {
	background-image: url(../images/tl/header_repeat.gif);
	vertical-align: middle;
}
.header {
	background-color: #3E3E3E;
}

