@charset "utf-8";
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 5px;
	color: #F00;
	text-align: center;
}
.menu_left {
	float: right;
	width: 25%;
}

/* CSS Document */

.body_layout {
	background-color: #CFF;
	width: auto;
}
.centering {
	text-align: center;
}
.navigation_layout {
	float: left;
	width: 25%;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.clear_left {
	clear: left;
}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	color: #F00;
	text-align: center;
	padding-right: 5px;
}
.main_layout {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 5px;
	width: auto;
}
blockquote {
	border: medium ridge #F00;
	padding: 5px;
	width: auto;
	float: none;
}
.right_align {
	text-align: left;
	float: right;
}
.newsletter_heading {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-style: italic;
	text-align: center;
	color: #00F;
	font-weight: bold;
}
h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-style: italic;
	text-align: center;
	background-color: #FCF;
}
#right_align {
	text-align: right;
}
.quote_layout {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}


.body_layout .main_layout div table {
	background-color: #6CF;
	border: medium groove #00F;
}
h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	text-align: center;
}
.photo_layout {
	height: 250px;
	width: 200px;
	border: medium solid #000;
}
body {
	background-color: #FFC;
}

/* CSS Document */


h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #F00;
	text-align: center;
}
#form1 {
	margin: 5px;
	padding: 5px;
	border: thin dashed #F00;
}

