@charset "UTF-8";
/* CSS Document */


/* \*/
* html .tlc-2, * html .trc-2 {height: 1%;}
/* */

.tlc-2, .trc-2 { zoom: 1 }

body
	{
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	text-align: center; 
	}

.box-2
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: .7em;
	padding: 0;
	text-align: left;
	width: 100%;				/* <-- use this for a set width */
	background-image:url(../images/trans_background.png);
	}
 	
.content-2
	{
	padding:.7em;
	}

.content-2 h1
	{
	color:#6b8e31;
	font-weight: bold;
	font-size: 95%;
	font-family: "Trebuchet MS", arial, helvetica, geneva, sans-serif;
	padding: 0;
	margin: 0;
	}
	
.content-2 h1 a:link, .content-2 h1 a:visited
	{
	color:#6b8e31;
	text-decoration: none;
	}
	
.content-2 h1 a:hover
	{
	color:#000;
	}
	
	
.content-2 h1.two {
	color: #405819;
	font-weight: normal;
	font-size: 100%;
	font-family: "Trebuchet MS", arial, helvetica, geneva, sans-serif;
	padding: 0;
	margin: 0;
	}
	
	
a:link {color:#3b3b3b;  }      /* unvisited link */
a:visited {color:#3b3b3b}  /* visited link */
a:hover {color:#6b8e31; text-decoration: none;}  /* mouse over link */
a:active {color:#3b3b3b}  /* selected link */
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

.tlc-2, .trc-2, .blc-2, .brc-2
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

.tlc-2
	{
	background-image:url(../images/tlc.gif);
	background-position: 0% 0%;
	}

.trc-2
	{
	background-image:url(../images/trc.gif);
	background-position: 100% 0%;
	}
	
.blc-2
	{
	background-image:url(../images/blc.gif);
	background-position: 0% 100%;
	}

.brc-2
	{
	background-image:url(../images/brc.gif);
	background-position: 100% 100%;
	}

.tb-2, .bb-2
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
.tb-2
	{
	background-image:url(../images/tb.gif);
	background-position: 11px 0px;
	}

.bb-2
	{
	background-image:url(../images/bb.gif);
	background-position: 50% 100%;
	}
	
.rb-2
	{
	background-image:url(../images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

.lb-2
	{
	background-image:url(../images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
			