body {
	color: white;
	background-color: black;
}

a:link, a:active, a:visited {
	color: #0E1AF4;
}

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

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.indent {
	margin-left: 25px;
}

#main_content {
	width: 975px;
/* uncomment me to center the main content
	margin-left: auto;
	margin-right: auto;
*/
}

#today {
	text-align: right;
	padding: 2px 20px 2px 0;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
}

#title_background_right {
	width: 100%;
	background-image: url('../images/top1bg.jpg');
}

#navigation_menu {
	float: left;
	width: 140px;
}

#navigation_menu img {
	margin-bottom: -3px;
}

#body {
	background-color: #4F98C1;
}

#body_text {
	width: 70%;
	margin-left: 200px;
	padding: 20px 0 50px 0;

	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
}

#body_text h1 {
	font-size: 115%;
	margin: 15px 0;	
}

#body_text h4 {
	font-size: 102%;
	font-style: italic;
	padding: 0;
}

#body_text p {
	font-size: 98%;
	padding-bottom: 20px;
}

#welcome_graphic {
	display: block;
	width: 428px;
	padding-top: 25px;
	margin-left: auto;
	margin-right: auto;
}

#hero_graphic {
	display: block;
	width: 600px;
	padding: 5px 25px 25px 25px;
	margin-left: auto;
	margin-right: auto;
}

#philosophy_graphic {
	display: block;
	width: 185px;
	padding: 25px;
	margin-left: auto;
	margin-right: auto;
}

#contact_table {
	width: 66%;
	margin-bottom: 25px;
}

#contact_table td {
	padding-top: 5px;
}

#bottom_spacer {
	height: 200px;
}

#footer {
	padding: 20px;
}

#footer p {
	text-align: center;
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;
}
