* {
	margin: 0;
	padding: 0;
}
body {
	font: medium/1.4em Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/bkgd2.png) no-repeat left top;
}
/* 
H A C K
*/	
* html body {
	font-size: medium; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}

/* 
PAGE CONTAINERS                                
*/		
#navbar {
	width: 840px;
	position: absolute;
	left: 60px;
	top: 28px;
}
#left {
	width: 400px;
	position: absolute;
	left: 94px;
	top: 71px;
}
#right {
	width: 350px;
	position: absolute;
	left: 540px;
	top: 75px;
}

/* 
NAVBAR
*/			
#nav {
	list-style: none;
	float: left;
	width: 685px;
	margin-bottom: 45px;
}
#nav li {
	float: left;
	padding-bottom: 3px;
	margin-right: 20px;
	background: url(../images/line_dotted_red.gif) repeat-x left bottom;
	cursor: pointer;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
}	

/* 
TEXT CONTENT
*/			
#right #text-content {
	padding: 0 0 10px 0;
	font: 12px/1.8em Georgia, "Times New Roman", Times, serif;
}
#right #text-content #top {
	background: #FFFFFF url(../images/line_dotted.gif) repeat-x left top;
	padding: 0 5px;
}
#right #text-content p{
	padding: 0 5px 15px 5px;
}

/* 
LINKS
*/	
a {
	font-weight: bold;
}		
a:link {
	color: #099;
	text-decoration: none;
}
a:visited {
	color: #099;
	text-decoration: none;
}
a:hover {
	color: #099;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/line_dotted_red.gif) repeat-x left bottom
}
a:active {
	color: #099;
	text-decoration: none;
	background: url(../images/line_dotted_red.gif) repeat-x left bottom
}

/*      LINK FOR EMAIL                                */	
.email a {
	color: #000000;
	padding-left: 12px;
	background: url(../images/icon_mail.gif) no-repeat 0 50%;
}	
.email a:hover {
	color: #099;
	padding-left: 12px;
	background: url(../images/icon_mail_red.gif) no-repeat 0 50%;
}	
/*      LINK FOR OFFSITE                                */	
.offsite a {
	color: #000000;
	padding-right: 12px;
	background: url(../images/icon_offsite.gif) no-repeat right center;
}	
.offsite a:hover {
	color: #099;
	padding-right: 12px;
	background: url(../images/icon_offsite_red.gif) no-repeat right center;
}	


/* 
SPRY                                     
*/	
.rowHover {
	color: #099;
}
.rowSelected {
	color: #099;
}
/* 
FOR SPRY EFFECTS - set main image opacity=0
*/
#mainImg {
	filter: alpha(opacity=0); 
	-moz-opacity: 0; 
	opacity: 0;
	right: 55px;
}

#info {
	width: 158px;
	position: absolute;
	left: 540px;
	top: 504px;
	font: bold 13px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #099;
	text-align: left;
	border: 1px dotted red;
	padding: 5px;
}