/* CSS Document */

body {
	background-color: #FFC;
	background-image: url(../images/background.gif);
	background-repeat: repeat;

}
h3 {
	color:#993366;
}

table#layout {
	width: 705px;
	table-layout: fixed;
	margin-right: auto;
	margin-left: auto;
}
*#page-header {
	background-color: #300;
	border: 1px solid black;
}
*#navigation {
	background-color: #300;
	background-image: url(../images/navigation_background.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border: 1px solid black;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
}
*#section-header {
	border: 1px solid black;
	background-color: #300;
}
*#section-contents {
	background-color: #FFFFF9;
	border-right: 1px solid black;
	border-left: 1px solid black;
	padding: 10px;
	border-top-color: black;
	border-bottom-color: black;
	background-image:   url(../images/contents_fill.gif);
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
*#section-footer {
	background-image:   url(../images/contents_fill.gif);
	background-repeat: repeat;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	padding: 10px;
	text-align: right;
}
*#page-footer {
	text-align: center;

}
.dark-red-with-borders {
	background-color: #300;
	background-color: #300;
}
a.navlink:link, a.navlink:visited {
	color: #FFFFCC;
	text-decoration: none;
}
a.navlink:hover {
	text-decoration: underline;
	color: #FFFFCC;

}
hr {
	height: 1px;
}
p.the-real {
	text-align: justify;
	text-indent: 1.5em;
	line-height: 1.5
}
a:visited {
	color: #993399;
	text-decoration: none;
}
a:link {
	color: #993399;
	text-decoration: none;

}
a:hover {
	color: #660099;
	text-decoration: underline;

}
.cream-background {
	background-color: #FFFFCC;
	border: 1px solid black;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: italic;
	text-align: center;
	padding: 5px;
}
.highlighted-text {
	color: #993399;
}
.note {
	font-size: 0.7em;
	font-style: italic;
	color: #FF3333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 1.5em;
}
.footer-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}
.emphasis {
	font-style: italic;
}
.section-header-image {
	margin-left: 5px;
}
.footer {

}
.form-label-cell {
	text-align: right;
	padding-right: 3px;

}
