﻿/*@import url(mobile.css);*/

table.wide {
	width: 100%;
	height: 100%;
}
span {
	color: #0000a1;
	font-size: larger;
	text-decoration: none;
}
.blue {
	color: #0000a1;
	font-size: larger;
	text-decoration: none;
}
.newStyle1 {
	padding: 10px;
}
.newStyle1 {
	padding-bottom: 10px;
	display: block;
}
.button {
	border: medium outset blue;
	width: auto;
	height: auto;
}
.button:hover {
	border: medium outset #000080;
}
.button:active {
	border: medium outset #000080;
}
#navbar ul {
	margin: 0;
	padding: 5px;
/* Set margin and padding for cross browser consistency. */	list-style-type: none; /* Needed to eliminate list item marker */;
	text-align: center; /* Centers navigation bar */;
 /* Set as desired */;
	border-bottom: thin blue solid;
	width: 100%;
	white-space: nowrap;
}
#navbar ul li {
	display: inline;
	 /* Needed to create horizontal effect */
}
#navbar ul li a {
	text-decoration: none; /* The setting of "none" allows the link to not be underlined. This is up to user preference. */;
	padding: .2em 1em;
/* Gives the link space inside it's individual block. */	color: #fff; /* Set as desired */;
	background-color: rgb(0, 0, 196); /* Set as desired */;
	background-image: -moz-linear-gradient( rgb(0, 0, 255), rgb(0, 0, 150) );
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, rgb(0, 0, 255)), color-stop(1, rgb(0, 0, 150) );
	-moz-border-radius-topleft: 25px 50px;
	border-top-left-radius: 25px 50px;
	-moz-border-radius-topright: 25px 50px;
	border-top-right-radius: 25px 50px;
	height: 100%;
	font-weight: normal;

}
#navbar ul li a:hover {
	color: #fff;
	background-color: rgb(0, 0, 175); /* Set as desired */;
	background-image: -moz-linear-gradient( rgb(0, 0, 200), rgb(0, 0, 100) );
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, rgb(0, 0, 200)), color-stop(1, rgb(0, 0, 100)) );
	background-color: navy; /* Both of these values create the "Rollover effect, Set as desired */
}
#navbar ul li a:active {
	color: #fff;
	background-color: rgb(0, 0, 175); /* Set as desired */;
	background-image: -moz-linear-gradient( rgb(0, 0, 100), rgb(0, 0, 200) );
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, rgb(0, 0, 100)), color-stop(1, rgb(0, 0, 200) );
	background-color: navy; /* Both of these values create the "Rollover effect, Set as desired */
}
#quote {
	background-color: #d8bfd8;
	margin-left: auto;
	margin-right:auto 01      
