@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #EEE;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
input[type=submit],
button[type=submit] {
    background-color: #241056;
	border: 1px solid #404040;
    color: #FFF;
	width: 200px; 
}
input[type=text],select {
    background-color: #FFF;
	border: 1px solid #404040;
    color: #000;
}
#container {
	width: 100%;  
	float: left;
	background: #EEE;
	padding-top: 0px;
	margin-bottom: 50px;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #5627e1;
}
a:visited {
	text-decoration: none;
	color: #5627e1;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
ul {
  list-style: none;
}

li {
  color: #FAA;
  display: inline-block;
  margin-right: 5px; /* add spacing between items */
  padding-right: 5px;
}
ul a, ul a:visited {
	color:#FFF;
	padding: 0px;
	margin: 0px;
}
ul a:hover {
    color:#FAA;
}

ul a:link {
	text-decoration: none;
	color: #FFF;
}
.menu{
    width: 100%;
	font-size: 10px; 
	float: left;
	background: #241056;
	text-align: center;
	margin: 0 auto;
	clear: both;
}
.fullWidth {
	width: 98%;
	text-align: center;
	margin: 0 auto;
	padding-left: 1%;
	padding-right: 1%;
	clear: both;
}
.medWidth {
	width: 99%;
	text-align: center;
	margin: 0 auto;
	background: #FFF;
	padding-left: 1%;
	padding-right: 0%;
	clear: both;
}
.message {
	width: 500px;
	text-align: center;
	margin: 0 auto;
	color: #FFF;
	font-size: 18px;	
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
	clear: both;	
	background-color: #C00000;
}
.spacer{
	height: 20px;	
	clear: both;
}

@media only screen and (min-width: 890px) {
.menu{
	font-size: 12px;
}
}
@media only screen and (min-width: 960px) {
.medWidth {
	width: 600px;
}
}

@media only screen and (min-width: 1110px) {
.menu{
	font-size: 14px;
}
li {
  margin-right: 10px; 
  padding-right: 10px;
}
}
@media only screen and (min-width: 1230px) {
.menu{
	font-size: 16px;
}
}
