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

body, html {
margin: 0;
padding: 0;
text-align: center;
float:none;
display:inline;
}

p, ul, ol, li {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #363636;
background-color: transparent;
line-height: 1.33em;
}

li {
margin-bottom:5px;
}
h1,h2,h3 {
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #293897;
background-color: transparent;
}

h1 {
font-size: 18px;
}

h2 {
font-size: 14px;
}

h3 {
font-size: 12px;
color: #c02353;
background-color: transparent;
font-weight: bold;
}

.color1 {
color:#293897;
background-color: white;
}

.color2 {
color:#7cb74f;
background-color: white;
}

.color3 {
color:#f7931d;
background-color:white;
}

.color4 {
color:#d71c25;
background-color:white;
}

.color5 {
color:#44c7f4;
background-color:white;
}

.small {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}

#top {
height: 150px;
background-image: url(images/img_top.jpg);
background-repeat: repeat-y;
width: 950px;
}

#container {
width: 850px;
text-align: left;
margin:0px 50px;
}

#main {
width: 950px;
background-image: url(images/img_main.jpg);
background-repeat: repeat-y;
padding: 20px 0px;
}

#rightbar {
float: right;
width: 24%;
margin:0px 115px 15px 0px;
padding:0 0 20px 20px;
text-align:left;
z-iindex:2;
display:inline;
}
.quotes {
font-size:11px;
border-left: #7cb74f thin solid;
padding: 0px 10px;
width: 80%;
font-style:italic;
color: #293897;
}
#content {
float: left;
width: 48%;
margin: 0px 15px 15px 95px;
padding-right: 15px;
text-align:left;
z-index:1;
display:inline;
}
.login {
float: right;
display:inline;
}

.footer {
clear: both;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: #7cb74f;
color: white;
padding:1px;
text-align:center;
}

a.footer:link, a.footer:visited
{
text-decoration: none;
color: #ffffff;
/*background-color: #7cb74f;*/
}

a.footer:hover {
text-decoration: overline underline;
color:#ffffff;
background-color: transparent;
}

.logo {
	/*position: absolute; */
	margin: 0px 0 0 70px;
}

.button1 {
	position: absolute;
	margin: 0 0 0 450px;
}

.button2 {
position: absolute;
margin: 0 0 0 530px;
}

.button3 {
position:  absolute;
margin: 0 0 0 610px;
}

.button4 {
position: absolute;
margin: 0 0 0 690px;
}

.button5 {
position: absolute;
margin: 0 0 0 770px;
}

.righties {
float: right;
border: none;
padding: 7px;
display:inline;
}

.lefties {
float: left;
border: none;
padding: 7px;
display:inline;
}

.topnav {
float: right;
margin: 0 50px 0 0;
width: 50%;
display:inline;
}

a:link, a:visited {
color: #d71c25;
background-color: transparent;
text-decoration: underline;
}

a:hover {
color: #d71c25;
background-color: transparent;
text-decoration: underline overline;
}

ul {
display:block;
}
.red {
color: red;
}

.question {
font: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

.indent {
margin-left: 10px;
}
.subhead {
font: bold italic 12px Verdana, Arial, Helvetica, sans-serif;
color: #293897;
background-color: transparent;
}
.special {
list-style-image:url(images/env_bullet.jpg);
list-style-type:square;
}
