BODY {
	background-color: #F0F8FF;
}

#navbar p {
    display: none;
}

#navbar {
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    width: 12em;
    border-right: 1px solid #666;
    padding: 0;
    margin-bottom: 1em;
    background-color: #9cc;
    color: #333;
}

#navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#navbar ul li {
    margin: 0;
    border-top: 1px solid #003;
}

#navbar ul li a {
    display: block;
    padding: 2px 2px 2px 0.5em;
    border-left: 10px solid #369;
    border-right: 1px solid #69c;
    border-bottom: 1px solid #369;
    background-color: #036;
    color: #fff;
    text-decoration: none;
    width: 100%;
}

html>body #navbar ul li a {
    width: auto;
}

#navbar ul li a:hover {
    border-left: 10px solid #036;
    border-right: 1px solid #69c;
    border-bottom: 1px solid #369;
    background-color: #69f;
    color: #fff;
}

H3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #006400;
	padding-left: 1em;
	font-size: 14pt;
	font-weight: bold;
}

.heading3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #006400;
	padding-left: 1em;
	font-size: 14pt;
	font-weight: bold;
}

H4 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #006400;
	padding-left: 1em;
	font-size: 13pt;
	font-style: italic;
}

H5 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #006400;
	padding-left: 1em;
	font-size: 12pt;
	font-style: italic;
}

P {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #00008B;
	padding-left: 1em;
	font-size: 10pt;
	text-align: left;
}

.normal {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #00008B;
	padding-left: 1em;
	font-size: 10pt;
}

.red {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: red;
	font-size: 10pt;
	text-align: left;
}

.green {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #006400;
	font-size: 10pt;
	text-align: left;
}

UL {
	list-style-type: square;
}

OL {
	color: #008000;
	list-style-type: decimal;
}

.highlight {
	font-style: italic;
	font-weight: bold;
}

.extraHighlight {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

.listContent {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #00008B;
	font-size: 10pt;
}

LI {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #00008B;
	font-size: 10pt;
}

.listTitle {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #008000;
	font-size: 12pt;
}

.next {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #FF0000;
	font-size: 10pt;
}

.next A:link {
	color: #FF0000;
}

.next A:visited {
	color: #FF0000;
}

.next A:active {
	color: #FF0000;
}

.file {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
	font-size: 8pt;
}

.fileLink A {
	color: #00008B;
	text-decoration: none;
}

.fileLink A:link {
	color: #00008B;
	text-decoration: none;
}

.fileLink A:visited {
	color: #00008B;
	text-decoration: none;
}

.fileLink A:hover {
	color: red;
	text-decoration: underline;
}

.fileLink A:active {
	color: red;
	text-decoration: none;
}

.tableTitle {
    background-color: #FFFFF0;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    color: #006400;
    font-size: 12pt;
    font-weight: bold;
}

.tableCell {
    background-color: #FFFFFF;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    color: #00008B;
    font-size: 10pt;
    text-align: right;
}

.photo {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    color: #00008B;
    font-size: 10pt;
    font-style: italic;
    text-align: center;
}

.homepage-background {
	background-image: url(./images/background.png);
	background-repeat: no-repeat;
	width: 600px;
	height: 677px;
	position: relative;
}

.homepage-text-box {
	text-align: center;
	border: 2px solid;
	padding: 5px;
	background-color: #99cc33;
	width: 200px;
	height: 100px;
	font-size: 14px;
	cursor: pointer;
}

.rs-24-box {
	position: absolute;
	left: 50px;
	top: 50px;
}

.rs-44-box {
	position: absolute;
	left: 350px;
	top: 50px;
}

.rs-45-box {
	position: absolute;
	left: 50px;
	top: 250px;
}

.rs-52-box {
	position: absolute;
	left: 350px;
	top: 250px;
}

.rs-25-box {
	position: absolute;
	left: 200px;
	top: 450px;
}

.title {
	font-size: 16px;
	font-weight: bolder;
	color: #336600;
}

.title .green {
	font-size: 20px;
}

.title .blue {
	font-size: 20px;
	color: blue;
}
