td {
	text-align: left;
	font-family:tahoma;
	font-size:11px;
	color:#6D6D6D;
	line-height:13px;
}
a {	text-decoration: none;
	color:#136BA6;}

body{margin:0px;padding:0px; background-color:#FFFFFF}

.copy{ font-family:tahoma;
	font-size:11px;
	color:#969696;
	}

.gray {color:#6D6D6D; text-decoration:none}
.blue {color:#136BA6; text-decoration:none}
.orange {color:#FF9600; text-decoration:none}
.red {color:#FF0000; text-decoration:none}
 
.sm {font-size:9px}
.u {text-decoration:underline}
.t {text-transform:uppercase}
.big {font-size:11px}

.form { width:290px;
		height:19px;
		font-family:tahoma;
		font-size:11px;
		border-style:;
		border-width:;
		border-color:#;
		background-color:#;
		color:#;
		margin-left:0px;
		margin-right:0px}

.myparagraph:first-letter {
		font-size:200%;
		float:left;
		color:blue;
		}
		\
.shadow {
  /* needed for Internet explorer */
  height: 1em;
  filter: Shadow(Color=#666666, 
                 Direction=135, 
                 Strength=5);

  /* Needed for Gecko */
  line-height: 2em;
  white-space: nowrap;
}

.textarea { width:290px;
		height:114px;
		font-family:tahoma;
		font-size:11px;
		border-style:;
		border-width:;
		border-color:#;
		background-color:#;
		color:#;
		overflow:auto;
		margin-left:0px;
		margin-right:0px}
		
.textareafull { width:800px;
		height:600px;
		font-family:tahoma;
		font-size:11px;
		border-style:;
		border-width:;
		border-color:#;
		background-color:#;
		color:#;
		overflow:auto;
		margin-left:0px;
		margin-right:0px}

.floatingchar { float:left;
        font-size   : 22pt;
        font-style  : italic;
        font-weight : bold;
        padding : 8px;
        }


.rollover {scrollbar-face-color:#4A483E;
		scrollbar-track-color:#FAF4D3;
		scrollbar-arrow-color:#FAF4D3;
		scrollbar-3Dlight-color:#FAF4D3;
		scrollbar-base-color:#FAF4D3;
		scrollbar-shadow-color:#FAF4D3;
		scrollbar-darkshadow-color:#FAF4D3;
		scrollbar-highlight-color:#FAF4D3;
		}


a:hover{text-decoration:underline;}
#a:hover{text-decoration:none;}


 /* Rss feed style sheet */
 /* http://jade.mcli.dist.maricopa.edu/feed/index.php?s=style#2style */

.rss_box
{}

.rss_title, rss_title a { font-family: tahoma;
	font-size: 110%;
	font-weight:normal;
	color: orange;
    margin: 0px 0;
	padding: 0;
	letter-spacing: 1px; 
	}


.rss_item { text-align: left;
	font-family:tahoma;
	font-size:11px;
	color:gray;
	line-height:13px;
	}

.rss_items { list-style-type: none;
	list-style-image: url("http://www.computer-facilities.com/images/arr.gif")  
	}
 
.rss_item a:link, .rss_item a:visited { color: #FF9600; 
	font-size: 110%; text-decoration: none
	}

.rss_item a:hover {color: blue;
	text-decoration: underline
	}

.rss_date { color: gray;
	font-size: 80%; font-weight: normal 
	}
	
/* Photo Album */
div#header h1 {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	background-color: transparent;
	color: #000000;
}

/* Thumbnail Index */
div#index {
	margin: 1ex 0 1ex 0;
	text-align: center;
}

div#index table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#index td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #D7D7D7;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#index td.thumbcell img {
	border-style: none;
}

div#index div.pages {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
}

/* Photo Navigation */
div#navigation {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 1ex 0 1ex 0;
}

div#navigation table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#navigation td.previous {
	text-align: left;
	width: 100px;
}

div#navigation td.index {
	text-align: center;
}

div#navigation td.next {
	text-align: right;
	width: 100px;
}

div#navigation td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #D7D7D7;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#navigation td.thumbcell img {
	border-style: none;
}

div#navigation td.selected {
	border-style: outset;
	border-width: 2px;
}

div#navigation span.home {
	display: block;
	padding-bottom: 1em;
}

/* Photograph */
div#photograph {
	text-align: center;
	margin: 1ex 0 1ex 0;
}

div#photograph img {
	margin: 0 auto 0 auto;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

/* Photograph Title */
h1.title {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
}

/* Photograph Caption */
p.caption, p.description {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 0.8em;
	display: block;
	width: 320px;
	margin: auto;
}

/* Footnote */
p.footnote {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.6em;
	text-align: right;
	padding: 0 2em 0 0;
}


