/* CSS Document */
body	{
	margin: 0px;
	padding: 0px;
	font-family:Helvetica, sans-serif;
	font-size:small;
	color: #000000;
	background-image:url("/images/flower background 30.jpg");
	background-repeat:repeat-y;
/*	background-color: #000000; */
}
#bubble	{
	width: 100%;
	background-image:url(/images/furniture/bubble-body.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
#bubble-bottom	{
	height: 10px;
	width: 100%;
	background-image:url(/images/furniture/bubble-bottom.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#container	{
	position:relative;
	margin: 0 auto;
	width: 980px;
/*	border: 1px dashed #ff0000; */
/*	background-color:#CCCCCC; */
}
#inner	{
	width: 940px;
	margin: 0px 20px;
/*	border: 1px dotted #aaaaaa;  */
}
#header	{
	position:relative;
	width: 100%;
	height: 123px;
	border-bottom: 1px solid #eeeeee;
}
#logo	{
	position: absolute;
	left: 0px;
	bottom: 20px;
	width: 270px;
	height: 73px;
}
#header-links	{
	position: absolute;
	top:8px;
	left: 260px;
	height: 27px;
	font-size: 90%;
	font-weight: bold;
}
#header-links input	{
	vertical-align:middle;
}
#search-pos	{
	position: absolute;
	top:8px;
	right: 0px;
	height: 27px;
}
#searchbox	{
	position:absolute;
	right: 37px;
	padding: 0px;
	margin: 0px;
/*	vertical-align:middle; */
	width: 270px;
	height: 22px;
	top: 0px;
}
#searchgo	{
	vertical-align:middle;
}

#header-contact	{
	position: absolute;
	width: 350px;
	bottom: 30px;
	left: 290px;
	text-align:left;
	font-size: 150%;
	font-family: Arial, Helvetica, sans-serif;
/*	border: 1px solid #eeeeee; */
}
#header-stop-press	{
	position: absolute;
	right: 0px;
	bottom: 20px;
	width: 295px;
	height: 60px;
	overflow:auto;
	border: 1px solid #ffffff; 
}
img	{
	border: 0px;
}
.blue-dark	{
	color:#002B62;
}
.blue-light	{
	color:#CDE3F5;
}
.blue-mid	{
	color:#6699FF;
}
a	{
	color: #000000;
	text-decoration:none;
}
#main-content	{
	position:relative;
	margin: 0 auto;
	background-color:#FFFFFF;
	width: 940px;
}
#top-menu	{
	background-color:#C1D72E;
	padding-top: 4px;
	padding-bottom: 4px;
/*	padding-left: 290px; */
	text-align: center;
	font-size: 120%;
}
#top-menu ul	{
	padding: 0px;
	margin: 0px;
}
#top-menu li	{
	display: inline;

}
#top-menu a	{
	background-color:#C1D72E;
	color: #FFFFFF;
	font-size: 120%;
	text-decoration:none;
	padding: 4px;
	padding-right: 10px;
}
#banner	{
	position: relative;
	height: 140px;
	padding: 0px;
	margin: 0px;
	width: 940px;
	background-color:#8CC640; /* allow for middle expansion */
	background-color: #000000;
}
#banner-block-1	{
	position: relative;
	float: left;
	height: 140px;
	width: 335px;
	background-color:#eeeeee;
}
#banner-block-2	{
	position: relative;
	float: left;
	height: 140px;
	width: 346px;
	padding: 0px;
	color: #ffffff;
	background-color:#8CC640;
	background-color: #000000;
/*	border: 1px solid #ffffff; */
}
#banner-block-2 h2	{
	color: #FFFFFF;
}
#banner-block-2-text	{
 	padding: 1px 10px 3px 16px; 
	padding: 0px;
	background-color:#8CC640;
	background-color:#000000;
	color: #ffffff;
	overflow:auto;
	height: 140px;
	font-size: 100%;
	text-align: center;
	overflow:hidden;
/*	border: 1px solid #ffffff;  */
}
#banner-block-3	{
	position: relative;
	float: right;
	width: 256px;
	height: 140px;
/*	background-color:#D2E063; */
	background-color:#CEDE59;

}
#banner-block-3-text	{
	padding: 5px; 
	margin: 15px 1px 15px 1px;
	color: #000000;
	overflow:auto;
	height: 100px;
	font-size: 90%;
/*	border: 1px solid #ffffff;   */
}
#banner-block-3 ul	{
	 margin-bottom: 0px;
	 margin-left: 12px;
}
#daily-title	{
	font-weight: bold;
	font-size: 100%;
	color:#6699FF;
}
#daily-title ul	{
	padding: 0px;
	margin: 0px;
}
#daily-title li	{
	padding: 0px;
	margin: 0px;
	margin-left: 14px;
}
#breadcrumb	{
	clear:both;
	position:relative;
	background-color:#EAF1C1;
	padding: 3px 0px;
	font-size: 90%;
	font-weight: bold;
	color: #ffffff;
	padding-left: 10px;
}
#body-section	{
/*	border: 1px solid #ff0000;  */
	padding-top: 5px;
