body {
	font-size: 12pt;
	font-family: arial, helvetica, sans-serif, verdana; 
	text-align: left;  
	padding: 0px 0px 0px 0px; 
	min-width: 175px;      			/* 2x (col_left fullwidth + col_center padding) + col_right fullwidth */
	width: 800px;
	height: 100%; 
	margin: auto;
}

#container {
	background-color: transparent; 
  	padding-left: 75px;   			/* col_left fullwidth */
  	padding-right: 25px;  			/* col_right fullwidth + col_center padding */
	padding-top: 0px;
}

#container .column {
  	background-color: transparent; 
	position: relative;
  	float: left;
}
#col_center {
	background-color: transparent;
	height: 100%;
	min-height: 500px;
  	width: 100%;
	padding: 0px 0px 0px 0px;    	/* col_center padding */
  	
}
#col_left {
	background-image:url(media/vertical_rules_2.gif);
	background-color: transparent;
  	height: 100%;
	min-height: 500px;
	width: 75px;          			/* col_left width */
  	padding: 0px 0px 0px 0px;       /* col_left padding */
  	right: 75px;          			/* col_left fullwidth + col_center padding */
  	margin-left: -700px;
}
#col_right {
	background-color: transparent;
	height: 100%;
	min-height: 500px;
  	width: 25px;          			/* col_right width */
  	padding: 0px 0px 0px 0px;       /* col_right padding */
  	margin-right: -25px;  			/* col_right fullwidth + col_center padding */
}

* html #col_left {
  left: -775px;           /* RC width */
}

#header	{
	background-image: url(media/banner.gif);
	width: 800px; 
	height: 125px;
	position: relative; 
	}
	
#nav_bar {
	width: 700px;
	position: relative; top: 97px; right: 0px; bottom: 0px; left: 75px;
	text-align: center; 
  	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#footer {
	height: 75px;
	width: 800px;
	background-image: url(media/footer.gif);
	background-color: transparent;
	text-align: center; 
  	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#content_copy 	{ 
	color: #000000; 
	font-size: 10pt; 
	margin-left: 5px; 
	position: absolute; 
	top: 5px; 
	left: 25px; 
	width: 345px; 
	height: 350px;
	text-align: right;
}

#content_copy_full 	{ 
	color: #000000; 
	font-size: 10pt; 
	margin-left: 5px; 
	position: absolute; 
	top: 5px; 
	left: 25px; 
	width: 685px; 
	height: 350px;
	text-align: right;
}

.floatimgleft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 2px;
}

#content_image  { 
	position: absolute; 
	top: 55px; 
	left: 405px;
}

p	{ 
	color: #000000; 
	font-size: 9pt;
	line-height: 1.3em; 
	font-family: arial, verdana, helvetica, sans-serif; 
	text-decoration: none; 
	text-align: left; 
	word-spacing: 1px; 
	margin: 0px 0px 5px 0px; 
}

.about	{ 
	color: #000000; 
	font-size: 9pt; 
	font-family: arial, verdana, helvetica, sans-serif; 
	text-decoration: none; 
	text-align: left;
	word-spacing: 1px; 
	margin: 5px 0px 5px 0px; 
}

.course	{ 
	color: #333333; 
	font-size: 9pt; 
	font-family: arial, verdana, helvetica, sans-serif; 
	font-style: italic; 
	text-decoration: none;
	text-align: left;
	word-spacing: 1px; 
	margin: 10px 15px 10px 15px; 
}

.caption_gallery { 
	color: #000000; 
	background-color: transparent;
	font-style: italic; 
	font-weight: normal; 
	font-size: 8pt; 
	line-height: 14px;  
	font-family: arial, verdana, helvetica, sans-serif; 
	text-decoration: none; 
	text-align: left; 
	width: 175px; 
	margin: 0px 0px 0px 5px; 
	padding: 0px 0px 0px 0px;
	float: left;
}

.caption_about { 
	color: #000000; 
	background-color: transparent;
	font-style: italic; 
	font-weight: normal; 
	font-size: 11px; 
	line-height: 14px;  
	font-family: arial, verdana, helvetica, sans-serif; 
	text-decoration: none; 
	text-align: left; 
	width: 250px; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	float: left;
}





.nav_text	{ 
	color: #000000; 
	font-size: 8pt; 
	font-family: arial, verdana, helvetica, sans-serif; 
	text-decoration: none; 
	background-color: transparent; 
	text-align: center;
	margin: 0px; 
	position: relative; 
	top: 10px; 
	left: 0px; 
	width: 800px; 
	height: 50px; 
}

.credits_copy	{ 
	color: #000000; 
	font-size: 8pt;
	font-family: arial, verdana, helvetica, sans-serif; 
	text-decoration: none; 
	background-color: transparent; 
	text-align: right; 
	position: relative; 
	top: 0px; 
	left: 650px; 
	width: 150px; 
	height: 10px; 
}

h1	{ 
	color: green; 
	font-weight: bold; 
	font-size: 12pt; 
	font-family: arial, verdana, helvetica, sans-serif;
	background-color: #f0fff0; 
	text-align: justify; 
	text-indent: 2px; 
	word-spacing: 2px; 
	float: left; 
	margin: 10px 0px 10px 0px; 
	width: 620px; 
	height: 18px; 
	border: none; 
}

h2 	{ 
	color: green; 
	font-weight: bold; 
	font-size: 12pt; 
	font-family: arial, verdana, helvetica, sans-serif; 
	background-color: #f0fff0; 
	text-align: justify; 
	text-indent: 2px; 
	word-spacing: 2px; 
	float: left; 
	margin: 10px 0px 10px 0px; 
	width: 100%; 
	height: 18px; 
}


#divControl img { 
	margin-right: 0px; 
	margin-bottom: 1px; border: solid 1px green; 
}

#divCont img 	{
	margin: 0px 2px 2px 0px; 
	border: solid 1px green; 
	float: left; 
}

a:active		{ 
				color: green; 
				font-weight: bold; 
				font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
				text-decoration: underline; 
				background-color: transparent; 
				border-style: none; 
				border-width: 0px 0px 0px 0pt; 
				border-color: #f5f5f5; 
}
				
a:link		    { 
				color: #000; 
				font-weight: bold; 
				font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
				text-decoration: underline; 
				background-color: transparent; 
				border-style: none; 
				border-width: 0px 0px 0px 0pt; 
				border-color: #f5f5f5; 
}
				
a:visited		{ 
				color: black; 
				font-weight: bold; 
				font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
				text-decoration: underline; 
				background-color: transparent; 
				border-style: none; 
				border-width: 0px 0px 0px 0pt; 
				border-color: #f5f5f5; 
}
				
a:hover		    { 
				color: green; 
				font-weight: bold; 
				font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
				text-decoration: underline; 
				background-color: transparent; 
				border-style: none; 
				border-width: 0px 0px 0px 0pt; 
				border-color: #f5f5f5; 
}
				
hr         		{ 
				color: black; 
				background-color: transparent; 
				border-top: 1px dotted; 
				border-right: none; 
				border-bottom: none; 
				border-left: none 
}