﻿/* These are styles that could possibly be modified without effecting the design */

body {
	background-color: #000000;
	width: 775px;
	margin: 0 auto;
	font-family: Verdana;
	font-size: 13px;
	color: white;
	font-weight: normal;
}

p {
	font-family: Verdana;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
}

.top_nav{
     background-color: #EEEEEE;
}

#container {
	width: 775px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	padding:0px
}

img{
  border: 0px;
}

a {
	font-size: 12px;
	color: #009999;
	text-decoration: underline;
}

a:link {
	font-size: 12px;
	color: #009999;
	text-decoration: underline;
}

a:visited {
	font-size: 12px;
	color: #009999;
	text-decoration: underline;
}

a:hover {
	font-size: 12px;
	color: #00CC66;
	text-decoration: none;
}

a.a:link {
	font-size: 13px;
	color: #99CCFF;
	text-decoration: none;
}

a.a:visited {
	font-size: 13px;
	color: #72D3DE;
	text-decoration: none;
}

a.a:hover {
	font-size: 13px;
	color: #00CC66;
	text-decoration: none;
}

.boldtext {
	font-weight: bold;
}
.spreadlist {
	font-size: 12px;
}
.coloredtitle {
	font-size: 13px;
	font-weight: bold;
	color: #16ACD7;
}
.headers {
	font-size: 13px;
	font-weight: bold;
	color: #66FF99;
}
.right {
	text-align: right;
	font-size: 13px;
	color: #666666;
}
.titles {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
.testimonial {
	font-size: 11pt;
	color: #000000;
}
.sidebarbg {
	background-image: url('images/sidebar_bg.jpg');
}
.highlights {
	color: #FFFF99;
}
.centered {
	text-align: center;
}