/*	overflow: hidden;
	width: 100%; */
}
#body-left	{
	position: relative;
	float:left;
	width: 180px;
/*	border: 1px dashed #000000; */
}
#body-left-inner	{
}
#body-middle	{
	position: relative;
	margin-left: 194px;
	margin-right: 270px;
}
#body-middle a	{
	text-decoration:underline;
}
#body-right	{
	position: relative;
	float: right;
	width: 256px;
	margin-left: 10px; 
	background-color:#CDE3F5;
}
#body-clear	{
	clear:both;
	height: 0px;
}
#news	{
	background-color:#E8EBF1;
	padding: 10px;
}
#news a	{
	color: #6699FF;
}
#news ul	{
	padding: 0px;
	margin: 0px;
}
#news li	{
	margin: 0px;
	margin-left: 14px;
	font-size: 80%;
}
#news h1	{
 	color:#6699FF;
	font-size: 100%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#quick-links	{
	position: relative;
	background-color:#D2E063;
	padding: 10px;
} 
#quick-links ul	{
	padding: 0px;
	margin: 0px;
}
#quick-links li	{
	margin: 0px;
	margin-left: 14px;
	font-size: 80%;
}
#quick-links h1	{
 	color:#6699FF;
	font-size: 100%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#quick-links a	{
	color: #000000;
	text-decoration:underline;
}
#course-search	{
	/* text-align:center;*/
}
#course-search input, select	{
	width: 160px;
	font-size: 80%;
	text-align:center;
}
form	{
	padding: 0px;
	margin: 0px;
}
#left-menu	{
	position:relative;
	font-size:80%;
}
#left-menu ul	{
	padding: 0px;
	margin: 0px;
}
#left-menu li	{
	margin: 0px;
	margin-left: 18px;
	padding: 0px;
}
#left-menu a	{
	font-size: 115%;
	font-size: 100%;
/*	font-weight: bold; */
	color:#94A3B1;
}
#left-bottom	{
	position:relative;
}
#footer 	{
	clear: both;
	position: relative;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 100%;
	text-align: left;
	font-size:80%;
	margin: 0px;
}
#cat	{
	color:#6699FF;
	float: right;
}
.small-dark	{
	font-size: 90%;
	font-weight: bold;
}
object	{
	padding: 0px;
	margin: 0px;
}
h1	{
	font-size: 140%;
	font-weight: bold;
	color:#003399;
	border-bottom: 1px solid #003399;
	padding: 0px;
	margin: 0px;
	margin-bottom: 6px;
}
h2	{
	font-size: 110%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-top: 6px;
	margin-bottom: 3px;
}
h3	{
	font-size: 100%;
	color: #000000;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-top: 6px;
	margin-bottom: 3px;
}
.result_desc	{
	font-size: small;
	font-style:italic;
	color: #666666;
}
.result_title	{
	font-size: small;
	font-weight: bold;
	color: #000000;
}
.result_link	{
	font-size: x-small;
	color:#009900;
	text-decoration:underline;
}
.result_other	{
	font-size: x-small;
	color: #666666;
}
#moreresults	{
	font-size: x-small;
	color: #000000;
	text-decoration:none;
}
#moreresults a	{
	color:#0000FF;
	text-decoration:underline;
}
p	{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	line-height: 120%;
}
#pit-prop	{
	float: left;
	width: 0px;
	height: 480px;
}
.make-white	{
	color: #ffffff;
}
.make-white a:link	{
	color: #ffffff;
}
.make-black	{
	color: #000000;
}
.make-black a:link	{
	color: #000000;
}
.mediabox	{
	background-color:#ffffff;
	margin-bottom: 3px;
	margin-top: 3px;
	border-bottom: 1px solid #ffffff;
}
.item-label	{
	font-size: small;
	color: #000000;
	text-align:center;
	padding: 0px;
	margin: 0px;
	font-style:italic;
}
#help	{
	background-color:#FFFFFF;
	text-align: center;
}
#help a	{
	text-decoration: underline;
}
.bold	{
	font-weight: bold;
}
.Text-SmallPrint	{
	/* Legacy entry for Governance Documents */
	font-size: 80%;
}
#course-list-outer	{
	position: relative;
	width: 470px;
}
#course-list	{
	position:relative;
	border: 1px solid #eeeeee;
	z-index: 99;
	width: 400px;
	padding: 10px;
}
#course-list a:hover	{
	background-color:#FFFFFF;
}
#course-list ul	{
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
}
.hidden	{
	display: none;
}
.no_underline	{
	text-decoration:none;
}
