﻿body 
{
	/* background-color: #EEEEEE; */
	background-color: #0A5074;
	margin: 0;
	scrollbar-base-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-arrow-color: #0A5074;

}

a.navigation
{
	font-family: Arial;
	font-size: small;
	color: White;
}

a:Hover 
{
	font-weight: bold;
	color: #F7F619;
}

blockquote 
{
	text-align: left;
	font-family: Arial;
	font-size: small;
	font-style: italic;
}

div.scroller /* deprecated */
{
	margin-left: 20px;
	width: 500px;
	height: 250px;
	overflow: auto;
	border: 0;
}

h1 
{
	text-align: left;
	font-family: Arial;
	color: #0A5074;
	font-size: medium;
	font-weight: bold;
	padding: 10px;
}

h2
{
	text-align: left;
	font-family: Arial;
	color: #0A5074;
	font-size: small;
	font-weight: bold;
	padding-left: 15px;
}

h3
{
	text-align: left;
	font-family: Arial;
	color: Black;
	font-size: small;
	font-weight: bold;
	padding-left: 20px;
}

img 
{
	border: 0;
}

li 
{
	text-align: left;
	font-family: Arial;
	font-size: small;
	color: Black;
}

p 
{
	text-align: left;
	font-family: Arial;
	font-size: small;
	color: Black;
	padding-left: 20px;
	padding-right: 20px;
}

p.summary	/* currently same as p */
{
	text-align: left;
	font-family: Arial;
	font-size: small;
	color: White;
}

.navContainer /* navigation container in header */
{
	font-family: Arial;
	font-size: small;
	color: #F7F619;
	padding-left: 15px;
	margin: auto;
	width: 390px;
}

.navMain
{
	font-family: Arial;
	font-size: small;
	color: White;
}

.navItem
{
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #0A5074;
	background-color: #F7F619;
	text-align: left;
}

.navItemHover
{
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #F7F619;
	background-color: #0A5074;
	text-align: left;
}

table 
{
	border-collapse: collapse;
	padding: 0;
}

table.main 
{
	background-color: #0A5074;
	border-collapse: collapse;
	border-color: #0A5074;
	border-width: thin;
	width: 715px;
	padding: 0;
	margin: auto;
}

.dalblue /* Dalatec Blue */
{
	background-color: #0A5074;
	text-align: center;
}

.copyright /* copyright notice and other captions */
{
	/* color: #0A5074; */
	color: White;
	font-family: Arial;
	font-size: xx-small;
	text-align: center;
}

.content /* content area of page */
{
	background-color: White;
	border-color: #0A5074;
	border-width: thin;
	padding: 0;
	margin: 0;
}

.caption 
{
	/* color: #0A5074; */
	color: Black;
	font-family: Arial;
	font-size: xx-small;
	text-align: center;
	font-weight: bold;
}