body {
	margin:0;
	padding:0;
	font-family:verdana, arial, sans-serif;
	font-size:80%;
	color:#666666;
	text-align:center;
	background-color:#DDDDDD;
	background-image: url(images/cyprbk.jpg);
}

p {
margin:0.2em 0 1.2em 0; padding:0.3em;}

h1 {
padding:0; margin:0;font-size:250%; font-weight:normal; font-style:italic; 
color:#699A5E; font-family:"Trebuchet MS", verdana, arial, sans-serif;}

h2 {
background-color:#FFFFFF; color:#333333; font-size:150%; font-weight:normal; margin:0.2em; padding:0; 
font-style:normal; font-family:"Trebuchet MS", verdana, arial, sans-serif;}

h3 {
background-color:#FFFFFF; color:#333333; font-size:125%; font-weight:400; margin:0.2em; padding:0; 
font-style:normal; font-family:"Trebuchet MS", verdana, arial, sans-serif;}

div {
margin:0; padding:0; display:block;}

a:link, a:visited {
color:#5B8B52; text-decoration:underline;}
a:hover {
color:#8CD749; text-decoration:none;}
a:active {
color:#5B8B52; text-decoration:underline;}



.container {
background-color:#FFFFFF; margin:0 auto 0 auto; padding:0; width:90%;}

.titleblock {
padding:2em; margin:0; text-align:left;
background-image:url(farview_lawn.jpg); background-repeat:no-repeat; background-position:right center;}

.titleblock p {
text-indent:.5em; color:#3B4471;}



ul.navbar {
list-style-type:none; float:left; display:block; width:100%; line-height:1.5em; 
clear:both; margin:0; padding:0; background-color:#999999;}

ul.navbar li {
display:inline;}

a.nav:link, a.nav:visited {
display:block; float:left; width:24.5%; padding:1.2em 0 1.2em 0; margin:0; 
text-decoration:none; background-color:#999999; color:#FFFFFF;}

a.nav:hover {
display:block; float:left; width:24.5%; padding:1.2em 0 1.2em 0; margin:0; 
text-decoration:none; background-color:#699A5E; color:#FFFFFF;}

a.nav:active {
display:block; float:left; width:24.5%; padding:1.2em 0 1.2em 0; margin:0; 
text-decoration:none; background-color:#999999; color:#FFFFFF;}



.rightcontainer {
	float:right;
	width:17em;
	margin:1em 0 0 0;
	padding:0;
	border-left: 1px solid #999999;
	clear: both;
}

.rightbox {
	margin:0.5em;
	padding:0.3em;
	text-align:left;
}

.rightcontainer h2 {
text-align:left; padding:0 0 0 0em;}

.rightcontainer h3 {
text-align:left; padding:0 0 0 0em;}

.linkbox a {display:block;}



.content {
clear:left; text-align:left; margin:1.2em 15em 0 0; padding:1em 3ex 1em 1.5ex;}

.content h2 {text-indent:0em;}



.footer {
color:#999999; font-size:75%; margin:2.5em 0.2em 0.5em 0.5em; padding:0.8em; 
border-top:1px solid #999999; text-align:left; clear:both;}

.footer .right {
float:right; clear:right; text-align:right;}

.footer p {margin:0;}

img.floatLeft {
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
}

img.floatRight {float: right; margin: 6px;}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;

}

form fieldset {  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
	border-color: #999999;
	border-width: 0px;
	border-style: solid;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
	background-color: #FBF8EA;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 100px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 115px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
