/* CSS Document */
body {
	width: 98%;
	height: 98%;
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #094a81;
}

img {
	border: 0px;
}

form {
	width: 890px;
	height: auto;
	padding: 0px;
	margin-top: 4px;
}

form.inTable {
	width: auto;
	margin: 0px;
}

hr {
	width: 250px;
	color: #094a81;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

input {
	width: 250px;
	font-size: small;
	font-family: arial;
	border-size: 0px;
}

input.required {
	color: #FF6600;
	font-weight: bold;
}

input.date {
	width: 80px;
	text-align: center;
}

textarea {
	width: 250px;
	height: 100px;
	font-size: small;
	font-family: arial;
	border-size: 0px;
}

select {
	width: 250px;
	height: 20px;
	font-size: small;
	font-family: arial;
	border-size: 0px;
}

select.required {
	color: #FF6600;
	font-weight: bold;
}

select.list {
	height: auto;
}

input.buttons {
	width: auto;
	border: 0px;
	background-color: #0099CC;
	color: #FFFFFF;
	padding: 2px;
}

input.setWidths {
	width: auto;
	border: 0px;
}

table {
	width: 890px;
	border: 0px;
	border-style: none;
}

table.autoSize {
	width: auto;
}

tr.titles {
	background-color: #0099CC;
	color: #FFFFFF;
	font-weight: bold;
	font-size: small;
}

td.display1 {
	background-color: #FFFFFF;
}

td.display2 {
	background-color: #51749E;
}

td {
	padding: 2px;
}

td.Header {
	color: #FFFFFF;
	font-weight: bold;
	background-image:url(images/topBar.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 12px;
	padding-bottom: 3px;
}

a {
	text-decoration: underline;
}

a:link {
	color: #094a81;
}
a:visited {
	color: #094a81;
}
a:hover {
	color: #0099CC;
}
a:active {
	color: #0099CC;
}

a.titles {
	color: #FFFFFF;
}
a.titles:visited {
	color: #FFFFFF;
}
a.titles:hover {
	color: #FFFFFF;
}
a.titles:active {
	color: #FFFFFF;
}


/* Formatting */
.title {
	font-weight: bold;
}

.footer {
	font-size: x-small;
	font-weight: bold;
	color: #0099CC;
}

.notes {
	font-size: x-small;
	font-style: italic;
}

.quickTurn {
	color: #FF0000;
}

.activePage {
	color: #0099CC;
	font-weight: bold;
}

.greyOut {
	color: #999999;
}

.smallNote {
	font-size: 10px;
	color: #FF0000;
}

/* Containers */
#mainBox {
	width: 950px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	text-align: left;
}

#headerBox {
	width: 950px;
	height: 60px;
	padding: 0px;
	margin: 0px;
}

#logoBox {
	float: left;
	margin-top: 14px;
}

#linkBox {
	float: right;
	width: 216 px;
	margin-top: 30px;
}

#title {
	width: 850px;
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 0px;
	font-size: x-large;
	font-weight: bold;
	text-transform: capitalize;
	vertical-align: top;
}

#contentBox {
	width: 900px;
	height: auto;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 50px;
	margin: 0px;
}

#footerBG {
	width: 950px;
	height: 34px;
	padding: 0px;
	padding-top: 6px;
	text-align: center;
	vertical-align: bottom;
}

#welcome {
	width: 890px;
	font-weight: bold;
	margin-top: 0px;
	padding: 0px;
	padding-bottom: 4px;
	color: #0099CC;
	border-bottom: 4px;
	border-bottom-style: solid;
	border-color: #0099CC;
}