html,body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height:100%;
}


/* Table */
td.login {
	height:36px;
	text-align:right;
}

td.leftside {
	width:419px;
	vertical-align:top;
	padding-left:36px;
	padding-top:36px;
}

td.rightside {
	width:517px;
	vertical-align:top;

}

/* divs */
.textboxviz {
	position:relative;
	width:474px;
	top:83px;
	margin-left:43px;
	visibility:visible;
	display:block;	
}

.textboxhid {
	position:relative;
	width:474px;
	top:83px;
	margin-left:43px;
	visibility:hidden;
	display:none;	
}

.contactbox {
	background-image: url('images/contact_back.gif'); 
	background-repeat: no-repeat;
	position:relative;
	width:474px;
	height:281px;
	top:83px;
	margin-left:43px;
	visibility:visible;
	display:block;	
}


/* Headers */

h1 {
	
	font-size: 20px;
	font-weight: normal;  
	color: #52351f;
	font-family: "times new roman", times, georgia, sans-serif;
	line-height: 50px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 42px;
	margin-left: 71px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	
}








/* Lists */

ul {
	font-size: 12px;
	font-weight: normal;    
	color: #837870;
	font-family: arial, helvetica, verdana, sans-serif;
	line-height: 20px;
	margin-top:0px;
	margin-right: 0px;
	margin-left: 30px;
	text-align: left;
	list-style-image: url('images/bluebullet.gif');
	list-style-type: disc;
	list-style-position: inside;
	text-indent: 10px;
}


li {
	margin-left:30px;
	
}

/* Text */

p {
	font-size: 12px;
	font-weight: normal;    
	color: #837870;
	font-family: arial, helvetica, verdana, sans-serif;
	line-height: 20px;
	margin-top:0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
}

p.contactblue {
	font-size: 14px;
	font-weight: bold;    
	color: #0086c5;
	font-family: arial, helvetica, verdana, sans-serif;
	line-height: 20px;
	margin-top:0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
}

p.contactgrey {
	font-size: 14px;
	font-weight: bold;    
	color: #837870;
	font-family: arial, helvetica, verdana, sans-serif;
	line-height: 20px;
	margin-top:0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
}





/* Links */

A.bodylink {
	font-size: 12px;
	font-weight: normal;    
	color: #0086c5;
	font-family: arial, helvetica, verdana, sans;
	text-decoration: none;
	
	
	
}


A.bodylink:hover {
	text-decoration: underline;
}

A.contactlink {
	font-size: 12px;
	font-weight: normal;    
	color: #837870;
	font-family: arial, helvetica, verdana, sans;
	text-decoration: none;
	
	
	
}


A.contactlink:hover {
	text-decoration: underline;
}



a:active, a:focus {outline: 0;}

