html {
	padding: 0px;
	margin: 0px;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#999;
}

h1 {
	font-size: 18px;
	margin:0;
	font-weight: bold;
	color: #999;
	text-transform:uppercase;
}

h2 {
	margin:15px 0 3px 0;
	font-size: 14px;
	font-weight: bold;
	color: #693;
}

h3 {
	font-size: 14px;
	margin:0;
	color: #333;
}

h4 {
	font-size: 12px;
	font-weight:normal;
	margin:0;
	color: #000;
}

p {
	font-family: Lucida, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #666;
	margin:0;
}


#content {

	background-color:#FFF;
  width:800px;
  margin:0 auto 0 auto;
  padding:0;
}


#advert img {

  border:0;
}

#tips {
  padding:0 20px 15px 20px;
}

#nav-links {

  margin:15px 0 30px 0;

}

a {

  color:#990000;
  text-decoration:none;

  font-size:13px;
}

.sel {

  color:#990000;
  font-weight:bold;
  font-size:14px;
}

.link img {

  border:0;
  padding:0;
}

#image-links {
  text-align:right;
  float:right;
  width:200px;
}

#image-links img {

  padding-left:5px;
}


#image-links a {

	color: #693;
  padding:15px;
}

#footer {
  text-align:center;
  padding:30px 30px 0 30px;
	color:#999;
  background-color:#FFF;
}

#footer a {
  font-size:12px;
  color:#3F8CFF;
  text-decoration:none;
}

#footer p {
  font-size:12px;
	color:#999;
}

#footer-bottom {
  height:20px;
	background-color:#999;
  background-image:url("/images/solo_bottom.gif");
  background-repeat:no-repeat;
  background-position:center bottom;

}

#footer h1 {

	font-family: Times;
	font-weight:normal;
	color:#999;
	padding-bottom:10px;
}


#footer img {

  display:block;
  margin:20px auto 0 auto;
}


#header {
	background: #fff url('../images/generic_header.png') no-repeat 0% 0%;
	height: 96px;
	width: 100%;
	padding:0;
	margin:0;
}


#header h1 {

  color:#FFF;
  font-weight:bold;
  font-size:32px;
  padding:0px;
  padding-top:56px;
  margin-left:165px;
  text-transform:none;
}

#resetpassword {
  color:#555;
}

#resetpassword fieldset {

  border:0;
  border-top:1px solid #000;
  margin:30px;
  padding:0 0 0 30px;
}

#resetpassword legend {

  font-size:18px;
  font-weight:bold;
  color:#555;
}

#resetpassword table {

  margin-top:20px;
  width:500px;
}

#resetpassword th {
  text-align:right;
  padding:5px;
}

#resetpassword td {
  text-align:left;
  padding:5px;
}

#resetsuccess {
  text-align:center;
}

#resetsuccess h2 {
  font-size:22px;
  margin:20px;
}

#resetsuccess a {
  font-size:18px;
  text-decoration:underline;
}

/* handy flash notice styling
---------------------------------------------------------------------------------*/

#flash {
  text-align:center;
}

.flash_alert {
	text-align: left;
	border: 1px solid #ccc;
	padding: 5px 5px 5px 30px;
	font-size: 14px;
	margin-bottom: 12px;
	border-color: #c99;
	color: #fff;
	background: url(../images/alertbad_icon.gif) #c00 left no-repeat;
}

.flash_notice {
	text-align: left;
	border: 1px solid #ccc;
	padding: 5px 5px 5px 30px;
	font-size: 14px;
	margin-bottom: 12px;
	border-color: #9c9;
	color: #060;
	background: url(../images/alertgood_icon.gif) #E2F9E3 left no-repeat;
}
