@charset "utf-8";
/* CSS Document */
	/* <!-- */
	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:800px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
		font-family:Verdana, Arial; /* Arial, Helvetica, sans-serif */
	}
	a {
		color:#369;
		text-decoration:none;
	}
	a:hover {
		/*color:#fff;*/
		/*background:#369;*/
		text-decoration:underline;
	}
	h1, h2, h3, h4 {
		margin:.3em 0 .3em 0;
		padding:0;
		color:#666;
	}
	hr {
      border: 0px ;
      width: 100%;
    }
    
    hr.hr2 {
      color: #999;
      
      height: 1px;
	  border-top: 1px dotted #369;
    }
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:2px 0 5px;
	}
		
	#topBar{
		clear:both;
		float:left;
		width:100%;
		/*border-bottom:1px solid #ededed;*/
		margin:0;
		text-align:right;
		color:#ccc;
	}
	#topBar p{
		padding:0px 5px 0px 0px;
		margin:0;
		font-size:75%;
	}
	
	#menubar{
		width:100%;
		border-top:1px solid #CCCCCC;
	}
				
	#divider{
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
		background:#ededed;
		margin:0;
		padding:0px;
		text-align:right;
	}
	#divider p{
		padding-left:4px;
		padding-right:4px;
		margin:0;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
		
	}
	/* Full page (1 col) settings */
	.fullpage {
		background:#fff;		/* page background colour */
	}
	.fullpage .col1 {
		width:96%;			/* page width minus left and right padding */
		left:2%;			/* page left padding */
		max-width:1200px;
	}
	/* 2 Column settings */
	.twoColRow { border : 1pt solid #ccc; background:#FFFFFF; padding:2px; font-size:90%; }
	.twoColRowNoBorder { background:#FFFFFF; padding:2px; font-size:90%; }
	.twoColRow h4{ color:#369; }
	.left { float : left; width : 58%; }
	.right { float : right; width : 38%; text-align:right; }
	.spacer { clear : both; }
	
	/* 3 Column settings */
	.threecol {
		background:#fff;		/* right column background colour: f4f4f4 */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#fff;		/* center column background colour */
		/* border-right:1px solid #ccc;  */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#fff;	/* left column background colour */
		/* border-right:1px solid #ccc;  */
		min-width: 176px;
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
		
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #999;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	.wrap {
 width:100%;
 margin:0 0;
 background:#fff;
 height:auto;
 }

.caption{
	font-size:11px;
	font-style:italic;
	text-align:center;
}
 .mainBox {
  float:left;
  width:50%;
  height:auto;
  background:#fff;
  }
  .imageBox {
  float:right;
  padding-left:10px;
  width:48%;
  background:#fff;
  }
  
  .highlightedLink{
	  border:1px #369 solid;
	  background-color:#ededed;
	  padding:3px;
  }
  .resetLink{
	border:none;
	background-color:#fff;
  }
  
  .visibleDiv{
	  visibility:visible;
	  display:block;
  }
  
  .hiddenDiv{
	  visibility:hidden;
	  display:none;
  }
  .lightGrey {
	font-family: Arial, Helvetica, sans-serif; color:#666666;
	font-size: 12px;
}
.darkGrey {
	font-family: Arial, Helvetica, sans-serif; color:#999999;
	font-size: 12px;
}
.boldRed{
	color:#F00;
	font-weight:bold;
}
	/* --> */
