﻿body {
	background-color: #F4F4F4;
    font-family: verdana;
    font-size: 13px;
	margin: 0px 0px 0px 0px;
}
td {
    font-family: verdana;
    font-size: 13px;
}
a:link {
	color: #2383ad;
	text-decoration: none;
}
a:visited {
	color: #2383ad;
	text-decoration: none;
}
a:hover {
	color: #2383ad;
	text-decoration: underline;
}
a:active {
	color: #2383ad;
	text-decoration: none;
}
h1, h2, h3, h4 {
	color: Gray;
}
#main_div {
	background-color: white;
	border-left: solid 1px Silver;
	border-right: solid 1px Silver;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
	width: 763px;
}
#main_table {
	width: 100%;
}
#main_table .logo_cell {
	/* padding? */ 
}
#content_container {
	padding: 20px 20px 20px 20px;
	text-align: left;
}
#footer {
	background-color: Silver;
	border-top: solid 1px gray;
	bottom: 0px;
	color: white;
	height: 35px;
	padding-top: 5px;
	position: fixed;
	width: 100%;
}
#footer a {
	color: #2383ad;
	text-decoration: none;
}
#footer a:link {
	color: #2383ad;
	text-decoration: none;
}
#footer a:visited {
	color: #2383ad;
	text-decoration: none;
}
#footer a:hover {
	color: yellow;
	text-decoration: underline;
}
#footer a:active {
	color: #2383ad;
	text-decoration: none;
}
.nowrap {
    white-space: nowrap;
}
.btn {
    background-color: #2383ad;
	border: none;
	border-radius: 4px;
    color: White;
    cursor: pointer;
    font-family: Verdana;
    font-size: 12px;
    padding: 4px 4px 4px 4px;
}
.btn:hover {
    background-color: #0c1b62;
	border: none;
	border-radius: 4px;
}
.course_btn {
    background-color: #2383ad;
	border: none;
    border-radius: 10px;
	color: White;
    cursor: pointer;
    font-family: Verdana;
    font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
    padding: 8px 8px 8px 8px;
	text-align: left;
	white-space: normal;
}
.course_btn:hover {
    background-color: #0c1b62;
	border: none;
	border-radius: 10px;
}
.required {
	color: Red;
	cursor: help;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
}
.instructions {
	background-color: LightYellow;
	border: outset 1px gray;
	padding: 4px 4px 4px 4px;
}