/* Global styles */
body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: url('/images/background.png');
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

img {
  border: 0;
  padding: 0;
  margin: 0;
}

.highlight {
  background-color: gold;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.flash {
  background-color: black;
  color: gold;
  font-size: 10px;
  text-align: center;
}
/* End Global styles */

/* Main styles */
.sidebar {
  background-image: url('/images/background.png');
  width: 50%;
}
.banner {
  vertical-align: top;
  height: 222px;
  background-repeat: no-repeat;
}
.menu {
  height: 57px;
  width: 891px;
  vertical-align: top;
  text-align: left;
  background-image: url('/images/menu_bar.png');
}
#menu_corner {
  width: 20px;
}
#menu_bar {
  width: 37px;
}
.content {
  width: 891px;
  vertical-align: top;
  background-color: #fff;
}
.content_sidebar {
  background-image: url('/images/background.png');
  width: 20px;
  height: 469px;
}
.content_padding_header {
  vertical-align: top;
  padding: 20px;
  padding-top: 5px;
}
#sponsor_text a {
  color: #333;
}
.copyright {
  height: 20px;
  vertical-align: bottom;
	text-align: right;
	background-image: url('/images/background.png');
}
#buffer {
  height: 20px;
  width: 20px;
  background-image: url('/images/background.png');
}
/* End Main styles */