/* Created by Luke Robinson, November 2005, Email: luker-at-alumni-dot-calvin-dot-edu */

body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	background-color: #881635;
	line-height: 1.5em;
}
td { font-family: Georgia, "Times New Roman", Times, serif;}
p { font-family: Georgia, "Times New Roman", Times, serif;}
ol,ul,li { font-family: Georgia, "Times New Roman", Times, serif;}
b { font-weight: bold;}
strong { font-weight: bold;}
i { font-style: italic;}
em { font-style: italic;}

h1 {
	font-size: 200%;
	color: #333333;
	margin-top: 0;
}
h2 {
	font-size: 180%;
	color: #881635;
	font-weight: bold;
}
#special h2 {font-weight: normal;}

h3 {
	font-size: 160%;
	font-weight: normal;
	color: #881635;
}
h4 { font-size: 140%;}
h5 { font-size: 120%;}
h6 { font-size: 100%;}

/* Hyperlink colors */
a { text-decoration: underline; background-color: transparent;}
a:link { color: #464469;}		/* Link: Text green */
a:visited { color: purple;}	/* Visited: Purple */
a:hover { color: #F0CF7E;}	/* Active: Gold */
a:active, a:focus { color: #90946D; } /* Active: Olive green */

/* Navigation */
#navigation ul { margin:0px; padding:0px; list-style-type:none; font-weight: bold; font-size:14px;}
#navigation ul li { margin: 6px 0px; padding:0px;}
#navigation ul li ul { list-style-type:none; font-weight: normal;}
#navigation ul li ul li { padding-left: 1em;}

/* Forms */
form { margin: 0px; padding: 0px;}
fieldset { margin: 5px 0; padding: 10px; border: 1px solid #cccccc;}
legend { font-weight: bold; color: #464469; font-size: 120%; margin: 0px; padding: 0.5em;}
label { display: inline;}

td.formlabel { text-align:right; vertical-align:top; padding:4px 2px; width:33%;}
td.forminput { text-align:left; vertical-align:middle; padding:4px 2px; width:67%;}

/* Layout */
#header {
	text-align: left;
	vertical-align: top;
	color: #F0CF7E;
	background-color: #464469;
	padding: 0px;
}
#container {
	padding: 0px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	border-right: solid 20px #F0CF7E;
	border-left: solid 20px #F0CF7E;
	border-bottom: solid 20px #F0CF7E;
}
#content {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/background_content.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#content .gutter {
	padding: 16px 20px 20px 20px;
}
#sidebar .gutter {
	padding: 10px;
}
#footer {
	vertical-align: top;
	text-align: center;
	padding: 5px;
	color: #D5C3C1;
}
#footer a {
	color: #D5C3C1;
}
#sidebar {
	background-image: url(/images/background_sidebar.gif);
	background-repeat: repeat;
}

/* Tables */
.data-table {
	border: 1px solid #999999;
	border-collapse: collapse;
	width: 100%;
}

.data-table td {
	border: 1px solid #999999;
	padding: 0.5em;
	color: #000000;
	font-size: 0.8em;
}

.data-table th {
	border: 1px solid #999999;
	padding: 0.5em;
	color: #333333;
	background-color: #EEEEEE;
	text-align: left;
	vertical-align: top;
}

.data-table tr.altrow {
	background-color: #F7EDD4;
}

#feature {
	margin-left: 10px;
}

/* Classes */

.copyright {
	font-size: 10px;
	color: #D5C3C1;
}
.img-right {
	float: right;
	padding: 0px 0px 10px 10px;
}
.img-left {
	float: left;
	padding: 0px 10px 10px 0px;
}
.quote {
	padding: 0px 10px;
}
address {
	padding: 0;
	margin: 0;
	font-style: normal;
}
#special {
	font-size: 12px;
	text-align: center;
	border: 2px dotted #99BB5D;
	padding: .5em;
	margin: 24px 0 0 0;
	background-image: url(/images/background-semi-trans.gif);
	background-repeat: repeat;
}
