﻿html, body, form, fieldset {
	font: 100%/120% Trebuchet MS, Arial, Helvetica, sans-serif;
}

body {
	color: #333;
	}
h1, h2, h3 {
  	font-weight: bold;
  	text-align: center;
  	}
h1 {
  	font-size: 200%;
  	color: #903;
	}
h2 {
  	font-size: 150%;
  	color:#903;
	}
h3 {
	font-size: 130%;
	color: #54606c;
	padding-bottom: 1em;
	padding-top: .625em;
}
.textleft {
	text-align: left;
}
h4 {
	font-weight: bold;
	padding-bottom: 1em;
	padding-top: .625em;
}
.blue {
color: #54606c;
	
}
.red {
color: #cc0000;
	
}
p.j {text-align: justify;}
p.c {text-align: center;}

img.l {
  	float: left;
	}
img.r {
  	float: right;
	}

#frame {
	background: url('../images/ltgrnleaves.jpg');
	padding: .625em;
	font-size: 1em;
	min-width: 46.25em;
	width: auto !important;
	width: 46.25em;
	max-width: 77.5em;
    }
#header {
	height: 9.38em;
	padding: 0;
	border: .0625em solid #000;
	margin-bottom: .625em;
	background-image: url('../images/swampbackground3.jpg');
	background-repeat: repeat-x;
    }
#logo {
  	height: 9.38em; 
	border: .0625em solid #000;
	background-position: center center;
	background-image: url('../images/newgradbanner.gif');
	background-repeat: no-repeat;
	}
#navBar{
	border: .0625em solid #000;
	margin: .625em 0 .625em 0;
	padding: .25em 0 .25em 0;
	white-space: nowrap;
	height: 1%;
	background-image: url('../images/gradtopnav-tile.jpg');
	background-repeat: repeat-x;
	}
	
#navColumn {
	float: left;
	width: 11.88em;
	padding: 0em;
	border: solid .0625em #000;
	list-style: none;
	background-image: url('../images/roseframeleftnav-550.jpg');
	margin-bottom: .625em;
	background-repeat: no-repeat;
	height: 31.25em;
    }
#content {
	margin-left: 12.55em;
	margin-bottom: .625em;
	border: solid .0625em #000;
	padding: 1.25em 1.25em 1.25em 1.25em;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
    }
#content p {
	margin-bottom: .625em;	
	}

.floatright {
	float: right;
	margin: 0 0 .625em .625em;
	font-size: .7em;
	text-align: center;
	line-height: normal;
	}
	
.clearboth { clear: both; }
	
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */