/**************************************************************************
Main

verylightgrey f5f5f5
grey 6C757A
darkgrey 454545
skyblue 1780E6
darkblue 1466B6
lightblue A9C0CE
orange FF9900

**************************************************************************/
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #A9C0CA;
}

/**************************************************************************
Links
**************************************************************************/	
a:link, a:visited, a:active {
	color: #444;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #1466B6;
}

/**************************************************************************
For form submit buttons
**************************************************************************/
.submit {
  font-weight: Bold;
  color: #6C757A;
  background-color: transparent;
  border: 1px #6C757A solid;
  cursor: pointer;
  cursor: hand;
}

/**************************************************************************
For required text to be on the right side
**************************************************************************/
.required {
  float: right;
  margin-top: 0px !important;
  padding-right: 80px;
}

.error {
  float: right;
  margin-top: 0px !important;
  padding-right: 50px;
}

/**************************************************************************
Outline box
**************************************************************************/
#thebox {
	width: 620px;
	height: 400px;
	background-color: white;
	color: #666;
	/* border: 1px #cccccc solid; */
	border: 2px #444 solid;
	margin: 50px auto -10px auto;
	padding: 0px 20px 0 20px
}

/**************************************************************************
Logo
**************************************************************************/
#logo { 
	text-align: center;
	width: 160px;
	margin: 0px 5px 30px 10px;
	padding: 50px 8px 5px 10px;
	background-color: #1466B6;
	color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 5px;
	text-transform: uppercase;
}

/**************************************************************************
Navigation
**************************************************************************/
#nav {
	margin: -65px 0px 50px 190px;
	padding: 0px 0px 0px 0px;
	color: #999;
	font-weight: normal;
	letter-spacing: 2px;
}

#nav li {
	list-style: none;
	display: inline;
	margin-right: 25px;
}

#nav a {
	font-size: 14px;
	color: #999;
	text-decoration: none;
}

#nav a:hover {
	color: #1466B6;
	text-decoration: underline;
}

#nav a.selected{
  font-weight: bold;
  letter-spacing: 1px;
}

/**************************************************************************
Content
**************************************************************************/
#content {
	color: #666;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
}

#content h1 {
  color: #1466B6;
	font-weight: bold;
	letter-spacing: 1px;
  font-size: 17px;
}

#content h2 { 
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#content h3 { 
  font-size: 13px;
}

/**************************************************************************
Content
**************************************************************************/
#footer {
  font-size: 12px;
  text-align: center;
  color: #999;
}

#footer a{
  color: #999;
}