/* Stylesheet for Even Tastier Blue by Super J Man (www.jdavidmacor.com) */

/* General Body */
	body {
		color: #999;
		background-color: #fff;
		margin-top: 0;
		margin-bottom: 0;
		background: #fff url('images/bg.gif') top center repeat-x;
		font: 80%/200% trebuchet ms, verdana, arial, tahoma;
		}
	#border {
		border: 0;
		width: 800px;
		background-color: #FFF;
		background: url('images/bodybg.gif') no-repeat;
		margin: 0 auto;
		}
	#header {
		height: 190px;
		border-bottom: 1px solid #690;
		margin: 0;
		background: url('images/banner.jpg');
		}
	#header h1 {
	color: #FFF;
	padding-left: 15px;
	position: absolute;
	word-spacing: 4px;
	letter-spacing: 3px;
	font: small-caps bold 3em/normal geneva, arial, sans-serif;
	padding-top: 15px;
		}
	#container {
		width: 770px;
		margin: 0 auto;
		border: 0 solid #690;
		background: #fff;
		}
	h1 {
		font-size: 120%;
		color: #659500;
		}
	h3 {
		color: #FFF;
		word-spacing: 4px;
		letter-spacing: 3px;
		padding: 0 2px;
		margin: 0;
		font: small-caps bold 1em geneva, arial, sans-serif;
		}
	a:active, a:visited, a:link {
		color: #7DB4EE;
		text-decoration: none;
		}
	a:hover {
		color: #25569A;
		text-decoration: none;
		}
	h2 {
		font-size: 16px;
	     color: #000000;
		}
	.blockquote {
		border-left: 6px solid #7DB4EE;
		padding-left: 5px;
		margin-left: 30px;
		margin-top: 30px;
		margin-bottom: 30px;
		margin-right: 30px;
		overflow: hidden;
		text-align: justify;
		color: #000000;
		font: 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
		}

/* Menu */
	#topmenu {
		position: relative;
		top: 13px;
		left: 15px;
		width: 735px;
		font-size: 93%;
		margin: 0;
		line-height: normal;
		height: 41px;
		}
	#topmenu ul {
		margin: 0;
		padding: 0 0 0 2px;
		list-style: none;
		}
	#topmenu li {
		display: inline;
		margin: 0;
		padding: 0;
		}
	#topmenu a {
		float: left;
		background: url(images/tableft10.gif) no-repeat left top;
		margin: 0;
		padding: 0 0 0 4px;
		text-decoration: none;
		}
	#topmenu a span {
		float: left;
		display: block;
		background: url(images/tabright10.gif) no-repeat right top;
		padding: 5px 15px 4px 6px;
		color: #FFF;
		}
	#topmenu a span {
		float: none;
		}
	#topmenu a:hover span {
		color: #FFF;
		}
	#topmenu a:hover {
		background-position: 0 -42px;
		}
	#topmenu a:hover span {
		background-position: 100% -42px;
		}

/* Form */
	form {
		float: left;
		padding: 0 0;
		margin-left: 5px;
		font-size: 9px;
		width: 180px;
		}
	input {
		color: #999;
		border: 1px solid #2763A5;
		font-size: 11px;
		padding: 3px;
		background: #FFF;
		}
	.button {
		padding: 2px;
		color: #FFF;
		border: 1px solid #2763A5;
		font-size: 11px;
		background: #6DA6E2;
		}

/* Content */
	#content {
		padding: 0.5em 1em;
		max-width: 740px;
		background: #FFF;
		}
	.splitright {
		background: #fff url('images/extralinks.gif') top center no-repeat;
		width: 30%;
		float: right;
		overflow: hidden;
		text-align: center;
		}
	.splitleft {
		background: #fff;
		color: #000000;
		margin: auto;
		margin-right: 20px;
		width: 68%;
		float: right;
		overflow: hidden;
		text-align: justify;
		}
	#extralinks {
		float: left;
		width: 180px;
		padding: 0 0;
		margin: 20px 20px 20px 0px;
		background: url(images/extralinks.gif) no-repeat;
		text-align: center;
		color: #999;
		letter-spacing: 0;
		font: 1.0em/1.5em "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
		}
	#extralinks ul, #extralinks li {
		text-align: center;
		list-style: none;
		margin: 0;
		margin-top: 10px;
		padding: 0;
		}
	#extralinks li {
		margin: 0;
		padding: 0;
		}
	#extralinks a {
		border-bottom: none;
		color: #7DB4EE;
		}
	#extralinks h3 {
		text-align: center;
		position: static;
		}
	#extralinks a:link, a:visited {
		color: #7DB4EE;
		}
	#extralinks a:hover, a:active {
		color: #25569A;
		}

/* Footer */
	#footer {
		text-align: center;
		height: 30px;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #25569A;
		clear: both;
		background: #437BC6;
		margin: 50px 15px 0;
		padding: 0 20px;
		font-size: 12px;
		color: #FFF;
		}
	#footer a:link {
		color: #FFF;
		text-decoration: underline;
		}
	#footer a:visited {
		color: #FFF;
		text-decoration: underline;
		}
	#footer a:hover {
		color: #7DB4EE;
		text-decoration: underline;
		}
	#footer a:active {
		color: #7DB4EE;
		text-decoration: underline;
		}
