@charset "utf-8";
div#mainContent /* CSS Document */


 h1{
	font-size:2.1em;
	color:#1143B3;
	text-indent: 5px;
	line-height: 1.3em;
}
div#Inner /* used for heading in the side bar */
 h3{
	font-size:1.3em;
	color:#2a4f99;
	text-indent: 15px;
	}

/* this will be used on the testimonials */
div#Inner h5{
	font-size:1em;
	color:#000000;
	margin-left: 10px;
	}


.highlight {
background-color:#FFFF00;
}

/* used to highlight font in red */
.FontRed {
color:#FF0000;
}

Div.Flex
{
float:none;
background-color:#FFFF66;
margin: 3px;
border: 2px solid;

}

/* used for Blue Font */
.FontBlue {
color:#0033FF;
}
#NavBar{
	background-image: url('images/nav_bar.jpg');
	min-height: 41px;
}

#NavBar #Links{
    float: right;
	width: 100%;
	text-align:right;
	font-size:12px;
	position: relative;
	right: 93px;
	top:-10px;
	font-family: arial;
}

#NavBar #Links a:link{
    color:rgb(0,0,0);
	text-decoration: none;
}

#NavBar #Links a:visited{
	color: rgb(0,0,0);
	text-decoration: none;
}

#NavBar #Links a:hover{
    color: rgb(0,0,0);
	text-decoration: underline;
}

#NavBar #Links a:hover{
    color: rgb(0,0,0);
	text-decoration: none;
}
#mainContent #Testimony{
	float: left;
	width: 163px;
	margin-right: 25px;
	margin-bottom: 15px;
}

#mainContent #Testimony #Inner{
	font-family: san-serif;
	font-size: 14px;
	text-align: left;
	padding: 10px;
	border-left: 2px solid rgb(158,175,254);
	border-right: 2px solid rgb(158,175,254);
}

#mainContent #Testimony #Inner2{
	font-family: arial;
	font-size: 14px;
	text-align: left;
	padding: 10px;
	background-color: rgb(255,255,153);
}
/* Adjust bullet bulleted list display, previously used inline,  - Jamey 1/9/09 */
.BulletDisplay
{
position:relative;
left:28px; 
margin:28px;
}

.Clear{
    clear: both;
}

.Down{
    position: relative;
	top: 20px;
}

.LeftImage{
    float: left;
	padding-right: 20px;
}

.RightImage{
    float: right;
	padding-left: 10px;
}

.Description{
    float: right;
	width: 520px;
}

img{
    display: block;
    margin: 0;
	padding: 0;
	border: 0;
}
#footer {
	margin: 0 auto;
}
tr.blue {
	background-color:#DDF4FF;
}
td.gray {
	background-color:#EEEEEE;
}
#footer {
	width: 760px;
	height: 28px;
	overflow: auto;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: arial;
}
#joinform{
	width: 522px;
	height: 146px;
	border: 2px dashed #1143B3;
	margin: 0 auto;
}
div#mainContent  ul.next2sidebar {
	margin-left: 180px;
}
li.rss-item {
	list-style:none;
	font-size:0.9em;
	margin-bottom:10px;
}
li.rss-item a {
	font-size: 1.3em;
	text-decoration:none;
}
li.rss-item span.rss-date {
	font-style:italic;
	font-size:0.8em;
}
