/* CSS Document */
body {
  background-image:url(../../../images/site_bg.png);
  background-repeat:repeat-x;
  background-position:top;
  font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
  font-size:90%;
  color:#2176B9;
  margin:0;
  padding:0;
  text-align:center;
}

#main-wrap {
  width:928px;
  margin:0 auto;
  text-align:left;
}

#header {
  background-image:url(../../../images/header.png);
  background-repeat:no-repeat;
  width:928px;
  margin:0;
  padding:0;
  height:133px;
}

#header a:link {
	text-decoration:none;
	color:#ffff42;
	font-weight:bold;
}

#header a:visited {
	text-decoration:none;
	color:#ffff42;
	font-weight:bold;
}

#header a:hover {
	text-decoration:underline;
	border-bottom: 1px solid #ffffff;
	color:#ffffff;
	font-weight:bold;
}

#header a:active {
	text-decoration:underline;
	border-bottom: 1px solid #ffffff;
	color:#ffffff;
	font-weight:bold;
}

#status a:link {
	text-decoration:none;
	color:#2176B9;
	font-weight:bold;
}

#status a:visited {
	text-decoration:none;
	color:#2176B9;
	font-weight:bold;
}

#status a:hover {
	text-decoration:underline;
	color:#2176B9;
	font-weight:bold;
}

#status a:active {
	text-decoration:underline;
	color:#2176B9;
	font-weight:bold;
}

#content-container {
	width:928px;
}

#content {
	width:628px;
	float:left;
}

#right-col {
	width:300px;
	float:right;
	text-align:center;
}

#right-col img {
	margin:10px;
	border:thick double #FBE934;
}

h1 {
	font-size:20px;
	font-weight:bold;
}

h2 {
	font-size:16px;
	font-weight:bold;
}

h3 {
	font-size:14px;
	font-weight:bold;
}

.clearfix {
	clear:both;
}

label {
	width:125px;
	float:left;
}

input, textarea {
	border: 1px solid #2176B9;
	background-color:#FFFFFF;
}

.error {
  color:#990000;
  font-size:18px;
  font-weight:bold;
  padding:5px;
  text-align:center;
}

#footer {
  text-align:center;
  width:928px;
}