/***** Global Settings *****/html, body {border:0;margin:0;padding:0;
background-color: rgb(195,195,170);
}body {font:100%/1.25 arial, helvetica, sans-serif;}/***** TYPOGRAPHY *****/h1, h2, h3, h4, h5, h6 {margin:0;padding:7px 7px 6px 7px;font-weight:normal;}h1 {	font:16px/16px georgia, times new roman, serif;
	font-weight: bold;
	font-style: italic;
}h2 {	margin:0;	padding:7px 7px 5px 7px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: white;
	font-weight:bold;
	background:rgb(175,75,45);
}

h3 	{
	font-style: italic;
	font-family: Georgia, Times, serif;
	font-size: 13px;
	line-height: 18px;
	padding:10px 18px 0px 18px;
	background:rgb(154,177,130);
	}
p {	margin:0;	padding:7px 7px 6px 9px;
	font-family: Georgia, Times, serif;
	font-size: 13px;
	line-height: 16px;	}
	
.license {	margin:0;	padding:3px 18px 6px 18px;
	font-family: Courier, mono;
	font-size: 12px;
	line-height: 15px;
	font-weight; bold;
	background:rgb(154,177,130);	}

.endnotes {	margin:0;	padding:3px 18px 6px 18px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 15px;
	background:rgb(154,177,130);}

/***** this class to be used <q class=hang>xxx</q> to create hanging quotation marks *****/
.hang	{
	margin-left:-5px;
	}
	
	ul, ol {list-style:none;padding:0 0 18px 40px;}blockquote {margin:0px 0px 0px 25px;padding: 0px 7px 7px 7px;
font-family: Georgia, Times, sans-serif;
font-size: 12px;
line-height: 17px;
font-style: italic;}


small {font-size:0.85em;}img {border:0;}sup {position:relative;bottom:0.3em;vertical-align:baseline;}sub {position:relative;bottom:-0.2em;vertical-align:baseline;}acronym, abbr {cursor:help;letter-spacing:1px;border-bottom:1px dashed;}


/***** 8 Columns
15 + 	305 + 10 	
		320		635		960		1285	1610	1935	2260	2585 *****/
#col1	{
	position: absolute;
	top: 25px;	
	left: 15px;	width: 620px;
	height:610px;
	margin:0 auto;
	background-image: url('2br02b_bg.png');
	background-repeat: no-repeat;
	 	}

#col2	{
	position: absolute;
	top: 25px;	
	left: 635px;	width: 305px;
	height:610px;
	margin:0 auto;
	background:rgb(185,185,155);
 	}

#col3	{
	position: absolute;
	top: 50px;	
	left: 960px;	width: 305px;
	height:610px;
	margin:0 auto;
	background:rgb(185,185,155);
 	}
 	
#col4	{
	position: absolute;
	top: 25px;	
	left: 1285px;	width: 305px;
	height:610px;
	margin:0 auto;
	background:rgb(185,185,155);
 	}
 	
#col5	{
	position: absolute;
	top: 50px;	
	left: 1610px;	width: 305px;
	height:610px;
	margin:0 auto;
	background:rgb(185,185,155);
 	}
 	
#col6	{
	position: absolute;
	top: 25px;	
	left: 1935px;	width: 305px;
	height:610px;
	margin:0 auto;
	background:rgb(185,185,155);
 	}
 	
#col7	{
	position: absolute;
	top: 50px;	
	left: 2260px;	width: 305px;
	height:610px;
	margin:0 auto;
	background:rgb(185,185,155);
 	}
 	
#col8	{
	position: absolute;
	top: 25px;	
	left: 2585px;	width: 305px;
	height:610px;
	margin:0 auto;
	background:rgb(185,185,155);
 	}
 	
#col9	{
	position: absolute;
	top: 50px;	
	left: 2910px;	width: 305px;
	height:610px;
	margin:0 auto;
	background:rgb(185,185,155);
 	}	
#col10	{
	position: absolute;
	top: 25px;	
	left: 3235px;	width: 305px;
	height:610px;
	margin:0 auto;
	background:rgb(185,185,155);
 	}
 	
#col11	{
	position: absolute;
	top: 50px;	
	left: 3560px;	width: 305px;
	height:610px;
	margin:0 auto;
	background:rgb(185,185,155);
 	}
 	
#col12	{
	position: absolute;
	top: 25px;	
	left: 3885px;	width: 305px;
	height:610px;
	margin:0 auto;
	background:rgb(185,185,155);
 	}
 	
#col13	{
	position: absolute;
	top: 50px;	
	left: 4210px;	width: 305px;
	height:610px;
	margin:0 auto;
	background:rgb(185,185,155);
 	}
 	
#col14	{
	position: absolute;
	top: 50px;	
	left: 4585px;	width: 305px;
	height:610px;
	margin:0 auto;
	
	background-repeat: no-repeat;
	 }
	 
#col15	{
	position: absolute;
	top: 50px;	
	left: 4910px;	width: 305px;
	height:610px;
	margin:0 auto;
	padding: 0 30px 0 0;
	
	background-repeat: no-repeat;
	
	 }
/***** Links *****/a, a:visited {text-decoration:none;}/***** Forms *****/form {margin:0;padding:0;display:inline;}input, select, textarea {font:1em arial, helvetica, sans-serif;}textarea {line-height:1.25;}label {cursor:pointer;}/***** Tables *****/table {border:0;margin:0 0 18px 0;padding:0;}	table tr td {	padding:2px;	}/***** Wrapper *****/#wrap {width:960px;margin:0 auto;}/***** Global Classes *****/.clear 			{ clear:both; }.float-left 	{ float:left; }.float-right 	{ float:right; }.text-left 		{ text-align:left; }.text-right 	{ text-align:right; }.text-center 	{ text-align:center; }.text-justify 	{ text-align:justify; }.bold 			{ font-weight:bold; }.italic 		{ font-style:italic; }.underline 		{ border-bottom:1px solid; }.highlight 		{ background:#ffc; }.wrap 			{ width:960px;margin:0 auto; }.img-left 		{ float:left;margin:4px 10px 4px 0; }.img-right 		{ float:right;margin:4px 0 4px 10px; }.nopadding 		{ padding:0; }.noindent 		{ margin-left:0;padding-left:0; }.nobullet 		{ list-style:none;list-style-image:none; }