﻿.gray_box {
	background-color: #eeeeee;
	border-radius: 7px;
	padding: 7px;
}

/* I need these or the bullets are off the page to the left, but I don't know why. fuck */
ol, ul {
	margin-left: 30px;
}

/*---------------------------------------------------------------------------*/
/* LAYOUT styles. This controls the height of the various sections */
/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
/* Styles for the mast head */
/*---------------------------------------------------------------------------*/
#masthead {
	margin: 0 0 0 0px;
	padding: 0;
	background-color: #FFFFFF; /* The background color of the header, body, and footer should all use this same value. */
}

	#masthead h1 {
		color: #4E5659;
		margin: 0px;
		padding: 0px;
	}

	#masthead h3 {
		color: #79878D;
		margin-bottom: 0px;
	}

	#masthead a {
		color: #4E5659;
		text-decoration: none;
	}

		#masthead a:hover {
			text-decoration: none;
		}
/*---------------------------------------------------------------------------*/
/* Styles for Navigation. */
/*---------------------------------------------------------------------------*/
#navigation {
	margin: 0;
	padding: 0;
	margin-left: 0px;
	background-color: #DCDBE0;
	overflow: hidden;
}

	#navigation ul {
		list-style-type: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#navigation li {
		float: left;
	}

	#navigation a {
		margin: 0 1px;
		padding: 5px;
		display: block;
		border: 1px solid #DCDBE0;
		text-decoration: none;
		color: #000;
	}

		#navigation a:hover {
			background-color: #069;
			border: 1px solid #DCDBE0;
		}

.arrowNextPrevious {
	vertical-align: middle;
}

/*---------------------------------------------------------------------------*/
/* EDTR: Styles for the image section. I'm not sure this is used (and it should be removed). */
/*---------------------------------------------------------------------------*/
#image {
	margin-bottom: 6px;
	margin-left: 6px;
}

/*---------------------------------------------------------------------------*/
/* Styles for the Footer. */
/*---------------------------------------------------------------------------*/
#footer { /* Style for DIV tag */
	background-color: #FFFFFF; /* The background color of the header, body, and footer should all use this same value. */
	padding-bottom: 0px; /* This is space below the footer image */
}

/*---------------------------------------------------------------------------*/
/* Standard headings (these are overloaded for the right panel,I think) */
/*---------------------------------------------------------------------------*/
h1 {
	font-size: xx-large;
	color: #4E5659;
	margin-top: 0px;
}

h2 {
	font-size: x-large;
	color: #4E5659;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h3 {
	font-size: large;
	color: #4E5659;
	margin-top: 0px;
}

h4 {
	font-size: medium;
	color: #4E5659;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h5 {
	font-size: x-small;
	margin-top: 0px;
}

h6 {
	font-size: xx-small;
	margin-top: 0px;
}
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
img {
	padding: 0px;
	border: 0px;
}

.imageLeft {
	border-width: 0;
	float: left
}

.pictureCaption {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333; /* Color of the caption text */
	background: #DCDBE0; /* Color of the cell background */
}

.pictureBorder {
	border-style: solid;
	border-color: #DCDBE0;
	border-width: 1px;
}

.textDate {
	font-size: x-small;
	margin-top: 0px;
}
