@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
}

#wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 780px;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #00F;
	font-weight: bold;
}
.slogan {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #ffe066;
	font-weight: bold;
}
.content_holder {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.content_holder_wide {
	width: 780px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.ratings_item_header {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00F;
}

.ratings_item_text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
.content {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding-right: 8px;
	padding-left: 16px;
}
#menu {
	height: 25px;
	width: 780px;
	background-image: url(images/bluebar_smaller.jpg);
	background-repeat: no-repeat;
}
.bold {
	font-weight: bold;
}

.footer {
	color: #00F;
}

.footer a:link {
	color: #00F;
}

.footer a:visited {
	color: #00F;
}

.contact_info {
	clear: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

.bluetext {
	color: #00F;
}



