﻿@import url('extra/styles/layout_ol.css');
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #c6c6c6;
	background-image: url('images/bg-grad.gif');
	background-repeat: repeat-x;
	background-attachment: scroll;
	text-align: left;
}
#container {
	width: 775px;
	margin: 10px auto;
}
#masthead_l {
	position: relative;
	float: left;
	width: 135px;
	height: 100px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #fff;
}
#masthead_r {
	float: left;
	width: 608px;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	background-image: url('images/topaluminum.jpg');
}
#navigation {
	position: relative;
	float: left;
	width: 135px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	background-image: url('images/sidealuminum.jpg');
}
#content {
	float: left;
	width: 596px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	min-height:  400px
}
#footer {
	text-align: center;
	clear: both;
	width: 606px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #eee;
	margin-left: 147px;
}
#bonus {
	background-color:#FFFFFF;
	margin:0px;
	padding:10px;
}
/* Masthead Styles */
#masthead h1 {
	color: #000000;
	text-align: center;
}
#masthead h3 {
	color: #3333CC;
	height: 22px;
}
#masthead_r h1 {
	color: #000000;
	text-align: center;
	font-size: x-large;
}
#masthead_r h3 {
	color: #3333CC;
	height: 22px;
}
#masthead_r img {
	border-width: 0px;
	text-align: center;
}
#masthead_r p {
	color: #000000;
	text-align: center;
	font-size: xx-small;
}
#masthead_r .heading {
	font-size: x-large;
	font-weight: bold;
}
#masthead_r .address {
	font-size: medium;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #888;
}
#navigation a:hover {
	color: #ccc;
	text-decoration: none;
	border: 1px solid #e30400;
	background-color: #e30400;
}
#navigation a.menu2 {
	font-size: 80%;
}
/* Content Styles */
#content .iconpic {
	border-width: 0px;
	text-align: center;
	height: 400px;
	width: 445px;
}
#content .centered {
	text-align: center;
}
h6 {
	color: #555;
	font-size: 1.0em;
}
h5 {
	color: #e30400;
}
h4 {
	color: #e30400;
}
h3 {
	color: #555;
}
h2 {
	color: #e30400;
}
h1 {
	color: #e30400;
	margin-top: 0;
}
.centered {
	text-align: center;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #808080;
	text-decoration: underline;
}
#footer a:hover {
	color: #e30400;
	text-decoration: none;
}
a {
	color: #e30400;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: none;
}
.booklink {
	color: #000080;
	text-decoration: none;
}
.booklink:hover {
	color: #3333CC;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_bolditalic {
	font-style: italic;
	font-weight: bold;
}
.floatright {
	border-width: 0px;
	padding: 5px;
	float: right;
}
.copyright {
	color: #366078;
	font-size: .75em;
}
.spacer {
	font-size: xx-small;
}
.Indent1 {
	margin-left: 10px ;
}
.Indent2 {
	margin-left: 30px ;
}
.Indent3 {
	margin-left: 50px ;
}
.coursetable {
	border-collapse: collapse;
	border: 1px solid #555555;
}
.coursecell {
	padding: 5px;
	border: 1px solid #555555;
}

.greylink {
	color: #555;
}

.right {
	text-align: right;
}

.floatleft {
	border-width: 0px;
	padding: 5px;
	float: left;
}