body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	background-image: url(images/content_bak.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

a:link,a:visited,a:active {
	color: #333;
	font-weight: bold;
	background-color: transparent;
}

a:hover {
	color: #f00;
	font-weight: bold;
	background-color: transparent;
}

p,li,h1,h2,h3,h4,h5,h6 {
	font-family: arial, helvetica, sans-serif;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

p,li {
	color: #000;
	font-size: 0.8em;
	line-height: 1.4em;
}

	
p {
	padding: 1em 0 1em 1em;
}

li {
	padding: 0 0 1em 1em;
}

.decorative_quote {
	padding: 1em;
	background-color: #d9efef;
}

p.attention{
	color: #f00;
	background-color: transparent;
	font-weight: bold;
}

p.decorative_quote {
	font-family: times new roman, serif;
	line-height: 1.5em;
	font-weight: normal;
	color: #00aaaa;
	font-style: italic;
	font-size: 1.2em;
}

p.caption {
	font-family: arial, helvetica, sans-serif;
	line-height: 1.7em;
	font-weight: normal;
	color: #333;
	font-style: italic;
	font-size: 0.8em;
	text-align: right;
	padding: 0;
	margin: 0.2em 0 2em 0;
}

.emph {
	font-weight: bold;
}

.text_normal {
	font-weight: normal;
}

h2 { /* H2 is main header*/
	margin: 0;
	padding: 0 0.5em 0 0.5em;
	font-size: 1.4em;
	color: #000;
}

h3 { /* H3 is sub header*/
	margin: 0;
	padding: 0 0.5em 0 0.5em;
	font-size: 1.6em;
	color: #0aa;
	/*background: #d9efef; */
}

h3.course_name {
	color: #000;
	padding: 0 0.5em 0 0.35em;
	font-size: 1.4em;
}

h4 { /* H4 is a course description header */
	margin: 0;
	padding: 0 0.5em 0 0.5em;
	font-size: 1.05em;
	color: #000;
}

h4.summary {
	font-size: 0.9em;
	font-weight: bold;
	display: block;
	background-color: #eeeeee;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	margin: 1em 0.5em 1em 0.5em;
	padding: 1em 0.5em 1em 0.5em;
	line-height: 1.7em;
	color: #000;
	background-color: #d9efef;
}

h5 { /* H5 is a course description header */
	margin: 0;
	padding: 0 0.5em 0 0.5em;
	font-size: 1.05em;
	color: #0aa;
}

h6 { /* H6 is footer text */
	padding: 1em 0 1em 0;
	font-size: 0.7em;
	color: #999;
}

/* ***************************************** Course Description */

#course_sheet {
	position: relative;
	width: 450px;
	top: 0;
	right: 0;
	float: right;
	margin: 0;
	padding: 1em;
	display: block;
	background-color: #fafafa;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
}

#course_sheet li{
	margin: 0;
	padding: 0 0 1em 1.5em;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333;
	}



/* ***************************************** Form Stuff */

select, label {
	margin: 0px 0 5px 10px;
	padding: 0;
	font-weight: normal;
	line-height: 1.9em;
	width: 165px;
	font-size: 0.8em;
}

input, textarea {
	font-family: arial, helvetica, sans-serif;
	margin: 0 0 0 10px;
	padding: 0;
	font-weight: normal;
}

legend {
	font-family: "arial black", arial, helvetica, sans-serif;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #00A0A0;
}

/* ***************************************** Form Stuff */


img { /* turns off gaps around images */
	border: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	position: relative;
	/*works better in IE5.5 or float in float situations*/
	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 */

/**************************************** General Layout */

#banner {
	z-index: 10;
	position: relative;
	left: 50%;
	top: 10px;
	margin: 0 0 0 -375px;
	padding: 0;
	width: 750px;
	height: 100px;
	background-color: transparent;
}

#logo {
	position: absolute;
	top: 0;
	left: -20px;
	padding: 0;
	margin: 0;
}

#content {
	position: relative;
	left: 50%;
	top: 10px;
	margin: 0 0 0 -375px;
	padding: 0;
	width: 750px;
	height: 500px;
	background-color: #fff;
}

#map {
  position: relative;
	margin: 0;
	padding: 0;
	width: 500px;
	height: 500px;
    background-color: #fff;
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
float: left;
}

#columns {
	position: relative;
	float: left;
	margin: 0 0 0 1em;
	padding: 0;
	width: 490px;
	height: auto;
}

#columns img {
	background-color: #0aa;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
}

#tag_line {
	position: absolute;
	right: 0;
	top: 40px;
	margin: 0;
	padding: 0;
}

#slogan {
	position: relative;
	display: inline;
	width: 400px;
	float: left;
	margin: 0;
	padding: 0;
	top: 0;
}

.news_item {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	top: 0;
	float: none;
	width: 290px;
	height: auto;
	background-image: url(images/postit_note_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
}

.news_front {
	position: relative;
	display: block;
	float: left;
	width: 290px;
	height: auto;
	margin: 0 0 0 0;
	padding: 0;

}
	
.news_item dt {
	margin: 0;
	padding: 10px 40px 0 110px;
	width: 140px;
	height: 50px;
	background-image: url(images/postit_note_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #000;
	background-color: transparent;
	text-align: right;
	line-height: 130%;
	font-weight: bold;
	font-size: 1.0em;
}

* html .news_item dt { /* for M$oft IE */
	padding: 10px 40px 0 110px;
	width: 140px;
	height: 50px;
}

.news_item dd {
	margin: 0 5em 0 0;
	padding: 0.5em 40px 1em 40px;
	width: 210px;
	height: auto;
	background-image: url(images/postit_note_mid.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
	font-family: arial, helvetica, sans-serif;
	color: #000;
	font-size: 0.8em;
	line-height: 1.4em;	
}

.news_item br {
	background-image: url(images/postit_note_mid.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.news_item_body {
	width: 200px;
}

.news_item dd.date {
	margin: 0;
	padding: 0.5em 40px 0 40px;
	bottom: 0;
	width: 210px;
	height: 58px;
	background-image: url(images/postit_note_mid_low.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 0.7em;
}

#footer { /* H6 is footer text */
	position: relative;
	top: 0;
	left: 0;
	margin: 0.5em 0 0 0;
	padding: 0;
}

#sub_footer {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0.5em 0 1em 0;
	color: #fff;
	background-color: #666;
}

#sub_footer p {
	margin: 0;
	padding: 0.4em 1em 0.4em 1em;
	background-color: #666;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

#footer img {
	float: left;
	margin: 0;
	padding: 0 1em 0 0;
}

#sub_footer p {
	color: #fff;
}

#sub_footer a {
	font-size: 1em;
	font-weight: bold;
}

#sub_footer a:link {
	color: #33a0a0;
}

#sub_footer a:visited {
	color: #33a0a0;
}

#sub_footer a:active {
	color: #33a0a0;
}

#sub_footer a:hover {
	color: #f00;
}

.golden_box_A {
	
}

.golden_box_B {
	height: 100%;
	width: 61.8%;
}