/* CSS Document */

/* mac hide\*/
html, body 
	{
	height:100%
	}
/* end hide */


html,body
	{
	padding:0;
	margin:0;
	}


body
	{	
	text-align:center;
	background-color: #FFF;
	font-family:Helvetica, Ariel, sans-serif;
	font-size:12px;
	line-height:19px;
	}
	
	
#outer
	{
	min-height:100%;
	width:700px;
	color: #000000;
	text-align:left;
	margin:-32px auto 0;/* negative top margin top make room for footer*/
	position:relative;
	}
 
 
* html #outer
	{
	height:100%; /*IE treats height as min-height anyway*/
	width:700px;
	w\idth:700px;
	}
	
	
#header
	{
	position:absolute;
	top:32px;/*place it at top of screen but remembering that we have dragged the outer upwards by 52px*/
	left:-1px;
	width:700px;
	height:94px;
	background:#FFFFFF;
	border-bottom:4px solid #777777;
	overflow:hidden;
	color: #000000;
	z-index:100;
	margin-bottom:10px;
	}
	
	
#header_logo
	{
	margin-left:165px;
	padding-top:19px;
	}	
	
	
#right
	{
	position:relative;
	width:150px;
	float:left;
	padding-top:122px;/*needed to make room for absolute header*/
	margin-top:66px;
	text-align:left;
	}


p.menu
	{
	color:#666666;
	font-size:14px;
	line-height:20px;
	}
	
	
a.menu_link
	{
	color:#555555;
	font-weight:normal;
	text-decoration:none;
	}
	
	
a.menu_link:hover
	{
	color:#104b86;
	font-weight:bold;
	text-decoration:none;
	}	
	
	
a.underlink:visited
	{
	color:#555555;
	text-decoration:none;
	font-weight:normal;
	}		


a.underlink:active
	{
	color:#555555;
	text-decoration:none;
	font-weight:normal;
	}		
	
	
p 
	{
	padding:0px 40px 3px 1px;
	margin-top:-2px;
	margin-bottom:10px;
	color:#666666;
	}
	
	
p.blue
	{
	padding:0px 40px 0px 1px;
	margin-top:-2px;
	margin-bottom:15px;
	color:#104b86;
	font-weight:bold;
	line-height:14px;
	}
	

p.note
	{
	color:#666666;
	font-size:9px;
	margin-top:-16px;
	margin-bottom:9px;
	}	


.images
	{
	width:400px;
	overflow:hidden;
	margin-bottom:8px;
	}	
	
.grey_line
	{
	width:400px;
	height:0px;
	border-bottom:4px solid #777777;
	background-repeat:no-repeat;
	margin-bottom:20px;
	}
	

#footer 
	{
	width:700px;
	clear:both;
	height:30px;
	border-top:4px solid #777777;
	background-color:#FFFFFF;
	color: #000000;
	text-align:center;
	margin:auto;
	}


* html #footer 
	{/*only ie gets this style*/
	\height:32px;/* for ie5 */
	he\ight:30px;/* for ie6 */
	}
	
	
#footer_text
	{
	font-size:9px;
	color:#555555;
	padding-top:4px;
	}
	
	
#centrecontent 
	{
	width:400px;
	margin-left:;
	float:right;
	padding-top:122px;/*make room for absolute  header*/
	margin-top:40px;
	margin-right:135px;
	}


.titles
	{
	color:#104b86;
	font-size:14px;
	font-weight:bold;
	padding-left:1px;
	margin-bottom:7px;
	}


html>body #minHeight
	{
	float:left;
	width:0;
	height:100%;
	margin-bottom:-32px;} /*safari wrapper */



.clearer
	{
	height:1px;
	overflow:hidden;
	clear:both}




/* FOR THE SHADOWBOX PAGES WITH THE LARGER IMAGES ON */


.outer_layer
	{
	width:720px;
	height:auto;
	overflow:hidden;
	}

.image_holder
	{
	width:700px;
	margin: 10px 10px 3px 10px;
	height:auto;
	}
	
p.image_numbers
	{
	color:#666666;
	text-align:left;
	margin-left:10px;
	float:left;
	}
	
p.large_titles
	{
	color:#104b86;
	font-weight:bold;
	margin-right:-30px;
	float:right;
	}		












