* {
margin:0;
padding:0;
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
margin: 0 auto;
text-align:center;
}
/* div */
#container{
margin: 0px auto;
padding: 0px;
width: 750px;
background-image:url(../images/menubg.gif);
background-repeat:repeat-y;
border:#000000 solid 1px;
}

#header {
}
#leftcolumn {
width: 160px;
float: left;
padding:15px 0 0 8px;
background-color:828282;
}

div#content {
float: right;
width: 575px;
}

#clr {
clear: both;
}

#footer {
background-color:#333333;
text-align:center;
padding: 10px;
margin-top: 30px;
}

#sidebar {
float: left;
text-align: left;
font-size: .8em;
width: 150px;
background-color: CC0000;
border-style: 1px solid black;
padding: 0;
}

#sidebar2 {
font-size: .8em;
background-color: CC0000;
border-style: 1px solid black;
float: right;
width: 150px;
margin-top: .5em 0 .3em 1em;
}

/* menu */
#navcontainer {
width:150px;
}

#navcontainer ul
{
align: left;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
* html #navcontainer li
{
margin-bottom: -12px;
}

#navcontainer a
{
display: list-item;
padding: 15px 0px 8px 0px;
background-image: url(../images/bluecircle3.gif);
background-repeat: no-repeat;
background-position: 0 5px;
text-align: center;
font-size: 12px;
text-decoration:none;
}

* html #navcontainer a
{
display: list-item;
padding: 12px 0px 8px 0px;
background-image: url(../images/bluecircle3.gif);
background-repeat: no-repeat;
background-position: 0 5px;
text-align: center;
font-size: 12px;
text-decoration:none;
}

#navcontainer a:link, #navcontainer a:active, #navcontainer a:visited
{
color: #FFFFFF;
text-decoration:none;
}

#navcontainer a:hover
{
background-color: transparent;
background-image: url(../images/redcircle3.gif);
color: #FFFFFF;
}

/* text */

p {
font-size: .9em;
margin: 4%;
}

p.sidebar {
font-size: .9em;
color: #FFFFFF;
margin: 15px;
}

p.testimonies {
font-size: .9em;
margin: 4% 4% 0 0;
text-align: left;
}

h1 {
font-size: .9em;
font-weight: bold;
margin: 3%;

}

h1.sidebar {
font-size: 1em;
color: #FFFFFF;
font-weight: bold;
text-decoration: underline;
margin-top:15px;
}

h1.fit {
font-size: 1.2em;
font-weight: bold;
margin: 3%;
}

h2 {
font-size: 1em;
margin: 3%;

font-weight: bolder; 
font-style: italic;
}

h3 {
font-size: .6em;
color: white;
font-weight: normal;
margin:5px;
}

h4 {
font-size: .7em;
margin: 2%;

}

h5 {
font-size: .9em;
margin: 0 4% 4% 4%;
font-style: italic;
font-weight: normal;
color: #CC0000;
text-align: left;
}

h5.testimonies {
font-size: .9em;
margin: 0 4% 4% 7%;
font-style: italic;
font-weight: normal;
color: #CC0000;
text-align: left;
}
h6 {
font-size:1.2em;
font-weight: bold;
margin: 0 4% 4% 7%;
}

strong {
font-weight: bold;
}

em {
font-style: italic;
color: #ffffff;
}

/* links */

a.links:link, a.links:visited, a.links:active {
font-size: 1em;
color: #000000;
Text-decoration: underline;
}

a.links:hover {
color: #CC0000;
}

a.footer:link, a.footer:visited, a.footer:active{
color: #FFFFFF;
Text-decoration: underline;
}

a.footer:hover {
color: #CC0000;
}

a.sidebar:link {
font-size: 1em;
color: #FFFFFF;
Text-decoration: underline;
}

a.sidebar:visited {
color: #FFFFFF;
Text-decoration: underline;
}

a.sidebar:hover {
color: #31309C;
}

a.sidebar:active {
color: #FFFFFF;
Text-decoration: underline;
}

/* lists */

.content {
font-size: .9em;
margin: 0 0 0 75px ;
list-style: square;
}

ol {
list-style-type:lower-alpha;
}

.info 
{
margin-left: 8%;
padding-left: 5%;
list-style: square;
}

.info li
{
color: #FFFFFF;
}

img.floatright {
float: right;
margin-top: .7em;
margin-bottom: .3em;
margin-left: 1em;
margin-right: 1em;
}

img.floatleft {
float: left;
margin-top: .7em;
margin-bottom: .3em;
margin-right: 1em;
margin-left: 1em;
}
.submit {
background-color:#333333;
color:#FFFFFF;
border:none;
}
