@charset "UTF-8";
/* CSS Document */

/* Begin site styles */

/* Links */
a { text-decoration : underline; color : #0000ff; }

/* tags */
body {
	color : #000000; background : #ffffff; font-family : "Times New Roman", Times, serif; font-size : 14pt; 
}

#contentbox2

{
color : #000000; background : #ffffff; font-family : "Times New Roman", Times, serif; font-size : 14pt; width:100%;}

#contentcontainer2 {
	background-image:none;
	background-repeat:no-repeat;
	background-color:#fff;
	padding:0px;
	width:100%;
}
/*ids */ 

#pagecontainer {
	float:left;
	width: 100%;
	display:inline;
}

#navarea {
	width:218px;
	float:left;
	display:none;
}
#footer1{
	float:left;
	clear:both;
	width:858px;
}
#footer{
	display:none;
}

/* classes */
.caption {
	font-family: Helvetica, Verdana, Geneva, sans-serif; 
	font-size:11px;
	color:#162c3d;
	margin-top:4px;
	text-align:center;
	width:auto;
}
.left {
	float:left;
	border: #fff solid 2px;
	margin-right: 6px;
}
.right {
	float:right;
	border: #fff solid 2px;
	margin-left: 6px;
}
.imgcontainer {
	position:relative;
	float:left;
	}
.caption {
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	background:#fff;
	width:100%;
	opacity:.75;
	filter:alpha(opacity=85);
	color:#000;
	}
.holder {
	float:left;
}
div .caption
{display:none;}
div .imgcontainer .caption
{display:inline;}

