@charset "UTF-8";
/*   ROBOTS CSS Document */


/* makes yellow text black, black backgrounds white */
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	margin-left:1.5in;
	margin-right:.5in;
}


/* example of font tag change to 'black' */
h1 {
	color: #000000;
	font-size:16pt;
	line-height:14pt;
}


h3 {
	color: #000000;
	letter-spacing: 1px;
	margin:0;
}



/* Sets areas NOT to print */
.noPrint {
	display: none;
}

#textbox {
	overflow:visible;
	height:auto;
}



a {
	text-decoration:none;
}


p {
	margin-top:14px;
	padding-top:0;
	line-height:12pt;
}

p span {
	color:#FF9900;
	font-style:italic;
	font-size:15px;
} 


/* centers links */
.toplinks {
	margin-top:15pt;
	margin-bottom:15pt;
	text-align:center;
	margin-right:40pt;	
}

.right {
	float:right;
	margin:0;
	padding:0;
	border:0;
}

.left {
	float:left;
	margin-left:14px;
	margin-right:10px;
	margin-top:0px;	
}



/************************************************************************* Classes */

/*for photos and images that float right */
.right {
	float:right;
	margin-right:7px;
	padding: 10px 0 8px 15px;
	border:0;
	clear:both;
}

.right img {
	border:1px solid #000000;
}

.picon {
	float:right;
	margin-right:7px;
	padding: 10px 0 8px 15px;
	border:0;
	clear:both;
}

.left {
	float:left;
	margin:13px 10px 0 26px;
}

.left img {
	border:1px solid #000000;
}


.dropcap {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	float:left;
	color:#FF9900;
	font-size:40px;
	font-weight:100;
	line-height:76%;
	letter-spacing:2px;
}

.caption {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:11px;
	color:#FF9900;
	text-align:center;
}

.center {
	padding-top:5px;
	text-align:center;
}

.pcenter {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	font-weight:500;
	margin-left:5px;
	padding:0;
	color:#F2C76C;
	text-align:center;
}

/* Page footer style */
.bcenter {
	text-align:center;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	font-weight:500;
	border-top:#3B3B3B solid 3px;
	padding:0;
	color:#F2C76C;
	background-color:#1e1308;
}

.topblk {
	background-color:#1e1308;
}

.justify {
	text-align:justify;
}

.italic {
	font-style:italic;
}

.w {
	color:#ff9900;
}

.footer {
	display: block;
	position:fixed;
	bottom: 0;
	left: 0;
	height: 13px;
	width: 100%;
	text-align:right;
}


/**************************************************************************** Table CSS */

table {
	margin-left:0px;
	border: 1px solid #C1DAD7;
	width:500px;
}

th {
	font: bold 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #FF9900;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: #6D929B;
}

/* right column cells */
td {
	font: bold 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 7px 7px 7px 12px;
	color: #6D929B;
}

td.alt {
	background: #F5FAFA;
	color: #6D929B;
}

td li {
	font: bold 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#6D929B;
	margin: 0 0 0 20px;
	
}
