/* CSS Document */

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:600px;		/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
		font-size:100%;
}
a {
	border-bottom: 1px solid #999999;
	display: inline;
	text-decoration: none;
}
a:hover {
	color:#FF0000;
	text-decoration:none;
	display: inline;
}
a:visited {
	color: #000066;
	text-decoration: none;
	border-bottom: 1px solid #999999;
	display: inline;
}
p {
	margin:0em 0 0.5em;
	padding:0;
	font: 10pt/140% Geneva, Arial, Helvetica, san-serif;
	color: #333333;
}
.BOLD {
	font-weight: bold;
	font-variant: small-caps;
}
.yllwHIlght {
	background: #FFFF33;
}
.smLiChkMrk {
	list-style: url(../Images/icons/checkmarkSM.gif) outside;
}
.li-Indnt {
	margin-left: 15%;
}
.li-Indnt5pt {
	margin-left: 8%;
}
.col1 img {
	margin:3px 0;
	float: none;
	display: inline;
	padding: 0px;
}
h1 {
	font: bold 14pt/170% Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-align: center;
	margin: 5pt 0px;
	padding: 0px;
}
h2 {
	margin: 0em 0em .25em;
	padding: 0px;
	font: bold 12pt/150% Geneva, Arial, Helvetica, san-serif;
	color: #000000;
}
h2 a {
	color:#000000;
	border-bottom: 1px solid #999999;
	display: inline;
	text-decoration: none;
}
h2 a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #999999;
	display: inline;
}
h2 a:hover {
	color:#FF0000;
	text-decoration:none;
	display: inline;
}
h3 {
	margin: 0em 0em 0.5em;
	padding: 0px;
	font: 12pt/140% Verdana, Arial, Helvetica, sans-serif;
	color: #0000CC;
}
ul {
	font: 10pt/140% Verdana, Arial, Helvetica, sans-serif;
	list-style: disc outside;
	padding: 0px 0px 0px 2%;
}
li {
	margin-left: 10px;
}
.center {
	text-align: center;
}
blockquote {
	color: #000000;
	margin: 0px 0px .5em;
	border: 1px solid #0000FF;
	padding: 5px;
	text-indent: 0pt;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	font-variant: normal;
}
blockquote p {
	text-align: left;
	margin: 3pt;
	padding: 0em;
	font-style: italic;
	text-indent: 0pt;
	font-size: 12pt;
	color: #FF0000;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
blockquote p.source {
	text-align: right;
	margin: 0pt 6pt 6pt 0pt;
	padding: 0em;
	font-style: normal;
	font-size: 9pt;
}
img {
	float: none;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-right: 3px;
	padding-left: 3px;
}
	/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	border-bottom: 1px solid #999999;
}
#header h1 {
	padding:.4em 15px 0 15px;
	margin:0;
	text-align: center;
}
#header p {
	text-align: center;
}
#header img {
	text-align: center;
	margin: 0px;
	float: none;
}
	/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#FFFFFF;
	border-top:1px solid #999999;
	margin:0;
	padding:6px 15px !important;
	text-align: right;
}
	/* 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 0em 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;
}
	/* 3 Column settings */
.col1 li {
	text-decoration: none;
}

.threecol {
		background:#EDEDFF;		/* right column background colour */
}
.threecol .colmid {
	right:25%;
	background:#FFFFFF;
	border-right: 2px solid #999999;
}
.threecol .colleft {
	right:50%;
	background:#EDEDFF;
	border-right: 2px solid #999999;
}
.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 #000;
}
#footer p {
	padding:10px;
	margin:0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.readmore {
	font: lighter xx-small/100% "Times New Roman", Times, serif;
	color: #999999;
	text-align: right;
}
.floatRght {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
h3 a {
	color:#0000CC;
	border-bottom: 1px solid #0000CC;
	display: inline;
	text-decoration: none;
}
h3 a:visited {
	color: #0000FF;
	text-decoration: none;
	border-bottom: 1px solid #0000FF;
	display: inline;
}
.col2 h2, .col3 h2 {
	color: #333333;
}
.floatLeft {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.titleAuthor {
	font: medium Geneva, Arial, Helvetica, san-serif;
	text-transform: capitalize;
	text-align: center;
}
.Italics {
	font-style: italic;
}
.LrgGldCap {
	font-size: 120%;
	text-transform: capitalize;
	color: #FF6600;
}
.wand {
	list-style: url(../Images/icons/wand.gif) outside;
}
.signup {
	font-family: Geneva, Arial, Helvetica, san-serif;
	color: #333333;
	background: #FFFF99;
	text-align: center;
	border: 2px inset #FFFF00;
	margin-top: 12px;
	font-weight: bold;
	text-transform: capitalize;
}
.biglink {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000000;
}
.topofpage {
	font: xx-small Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
}
.BoldHeader {
	margin: 0.5em .5em;
	padding: 0px;
	font: bold 12px/150% Geneva, Arial, Helvetica, san-serif;
	color: #000000;
}
.BoldHeaderCenter {
	margin: 0.5em .5em;
	padding: 0px;
	font: bold medium/150% Geneva, Arial, Helvetica, san-serif;
	color: #000000;
	text-align: center;
}
.BlueHeaderCentered {
	margin: .5em;
	padding: 0px;
	font: x-large/140% Verdana, Arial, Helvetica, sans-serif;
	color: #0000CC;
	text-align: center;
}
/* adobe stuff */
#mainCenter {
	height:100%;
}

#titleframe {
	width: 100%;
	/*height: 92px;*/
	background-color: #CCCCCC;
	
}

#TopFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

#BottomFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}


/* title frame */

.titleContent { padding: 6px 0 6px 6px; }

.banner
{
	font-size: 12px;
	font-family: Trebuchet MS, verdana, arial;
	color: #333;
}

.banner .title{
	font-size:1.2em;
	font-weight:bold;
}

.banner .info{
	font-size:0.9em;
}

.banner .email{
	font-weight:bold;
}

/* index frame */

.indexContent {
	width:95%;
	border-bottom:1px dotted #333333;
	padding-top:6px;
	padding-bottom:6px;
}

.indexInfo {
	font-size: 12px;
	font-family: Trebuchet MS, verdana, arial;
	padding: 0 0 0 6px;
}

.indexInfo .filename {
	color: #000;
}

.indexInfo .date {
	color: #666;
}

/* file info */

#content {
	width:100%;
	font-size:11px;
	font-family:Trebuchet MS, verdana, arial;
	color: #333333;
	border-bottom:1px dotted #333333;
	padding:8px;
}

#content .header{
	font-size:9px;
	font-weight:bold;
	color: #999;
}

#contentLast {
	width:95%;
	font-size:11px;
	font-family:Trebuchet MS, verdana, arial;
	color: #333333;
	padding-top:6px;
}

#contentLast .header{
	font-size:9px;
	font-weight:bold;
	color: #999;
}
.redbox {
	font: bold x-large Geneva, Arial, Helvetica, san-serif;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: blink;
	background: #FF0000;
	padding: 10px;
	text-align: center;
	margin: 5px;
	border: 4px solid #FFFF00;
}
.tomatobox {
	font: bold x-large Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	color: #FFFF00;
	background: url(../Images/tomato.jpg);
	border: medium solid #FFFFFF;
	text-align: center;
	padding: 10px;
}
.crvdbox {
	font: bold large "Times New Roman", Times, serif;
	color: #660000;
	background: url(../Images/HonorRoll-Oregonian.gif) no-repeat center center;
	text-align: center;
	padding: 10px;
	filter: Alpha(Opacity=50%);
}
.liGrnBx {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00FF00;
	background: #CCFF99;
	text-align: center;
	border: 2px solid #00FF00;
	list-style: none;
	padding: 5px;
	margin-bottom: 5px;
}
.liRdBx {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	background: #CCCC66;
	text-align: center;
	border: 2px solid #FF0000;
	list-style: none;
	padding: 5px;
	margin-bottom: 5px;
}
.liBlBx {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0000FF;
	background: #FFFF33;
	text-align: center;
	border: 2px solid #0000FF;
	list-style: none;
	padding: 5px;
	margin-bottom: 5px;
}
.liYlwBx {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFF00;
	background: #CCFFFF;
	text-align: center;
	padding: 5px;
	margin-bottom: 5px;
	border: 2px solid #FFFF00;
	list-style: none;
}
.liPrplBx {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF00FF;
	background: #FFFF66;
	text-align: center;
	padding: 5px;
	margin-bottom: 5px;
	border: 2px solid #FF00FF;
	list-style: none;
}
.pgrnbx {
	font: italic bold medium/130% Georgia, "Times New Roman", Times, serif;
	color: #990000;
	background: url(../Images/lettuce.jpg) no-repeat center center;
	text-align: center;
	border: 3px inset #FF0000;
}
blockquote img {
	float: left;
	display: inline;
}

