@charset "utf-8";
/* CSS Document */

.header {
	font-size: large;
	font-weight: bold;
	color: #006633;
}
.subheader {color: #006633; font-weight: bold; }
.bold_black {font-weight: bold;}
.thirdlevel {color: #006633; }
.list {list-style-position:inside; margin:-5px 0px; padding-left:2em; text-indent:-1em;}
.right {float:right;}

.frontpage_header {color: #006633; font-size: large;}

/*Used to fix layout problems with UWF stylesheet */
p {margin: 0px 0px 0px 5px; padding: 2px;}
h1, h2, h3 {margin: 0px 0px 0px 5px}
h3 {padding: 2px;}
div.onecolumn {width:605px;}

a {text-decoration: none;
   border-bottom: 0px;}
a:link {text-decoration: none;
		border-bottom: 0px;}
a:visited {text-decoration: none;border-bottom: 0px;}
a:active {text-decoration: none;border-bottom: 0px;}
a:hover {text-decoration: none;border-bottom: 0px;}

/*Used for adding pictures*/
.illustration{
	position: relative;
	left: 15px;
	float: right;
	padding-left: 10px;
	}

.whitebold {
	color: #FFFFFF;
	font-weight: bold;
}

