/*** basic sitewide styles	text-align:left; ***/

body	{
	font-family: "Univers", verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #fff;
	margin:20px;
	}

tbody {margin:0; padding:0;} /* Fixes spacing around tables for FF */

a:link, a:visited, a:active	{
	color: #000;
	text-decoration: none;
	}

a:hover	{	color: #666; }

td { 
	font-family: "Univers", verdana, arial, helvetica, sans-serif; /*font info redundant for IE */
	font-size: 10px;
	color: #000;
	text-align:left;
	vertical-align:top;
	}
/* handy td styles */
.middle {text-align: center;}
.vertbtm {vertical-align: bottom;}
.rtAlign	{text-align: right;}
td .nowrap {white-space: nowrap; }

img { border:0; }
/*** END basic sitewide styles ***/







/* CSS for interactive pages  */
/*  #contentBox 	{
	width:700px;
	height:700px;
	border: 1px solid #464646;
	margin-left: auto; 
	margin-right: auto;
} */

#contentBox 	{ position:relative; height:700px; margin-right:20px; } /* for div centering */


#IATable { border: 1px solid #464646; } 

.IACol	{
	width: 2px;
	vertical-align: bottom;
	background:#7f7f7f;
	}

.IAColFFPadder {padding:14px 12px 0 12px;} /* Mozillas add padding to width, instead of including */

#logoPlacement	{padding-top:124px;}
#IATitle	{margin:0 0 17px 0px;}

#IATable p	{ font-size:10px; }

.vertmiddle {vertical-align: middle;}
	
	
#address	{
	font-weight:bold;
	line-height:12px;
	padding:30px 0 0 12px;
	}
	
.dropRt	{background: URL(ia_images/dropSh_rt_side.gif) repeat-y; }	
.dropBttm	{background: URL(ia_images/dropSh_side_bttm.gif) repeat-x; }		
	
#lineBox	{	/* was acacac */ border: 1px solid #595959;}

	
/** ||||  Right nav styles ||||| **/
#RtWrapper ul.rtNav {
	list-style-type: none;
    margin: 23px 0 0 0;
    padding: 0;
    width: 130px;
	}

html>body ul.rtNav {width: 130px;}

#RtWrapper ul.rtNav li { background-color: transparent; }

#RtWrapper ul.rtNav a:link, #RtWrapper ul.rtNav a:visited {	
	font-weight: 900;
	font-size: 10px;
    text-decoration: none;
    color: #000;
    padding: 0px 0 3px 0px;
    width: 100%;
    display: block;
	}

html>body ul.rtNav a {width: auto;}

#RtWrapper ul.rtNav a:hover {color: #f60; }

#RtWrapper ul.rtNav a.RtActive:link,
#RtWrapper ul.rtNav a.RtActive:visited,
#RtWrapper ul.rtNav a.RtActive:hover,
#RtWrapper ul.rtNav a.RtActive:active { color: #f60; }

/** ||||  END Right nav styles ||||| **/	


