/* @charset "UTF-8";*/
/* Browser Reset script, please do not touch */
/* @import url('reset.css');*/

/* Stylesheet */

/* === Global Styles === */

html {
	background-color: #0988ca;
	color: #2bb0ed;
	width: 100%;
   	height: 100%;
	font-weight: bold;
	overflow-x: hidden;
}

body {
	width: 871px;
	height: 611px;
   	margin: 0px auto;
	/*background-image: url(../blue/images/bg2.png);*/
	background-repeat: no-repeat;
	background-position: center;
}	
/*LINKS*/

a:visited { color: #4b4b4a; font-weight: bold; text-decoration: none;}

a:link { color: #4b4b4a; font-weight: bold; text-decoration: none;}

a:hover { color: #4b4b4a; font-weight: bold; text-decoration: underline;}
.error {
	float: right;
	color: #DB3023;
	padding-top: 5px;
}

#message {
	font-size:24px;
	width:525px;
  color:white; font-family: Myriad Pro, Tahoma, sans-serif; 
  margin:0px; padding:0px;
  }
#update{
	font-size:15px;
	width:625px;
  color:white; font-family: Myriad Pro, Tahoma, sans-serif; 
  margin:0px; padding:0px;
  }
/* === Footer Styles === */

.footer ul {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	list-style: none;
	margin-left:30%;
	margin-top: 30px;
}

.footer li {
	float: left;
}

.footer a, a:active, a:visited {
	color: #2bb0ed;
	text-decoration:none;
	padding-left: 10px;
}

.footer a:hover {
	color: #fff;	
}


/* === Misc Styles === */

.clear {
	clear: both;
}

.spacer {
	margin-top: 50px;	
}

.right {
	float: right;
}

.left {
	float: left;
}