﻿@import url(layout.css);
body {
	background-color: #83CFF3;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	padding: 0px;
	text-align: justify;
	margin: 0px;
}
/* Styles for DIV tags */
#container {
	background-color: #D4ECFB;
	background-image: url('../images/rivsm220.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
}
#masthead {
	background-color: #D4ECFB;
	padding: 15px;
}
#navigation {
	background-color: #FFFF99;
	margin-left: 160px;
	text-align: center;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-color: #FFFFFF;
	padding: 0px;
}
#column_left {
	float: left;
}
#column_right {
	background-color: #D4ECFB;
	padding-bottom: 30px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: scroll;
	background-image: url('../images/leaves3.gif');
	padding:5px;
	margin-top:10px;margin-right:10px;
}
#footer {
	background-color: #FFFFFF;
	color: #555533;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 8px;
	padding-bottom: 8px;
}
/* Styles for Masthead */
#masthead h1 {
	color: #00709e;
	font-style: italic;
	font-size: 2.6em;
	margin: 0px;
	text-align: center;
	background-color: #D4ECFB;
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #6ec6f1;
	display: block;
	text-decoration: none;
	background-color: #FFFF99;
    color: #000080;
	font-style: normal;
	font-weight: bold;
}
#navigation a:hover {
	color: #eec;
	text-decoration: none;
	background-color: #664;
	border: 1px solid #cc9;
}
/* Styles for Right Column */
}
#column_right h4 {
	color: #000080;
	margin-top: 0px;
	margin-left:6px;
	padding-bottom:5px;
	text-align: center;
	background-color: #FFFF99;
    font-size: medium;
    width:138px
}
#column_right a {
	color: #000080;
	font-size: small;
	background-color: #FFFF99;;
}
#column_right a:hover {
	background-color: #EEEECC;
}
/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #222200;
	margin-top: 0px;
	text-align: center;
}
h2 {
	font-size: x-large;
	color: #F8F450;
	margin-top: 0px;
	background-image: url('../images/leaves3.gif');
	margin-bottom: 0px;
	background-color: #6EC6F1;
	font-weight: bold;
	text-align: left;
	height: 30px;
}
h3 {
	font-size: large;
	color: #800000;
	margin-top: 0px;
}
h4 {
	text-align: center;
	margin-top: 0px;
	background-color: #FFFF99;
    font-size: medium;
	color: #555533;
}
h5 {
	font-size: small;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #800000;
	font-weight: bold;
}
a {
	color: #000080;
	font-weight: bold;
}
a:hover {
	background-color: #EEEECC;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 0.75em;
	text-align: left;
	background-color: #D4ECFB;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.75em;
}
#footer a {
	color: #000080;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
.pmargin {
	margin-top: 10px;
	margin-bottom: 10px;
}
.bookmark {
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: right;
	font-size: x-small;
}
.returnlink {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.coursename {
	border: 1px solid #6EC6F1;
	background-color: #FFFFDD;
	width:155px;
	text-align:left;
	font-weight:bold;
	vertical-align:top;
}
.coursedesc {
	border: 1px solid #6EC6F1;
	text-align: justify;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}