@charset "utf-8";
/* CSS Document */

body {
	background-color: #f2f2f0;
	margin: 0;
	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 */
}
#wrapper {
	width: 960px;
	position: relative;
	background: #FFFFFF;
	margin: 18px auto 22px;
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 12px 0;
}
#wrapper2 {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#topbanner {
	clear: both;
	width: 930px;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFCC;
	background-image: url(../_images/banner2.png);
	background-repeat: no-repeat;
}

#navbar {
	background-color: #39b54a;
	height: 18px;
	width: 912px;
	padding-left: 18px;
	border-top: 1px solid #328012;
	border-bottom: 1px solid #328012;
	position: relative;
	margin: 0 0 30px 0;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navbar li {
	margin: 0;
	list-style-type: none;
	text-align: left;
	cursor: pointer;
	float: left;
}
#navbar a {
	display: block;
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 3px 9px;
}
#navbar a:hover {
	background-color: #0069a6;
	color: #FFF;
}
#navbar a.current {
	background-color: #0069a6;
	color: #FFF;
}
#navbar a.current:hover {
	background-color: #0069a6;
	color: #FFF;
}
/* --------------------- sidebar1 styles ------------------------ */
#sidebar1 {
	width: 125px;
	float: left;
	margin: 30px 0px 0px 25px;
	padding: 0 0 0 30px;
	margin: 0 0 0 0;
}
#sidebar1 ul {
	width: 125px;
	list-style-type: none;
	margin: 20px 0 0 0;
	cursor: default;
	padding: 2px 0 0 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#sidebar1 ul li {
	margin: 0 0 2px 0;
	padding: 0px;
	cursor: pointer;
	position: relative;
	list-style-type: none;
	text-align: left;
	background-image: url(../_images/dot_gray.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#sidebar1 ul a {
	display: block;
	width: 95px;
	cursor: pointer;
	text-decoration: none;
	color: #0069a6;
	letter-spacing: 0.03em;
	padding: 3px 0 3px 25px;
	margin: 0;
}
#sidebar1 ul a:hover {
	color: #666;
	background-image: url(../_images/dot_blue.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	text-decoration: underline;
}
#sidebar1 a.current {
	color: #666;
	background-image: url(../_images/dot_green.png);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	font-weight: bold;
}
#sidebar1 ul a.current:hover {
	color: #666;
	text-decoration: none;
}

#sidebar1 #uef_logo {
	width: 100px;
	margin-top: 200px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}
#sidebar1 #flash_box {
	height: 80px;
	width: 150px;
	margin-top: 75px;
}

#mainContent {
	width: 725px;
	padding: 14px 30px 0 0;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 20px;
}
#mainContent p.first {
	margin: 5px 0 20px 0;
}
#mainContent p.subheading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #046CBA;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
#mainContent p.mainheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #046cba;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
#mainContent a {
	color: #046CBA;
}
#mainContent ul {
	margin-top: 5px;
	margin-left: 20px;
	line-height: 16px;
	padding: 0;
	margin: 5px 0 15px 30px;
}
#mainContent li {
	padding: 0 0 5px 0;
}

/* --------------------- table styles ------------------------ */
#box-table-b
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border-top: 4px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	color: #333;
}

#box-table-b td
{
	padding: 3px 8px;
	background: #f7f7f7;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
#box-table-b td.heading {
	font-weight: normal;
	padding: 3px 8px;
	background: #f7f7f7;
	color: #328012;
	border-right: 1px solid #EBFDA1;
	border-left: 1px solid #EBFDA1;
}
#box-table-b td.date {
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	background: #f7f7f7;
	border-right: 1px solid #EBFDA1;
	border-left: 1px solid #EBFDA1;
	color: #666;
}


/* --------------------- sidebar2 styles ------------------------ */
#sidebar2 {
	float: right; /*since this element is floated, a width must be given */
	width: 250px;
	padding: 0 0 15px 30px;
}
/* --------------------- sidebar3 styles ------------------------ */
#sidebar3 {
	float: right; /*since this element is floated, a width must be given */
	width: 150px;
	padding: 0 0 15px 40px;
	font-size: 9px;
	line-height: 12px;
}
#sidebar3 p {
	margin: 0px;
	padding: 5px 0px;
}
#sidebar3 img.header {
	margin: 0px;
	padding: 7px 0 0 0;
}
#sidebar3 img.header2 {
	margin: 30px 0 0 0;
	padding: 7px 0 0 0;
}
#sidebar3 #flash_box {
	height: 70px;
	width: 150px;
}
#environmentblock {
	float: right;
	background-color: #FFFFCC;
	padding: 0px;
	width: 100%;
	margin: 0px;
	border-top: 1px solid #E6D088;
	border-right: 2px solid #BCB478;
	border-bottom: 2px solid #BCB478;
	border-left: 1px solid #E6D088;
}
#environmentblock h3 {
	color: #666;
	background-color: #FFFFAA;
	margin: 0 0 4px 0;
	padding: 4px 8px 5px 8px;
	border-bottom: 1px solid #E6D088;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
}
#environmentblock .sidebartext {
	margin: 0px;
	padding: 0px 8px 8px 8px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
}
.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: 25px;
}
.fltrtpadtop { /* 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: 25px;
	margin-top: 10px;
}
.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;
}

