/* CSS Document */


html,body {
	
	color:#000;
	background:none;
	
	
	}
	
body {
	/*padding:10px;
	font:76%/135% "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	*/
		
	font: 100% Arial, Helvetica, sans-serif;
	
	}
	
logo_print {
	
	position: absolute;
	left: 0;
	top: 0;
	
	background: url(../images/logo_printable.gif) no-repeat;
}
	
p {}

img {
border:none;
}

#container {
	
	
	/*width: auto;*/
	
	}

/* Rules for the top corners and border */
.bt {


	background:none;
	
	/*height:12px */
	}
	
.bt div {
/*display:none;
*/
	/*height:12px;*/
	 /* from 18 */
	
	/*left:-12px;*/
	background:none;
	*/
	}

/* Rules for the bottom corners and border */
.bb {
/*display:none;*/
	background:none;
	
	/*height:12px;*/
	
	}
.bb div {

/*	height:12px;
	width:12px;
	*/
	
	background:none;
	
	}

/* Insert the left border */
.lb {



	background:none;
	}
/* Insert the right border */
.rb {

	
	background:none;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
#wrapper {


/*
	background:#fff;
	border:1px solid #fff;
	border-width:1px 0;
	margin:0;
	*/
	}
	
#content-wrapper {

  left-margin: 0;
  right-margin: .6in;
  
  
}
	
	
.header {
/*
	background:url(../images/bannerbg.jpg) repeat-x 100% 0;
	margin: 0;
	height:133px;
	*/
	display:none;
		
}

#leftcol {
display:none;
/*
	width: 175px;
	float:left;
	margin-right: 10px;
	margin-bottom:5px;
	*/
}

.colbox {

	border: 1px solid black;
}



.colbox img {
float:right;
border-left: 1px solid black;
margin-left: 10px;

}

.colcontent {
 font-size:14px;
 line-height: 1.25em;
 padding-top: 10px;
 padding-left: 10px;
 padding-bottom: 10px;
}

.rightlink {
    float:right;
	text-align:right;

}

#leftcol h1 {
	background:none;
	height: 1.2em;
	text-align:center;
	border-bottom: 1px solid black;
	color:#FFFFFF;
	font-size:1.2em;
	padding:5px;
	margin:0;
	vertical-align:baseline;
	
}

.colbox ul {
  list-style:none;
}

.colbox ul li {
text-align: left; 
margin-left:-2em;
 padding-right:2px;
}

#rightcol {
  position: relative;
  float:left;
  text-align:left;
	
	/*vertical-align:top;
	margin-bottom:10px;
	*/
}

#contentcol {
 float:left;
}

#footer {
	width:auto;
	text-align:center;
	/*padding:5px;*/
	background:none;
	clear:both;
	text-decoration: none;
	color: #000000;
}
/* CSS for the box ends here */

/* You can use different borders for different boxes on the same page. Just adjust the CSS. The following is an example that uses the GIF images instead of the PNG images. Note that you can also adjust borders, heights and paddings this way. Remember to adjust the IE CSS as well. */
.three .lb,
.three .rb {
	background-image:url(../images/borders.gif);
	}
.three .bt,
.three .bt div,
.three .bb,
.three .bb div {
	background-image:url(../images/box.gif);
	}

#rightcol h1, #colcontent h1 {
	/*margin:0 -10px 10px; 
	padding:0.3em 10px;*/
	
	font:bold 1.3em/1 Arial, Helvetica, sans-serif;
	
}
	
#navbar {
display:none;
/*
/*
border-bottom: 1px solid #fff;
height: 2.4em;
background: url(../images/greymenubg.jpg) repeat-x 100%;
width:auto;
margin-top: 0;
*/
}

#navbar ul {
  list-style-type:none;
  text-align: center;
  padding:0;
  height:inherit;
  margin:0;	
  font-size: 1em;
    
}

#navbar ul li {
display: inline;
}

#navbar ul li a {
text-decoration:none;
color: #fff;
padding: .5em 1em;
float: left;
border-right: 1px solid #fff;
position:relative;

background: url(../images/greymenubg.jpg) repeat-x 100%;
}

#navbar ul li a:hover {
color:#000000;
}


.photo_caption {
float:right;
margin-left:10px;
margin-right:5px;
text-align:center;
width:auto;
}

.photo_caption img {
border:1px solid black;
text-align:center;

}

.photo_caption p {
font:11px Arial, Helvetica, sans-serif;
text-align:center;
width: auto;
margin-top:3px;
}	