/*____________________________________________________*/
/*	                                              */
/*	Copyright 2006 Skogen Group                   */
/*	                                              */
/*	Created for:                                  */
/*	ARUP Laboratories                             */
/*	www.aruplab.com - 801.322.2466                */
/*	Salt Lake City, UT 84102                      */
/*	Created by:                                   */
/*	Skogen Group - Creative Services Agency	      */
/*	www.skogengroup.com - 801.322.2466	          */
/*                                                */
/*____________________________________________________*/
/*	                                              */
/*	ARUP Laboratories - www.aruplab.com	          */
/*	style.css - 1.0				                  */
/*	Last updated May 11, 2006                    */
/*	By: CD                                        */
/*                                                    */
/*____________________________________________________*/

/* Legend ____________________________________________*/

/* Layout and rules __________________________________*/
/* Class definitions _________________________________*/
/* Container elements ________________________________*/
/* Ads _______________________________________________*/
/* Header ____________________________________________*/
/* Links _____________________________________________*/
/* Body ______________________________________________*/
/* Headers and lists _________________________________*/
/* Navigation ________________________________________*/
/* Subnavigation _____________________________________*/				
/* Active page _______________________________________*/
/* Contextual navigation _____________________________*/
/* Active page - contextual navigation _______________*/
/* Form ______________________________________________*/
/* News items ________________________________________*/



/* Begin document ____________________________________*/
/* Begin common style ________________________________*/


/* Layout and rules __________________________________*/


   
* {
margin:0;
padding:0; 
}


body * {
	margin: 0;
	padding: 0;
}

body * li { 
	list-style-type: none;
}

body * p {
	margin-left: 5px;
	padding: 0;
}


body {
	margin: 0px;
	padding: 0px 0px 10px 5px;
	border: 0;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: arial, helvetica, verdana, sans-serif;	 
	
}

body li {
list-style-type: none;
list-style-position: outside;
}

img {
	display: block;
	visibility: visible;
	position: static;
	border: none;
	
}



a:link, a:visited, a:hover, a:active  {
	text-decoration: none;
}

a {
	/*color: #DF3A3E;*/
	color: #013E7F;
}



h1 {
	font-size: 1.4em;
	color:#E03A3E;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: normal;
}

h2 { 
	font-size: 1.2em;
	color:#CC0033;
	font-weight: bold;
	margin-bottom: 4px; 
	}
.h2 {
	font-size: 1.2em;
	color:#CC0033;
	font-weight: bold;
	margin-bottom: 4px; 
	}
.h3 {
	font-size: 1.0em;
	color:#CC0033;
	font-weight: bold;
	margin-bottom: 4px; 
	}
 p {
 	padding: 0px;
	margin: 2px 0px 10px 0px;
}

td {font-size:12px;}

a.email {
	color:#6D7571;
}

a.email:hover {
	color: #607B99;
}

a.redLink {
	color:#E03A3E;
}

a.redLink:hover {
	color: #FDBB30;
	text-decoration: underline;
}

hr {
	color: #86888B;
	background-color: #86888B;
	width: 100%;
	margin-bottom: 10px;
	height: 1px;
}


#leftcolumn {
			float: none !important;
			display: none;
}
#header, #banner, #banner a img, #topnav, #navigation, #compmenu, #nav, #nav ul li, #alphamenu, #directory, #compmenu, #topnav, #leftcolumn, #searchcontainer1, #leftnavigation, #menu, #connect, #rightcolumn, #leftcolumn #tab-img, #main-image, #tab-background, #searchbox form, #searchbox, #subfooter { display: none;  }
#footer {width: auto; background: none; }
#footermenu {text-align: left;}
#footermenu ul li.notforPrint {display: none;}
#menu ul, #menu ul li {display: none;}


#contentstyle2 table table table {
font-size: larger;
} 
.tableHeader{
	font-weight: bold;
	background-color:#CC0033;
	color:#FFFFFF;
	}
	
.tableHeader td {
	 padding: 5px;
	 }

.col1{
	background-color:#EDEBE4;
	padding:5px;
	font-size:19px; 	
	}	

.col2{
	background-color:#F5F4EF;
	padding:5px;
	}

.col3{
	background-color:#EDEBE4;
	padding:5px;
	}

.col4{
	background-color:#F5F4EF;
	padding:5px;
	}
.row1 {
	background-color:#F5F4EF;
	padding:5px;
	}
.row2 {
	background-color:#EDEBE4;
	padding:5px;
	}
.clth2 {
    	font-size: 18px;
   	color: #CC0033;
	font-weight:bold;
	padding-bottom:12px;
  }

/*______________________________________ ie workarounds ______________*/



/* Class definitions _________________________________*/
.loginfont {
	font-size: .8em;
}

.ttn {
	 text-transform:lowercase; 
}

.floatleft {
float: left;
}

.floatright {
float: right;
}

.clearleft {
clear: left;
}

.clearright {
clear: right;
}

.clearboth {
clear: both;
}

.hide {
visibility: hidden;
}

.invisible_ {
display: none;
clear: both;
}

.margin1 {
margin: 0px 15px 5px 15px;
}

.margin2 {
margin: 0px 20px 20px 20px;
}

.margin3 {
margin: 0px 10px 10px 10px;
}

/*.inline {
vertical-align: super;
}*/

.block {
display: block;
}

img.inline {
	border:none;
	display: inline;
}

img.block {
	border:none;
	display: block;
}

.alignbottom {
vertical-align:top;
}

