@charset "utf-8";
#container  {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: auto;
	background-color: #FFFFFF;
} 
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

body  {
	background: #03565A;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 0px;
	font-size: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

}
.firstParaEmph {
	font-weight: bold;
	margin-bottom: 0px;
	color: #000000;
	font-size: 14px;
}

.emphasis {
	font-weight: bolder;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	text-transform: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 10px;
	text-transform: uppercase;
	height: 13px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #003300;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	letter-spacing: .1em;
}


a {
	color: #006600;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.firstPara {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.firstParaBold {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#header  {
	background: #DDDDDD;
	background: url(../images/UFLheader.png) no-repeat;
	height: 150px;
} 

#header  h1  {
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}

#navcontainer  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #e7d800; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 15px 15px;
	}
	
/* place css fixes for all versions of IE in this conditional comment */

#navlist {
	padding-left: 0px;
	margin-left: 0px;
	width: 200px;
	list-style-type: none;
	line-height: 2em;
	padding-top: 0px;
	margin-top: 0px;
	background-color: #e7d800;
	}
	
#navlist a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	color: #000000;
	text-decoration: none;
}

#navlist a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #186b05;
	text-decoration: none;
	background-color: #e7d800;
	display: block;
}

#navlist li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-transform: lowercase;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

li a {display: block;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 1em;
}

th {
	background-color: #669933;
	text-align: center;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

	
#mainContent  { 
	zoom: 1; 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContent h1 {
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 4px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0em;
	margin-top: 30.px;
	margin-right: 0%;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	margin-top: 20px;
}

#footer  {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#e7d800;
}
 
#mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a {
	font-weight: bold;
	color: #000000;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.important {
	color: #FF0000;
	font-weight: bold;
}
.imgBorder {
	border: thin solid #669933;
	margin-right: 10px;
	margin-top: 0px;
	line-height: normal;
}
.imgPadding {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 0px;
	width: auto;
	float: none;
	clear: none;
}
.videoBorder {
	border: thick solid #669933;
}
i {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bolder;
	color: #000000;
}
