/* CSS Document for operatif */

body{
	background-image:url(images/backgnd.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#333333;
	scrollbar-base-color: #FFFFFF;
	scrollbar-face-color: Gray;
	scrollbar-track-color: #E2E2E2;
	scrollbar-arrow-color: White;
	scrollbar-highlight-color: #C8C8C8;
	scrollbar-3dlight-color: #C8C8C8;
	scrollbar-shadow-color: #C8C8C8;
	scrollbar-darkshadow-color: #C8C8C8;
	}

#frame{
	margin-top:0px;
	width:955px;
	margin-right:auto;
	margin-left:auto;
	background-color:#FFFFFF
	}

#header{
	width:955px;
	height:242px;
	}
	
#subheader{
	width:495px;
	height:26px;
	background-color:#333333;
	top:242px;
	font-weight:bold;
	padding-top:10px;
	padding-left:460px;
	}

#mid {
	background-image:url(images/bkgndmain.gif);
	background-repeat:repeat-y;
	width:955px;
	}

#content{
	width:683px;
	float:right;
	padding-left:25px;
	padding-right:25px;
	background-image:url(images/florabackgnd.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	min-height:900px;
	text-align: center;
		
	}

#divider{
	width:955px;
	height:5px;
	background-color:#333333;

}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align:center;
	font-weight: bold;
	width:955px;
	height:55px;
	padding-left:0px;
	padding-top:10px;
	background-color:#FFFFFF;
	}
	
	
/* navbar */

#navbar {
	background-image:url(images/bkgndmain.gif);
	
	top: 279px;
	padding-top:1px;
	width: 222px;
	z-index: 1;
	margin-left:0px;
	float:left;
	height:331px;
	}
	



/* text styles */



#content p{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	margin-top:0px;
	}
	
	.p{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	margin-top:0px;
	}

#content h1{
	font-size:30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #993333;
	text-align: left;
	margin-top:0px;
	font-weight: normal;
	}

#content h2{
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #993333;
	text-align: left;
	margin-top:0px;
	}

#content h3{
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #993333;
	text-align: left;
	margin-top:0px;
	}

#content h4{
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #993333;
	text-align: left;
	margin-top:0px;
	}

#content h5{
	font-size:20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #993333;
	text-align: center;
	margin-top:15px;
	}
	
#content a{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
	}

#content a:hover {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#990000;
	text-align: left;
	text-decoration: underline;
	font-weight: normal;
	}

#links p{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	margin-left:60px;
	margin-top:6px;
	}
	
#links a{
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	}

#links a:hover {
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align: left;
	text-decoration: underline;
	font-weight: normal;
	}

#footer p {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	padding-top: 0px;
	margin-top:6px;
	margin-left:60px;
	}
	
#footer hi {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	}	

#footer a {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	}
	
#footer a:hover {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FF0000;
	text-align: left;
	text-decoration: underline;
	font-weight: bold;
	}

	
/* styles */


.subheader{
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align:left;
	
	}
	
.divider{
	font-size:8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	}

.formtext {
	text-align:right;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-right:10px;
	}

.formtextleft {
	text-align:left;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-right:10px;
	}
.center10 {
	text-align:center;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	}
	
.left11 {
	text-align:left;
	font-size:11px;
	color: #000000;
	}
	
.garamond {
	font:garamond;
	font-size:24px;
	color: #993333;
	}
	.garamond14 {
	font:garamond;
	font-size:14px;
	color: #993333;
	}

/* super note stuff "fallback" links for non-CSS supporting browsers. */
.fallback {
 display: none;
}

/* Here's our default note styles. */
.notedefault, .notenested {
 position: absolute;
 visibility: hidden;
 top: 1.5em;
 left: 32em; width: 30em;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
}
.notedefault {
 padding: 3px;
 border: 1px solid #369;
 background-color: #69C;
 color: white;
}
.notenested {
 width: 8em;
 padding: 3px;
 border: 1px solid #963;
 background-color: #C96;
 color: white;
}

/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 margin-left: 15px;
 margin-top: -135px;
}

/* Headings within notes */
.notedefault h5 {
 margin: 0 0 5px 0;
 padding: 2px;
 background-color: white;
 color: black;
}

/* Note close marker is only shown within pinned notes. */
.note-close {
 float: right;
 margin-top: 2px;
 width: 14px;
 height: 14px;
 line-height: 14px;
 color: black;
 text-decoration: none;
 visibility: hidden
}
.snb-pinned .note-close {
 visibility: inherit;
}
