/* CSS Document */

/* Body style */

body{
background-color: #fff;
background-image: url(/images/bg.gif);
padding: 0px;
margin: 0px;
}

/* Layout Positioning */
#center {
	position: absolute;
	width: 760px;
	left: 451px;
	margin-left: -386px;
	top: 5px;

}

#leftMargin {     
	position: absolute;
	width: 760px;
	left: 20;	
}

/* Type */
body, p, .text, ol, blockquote{
	font: normal 12px verdana, lucida, arial, helvetica, sans-serif;
	line-height: 16px;
	color:#333;
	}
	
ul{
	font: normal 12px verdana, lucida, arial, helvetica, sans-serif;
	line-height: 16px;
	color:#333;
	list-style: square;
	}
	
li{
	font: normal 12px verdana, lucida, arial, helvetica, sans-serif;
	line-height: 16px;
	color: #333;
	}

/* Links */

a:link, a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #922C46;
	background: transparent; 
	}

a:visited{
	color:#336;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-weight : bold; 
	color: #669;
	text-decoration: underline;
	background: transparent; 
	}
	

a.menu:link, a.menu:active {
	font: bold 11px tahoma, sans-serif;
	color: #999;
	text-decoration : none;
	background: transparent; 
	}

a.menu:visited{
	font: bold 11px tahoma, sans-serif;
	color: #999;
	text-decoration: none;
}

a.menu:hover {
	font: bold 11px tahoma, sans-serif;
	color: #933;
	text-decoration: none;
	background: transparent; 
	}
	
a.headline:link, a.headline:active {
	font: bold 12px tahoma, sans-serif;
	text-decoration : none;
	color: #922C46;
	line-height: 16px;
	background: transparent; 
	}

a.headline:visited{
	font: bold 12px tahoma, sans-serif;
	color:#336;
	line-height: 16px;
	text-decoration: none;
}

a.headline:hover {
	font: bold 12px tahoma, sans-serif;
	color: #669;
	line-height: 16px;
	text-decoration: underline;
	background: transparent; 
	}
	
a.irex:link, a.irex:active {
	font: 11px verdana, arial, sans-serif;
	text-decoration : none;
	color: #CCC;
	line-height: 22px;
	background: transparent; 
	}

a.irex:visited{
	font: 11px verdana, arial, sans-serif;
	color:#CCC;
	line-height: 22px;
	text-decoration: none;
}

a.irex:hover {
	font: 11px verdana, arial, sans-serif;
	color: #CCC;
	line-height: 22px;
	text-decoration: underline;
	background: transparent; 
	}
	
/* Misc Text */
h1{
	font: bold 20px tahoma sans-serif;
	color: #666;
	margin-top: 0px;
	margin-bottom: 2px;
	}
	
.caption {
	font: bold 12px tahoma, sans-serif;
	color: #999;
	line-height: 16px;
	}

/* Misc */
.thumb {
	margin: 0px 20px 20px 0px;
	border: solid 1px #999;
	float: left;
}

.tabHead {
	font: bold 12px tahoma, sans-serif;
	padding-left: 11px;
	color: #922C46;
	line-height: 16px;
	}

#tabInset {
	background-image: url(/images/tab-inset.gif);
	background-repeat:no-repeat;
	background-color: #FFF;
}
p.image {
    font: 11px; color: #666; line-height: 150%; letter-spacing: 1px;
	text-align: center;
	margin-bottom: 20px;
	float: right;
	margin-left: 20px;
}

p.image img, {
	display: block;
	border:  solid 1px #333;
}
