html, body {
	font: 100% "Lucida Sans","Lucida Grande",sans-serif;
	background-color: #cfc4a3;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
h1, h2, h3 {
	font-family:"Times New Roman",Times,serif;
}
h4 {
	font-size: 110%;
	text-align: left;
	padding: 0;
	margin: 0;
}
.red {
	color: #F00;
}
.google {
	width: 100%;
	background-color: #FFF;
	
}
a.prev, a.next {
	display: block;
	background-color: #c32413;
	border-top: 1px solid #FFF;
	border-right: 1px solid #fd2e18;
	border-bottom: 1px solid #7b160c;
	border-left: 1px solid #ff8d81;
	color: #FFF;
	margin: 10px;
	padding: 3px 10px;
}
a.prev {
	float: left;
}
a.next {
	float: right;
}
a.prev:link,a.prev:visited,a.prev:hover,a.prev:focus,
a.next:link,a.next:visited,a.next:hover,a.next:focus {
	text-decoration: none;
	color:#FFF;
}
.top-edge-shadow {
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.bottom-edge-shadow {
	-webkit-box-shadow: 0 -8px 6px -6px black;
	-moz-box-shadow: 0 -8px 6px -6px black;
	box-shadow: 0 -8px 6px -6px black;
}
.shadow {
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}
.content {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	background-color: #fdfff5;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
a:link {
	color: #F00;text-decoration: underline;
}
a:visited {
	color: #F00;
}
a:hover,a:focus {
	color: #F00;text-decoration: none;
}
a:active {

}
h1#tim {
	margin: 0;
	padding: 10px;
	background-color: #000;
	color: #FFF;
}
h1#tim a, h1#tim a:visited, h1#tim a:link, h1#tim a:active {
	text-decoration: none;
	color: #FFF;
}
h1#title {
	font-size: 250%;
}
.menu5 {
	margin: 0 auto;
	padding: 0 0 10px 5%;
	background-color: #000;
}
.menu5 a, .menu5 span {
	display: block;
	float: left;
	width: 18.9%;
	text-align: center;
	background-color: #c32413;
	border-top: 1px solid #FFF;
	border-right: 1px solid #7b160c;
	border-bottom: 1px solid #fd2e18;
	border-left: 1px solid #ff8d81;
	color: #FFF;
	padding: 3px 0;
}
.menu5 span {
	background-color: #F00;
}
.left-half {
	width: 40%;
	padding: 5px 30px;
	float: left;
}
.left-half p, .left-half ul, .left-half li, .right-half p {
	text-align: left;
}
.right-half {
	width: 50%;
	float: left;
	border-left: 1px solid #bebebe;
	padding: 5px 0 0 10px;
}
.one-third {
	width: 30%;
	padding: 5px 20px;
	float: left;
	min-width: 267px;
}
.one-third p, .one-third ul, .one-third li {
	text-align: left;
}
.two-thirds {
	width: 60%;
	padding: 5px 20px;
	float: left;
}
.middle {
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	padding: 5px;
}
.clear {
	clear:both;
}
label {
	display: block;
	float: left;
	width: 40%;
	text-align: right;
	padding: 0 20px 10px;
}
input, textarea {
	float: left;
	margin-bottom: 10px;
}
input.button-red {
	background-color: #F00;
	color: #FFF;
	font-weight: bold;
	font-size: 90%;
}
input.button-black {
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	font-size: 90%;
}
#bottom-nav {
	margin: 0 auto;
	padding: 10px 0 10px 5%;
	background-color: #000;
	color: #FFF;
}
#bottom-nav a {
	display: block;
	float: left;
	width: 45%;
	text-align: center;
	background-color: #c32413;
	border-top: 1px solid #FFF;
	border-right: 1px solid #fd2e18;
	border-bottom: 1px solid #7b160c;
	border-left: 1px solid #ff8d81;
	color: #FFF;
	padding: 3px 10px;
}
#bottom-nav-3col {
	margin: 0 auto;
	padding: 10px 0 10px 5%;
	background-color: #000;
	color: #FFF;
}
#bottom-nav-3col a {
	display: block;
	float: left;
	width: 30%;
	text-align: center;
	background-color: #c32413;
	border-top: 1px solid #FFF;
	border-right: 1px solid #fd2e18;
	border-bottom: 1px solid #7b160c;
	border-left: 1px solid #ff8d81;
	color: #FFF;
	padding: 3px 10px;
}
#ali {
	font-weight: bold;
	font-size: 90%;
	margin: 0;
	padding: 10px;
}