/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

pre { text-align: left; overflow: visible }
code { background-color: #ffc }
pre code { background-color: #eee }

p { font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
}

li { font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
}

.datatable { font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
}

#information_section {
	background-color:#000000;
	border: 3px solid #00B3ED;
	height: 206px;
	margin-top: 10px;
	padding: 10px;
}

#login_section {
	background-color:#000000;
	border: 3px solid #00B3ED;
	margin-top: 10px;
	padding: 10px;
}

#content_section {
	background-color:#FFFFFF;
	border: 1px dotted #CCCCCC;
	margin: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#images_section {
	background-color:#000000;
	border: 3px solid #00B3ED;
	width: 166px;
	height:206px;
	margin-top: 10px;
	padding-right: 0px;
}

.cyclePix {
	position: absolute;
	left: 0px;
}

#quotes_section {
	position: relative;
	color: #FFFFFF;
	background-color:#000000;
	border: 3px solid #00B3ED;
	width: 166px;
	margin-top: 10px;
	padding: 5px;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
}

a.info_nav:link {
	font-family: arial, sans-serif;
	font-size: .8em;
	font-weight : bold; 
	line-height : 1.2em;
	color : #FFFFFF;
    text-decoration:none;
	display:block;
	padding-bottom: 4px;
}
a.info_nav:active {
	font-family: arial, sans-serif;
	font-size: .8em;
	font-weight : bold; 
	line-height : 1.2em;
	color : #FFFFFF;
    text-decoration:none;
	display:block;
	padding-bottom: 4px;
}
a.info_nav:visited {
	font-family: arial, sans-serif;
	font-size: .8em;
	font-weight : bold; 
	line-height : 1.2em;
	color : #FFFFFF;
    text-decoration:none;
	display:block;
	padding-bottom: 4px;
}
a.info_nav:hover {
	font-family: arial, sans-serif;
	font-size: .8em;
	font-weight : bold; 
	line-height : 1.2em;
	color : #00B3ED;
    text-decoration:none;
	display:block;
	padding-bottom: 4px;
}

.info_head {
	font-family: arial, sans-serif;
	font-size: 1.1em;
	font-weight : bold; 
	color : #00B3ED;
    text-decoration:none;
	display:block;
	padding-bottom: 6px;
	text-align:center;
	float:center;
}

/* page header, uses body colors */
.header {
  width: 100%;             /* full window width */
  margin: 0;
  margin-left: 3px;
  margin-right: 12px;
  padding-top: .5em;
  padding-bottom: .5em;
  text-align: center;
}
/* page footer, uses body colors */
.footer {
  width: 100%;             /* full window width */
  margin: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 88%;
  text-align: center;
}

#scissors {
	position: absolute;
	top: 125px;
	display: none;
	visibility: hidden;
}

.quote {
	text-align: left;
	float: left;
	display: block;
}
.quote-ref {
	text-align: right;
	float: right;
	margin-bottom: 10px;
	display: block;
}