html, body {
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	background-color: #0099FF;
	background-attachment: fixed;
}

#wrapper {
	margin: 0 auto;
	width: 820px;
	text-align: center;
}

#container {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background-color: #FFFFFF;
}
#footer {
	text-align: center;
	clear: both;
	padding-bottom: 15px;
}
#textright {
	margin-top: 20px;
	width: 360px;
	font-family: "Times New Roman", Times, serif;
	float: right;
	margin-right: 20px;
}
#content {
	width: 800px;
	background-color: #FFFFFF;
}
.smallprint {
	font-size: x-small;
	text-decoration: none;
	text-align: center;
}

#depotimg {
	width: 350px;
	margin-top: 60px;
	float: right;
}

/* @group Links */

#linksleft {
	float: left;
	width: 380px;
	font-size: xx-large;
	margin-top: 20px;
	text-align: right;
	padding-right: 30px;
	color: #0000CC;
}

#linksleft2 {
	float: left;
	width: 400px;
	font-size: xx-large;
	margin-top: 20px;
	text-align: right;
	padding: 0;
	color: #0000CC;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* @end */

/* @group Contact form */

/* Contact form style */

form {
  width: 360px;
}

/* legend styling */
legend {
  font-weight: bold;
}


/* style for  labels */
label {
  display: block;
}

.warning {
	color: #CC0000;
	font-weight: bold;
}

#required {
	color: #999999;
	font-size: x-small;
}

/* style for required labels */
label .required {
  font-size: 0.75em;
  color:#760000;
}

input {
  width: 350px;
}


input.radio, input.submit {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
  background: #ffc;
}

input.radio {
  float: left;
  margin-right: 1em;
}

textarea {
  width: 350px;
  height: 150px;
}

/* Hack to make sure the floated radio buttons
   sit next to the labels correctly in IE/Mac*/

/* This is the style I want IE/Mac to see */
input.radio + label {
  text-indent: 2em;
}

/* Using the commented backslash filter, I'm resetting
   the above rule for everything other than IE5/Mac \*/
input.radio + label {
  text-indent: 0;
}

/* End the hack */

/* @end */

.no {
	display:none;
	visibility:hidden;
}


