/* the font styles for the text */



h1, h3,  h4 {
clear: both; color: #BA0A06;
}

h1 {font-size: 25px;line-height:30px;
}

h2 {font-size: 18px;line-height:24px;color: #556c8d;
}

h3 {font-size: 14px;
}

h4 {font-size: 12px;
}

H5 {font-size: 12px; font-weight: bold; line-height: 18px; 
}

h6 {font-size: 12px; font-weight: normal; line-height: 18px; 
}

p {color: #111111; font-size: 12px; line-height:20px;}

p,h1,h3,h4,ul,ol,li,div,span,blockquote,body,table,td {
font-family: helvetica,arial, sans-serif;
 }

li {font-size: 11px;
}

hr {color: #556c8d; 
}

th {color: black;
}




/* the link text styles */

a:link {
color: black;
font-weight: normal;
text-decoration:none;
}

a:visited {
color: black;
text-decoration: none;
}

a:hover {
color: #ba0a06;
background-color: transparent;
}



/* the left side navigation link styles */

a.nav:link, a.nav:visited {
color: #000000;
font-weight: bold;
text-decoration: none;
background-color:  transparent;
}

a.nav:hover {
color: #ba0a06;
text-decoration: none;
background-color: transparent;
}

/**table navigation links **/

a.tbl:link {color: black; text-decoration:underline;}
a.tbl:hover {color: #BA0A06;
text-decoration: none;
background-color: transparent;
}


/* the right side navigation link styles */

a.outside:link, a.outside:visited {
color: #000000;
text-decoration:underline; 
font-weight: normal;
}

a.outside:hover {
color: white;
text-decoration:none;
background-color: #BA0A06;
}

a { #outline: none;}

/* the color and border class selectors */

.maincolor {

color:#000000;
}

.seccolor, {
background-color: white;
color: #000000;
}

.seccolorright {
background-color: #f2f2f2;
color: #000000;
}


.seccolorleft {
color: black;
background-color: white;
border-right: 0px solid black;
}

.seccolorright {
border-left: 1px solid black;
}

/*the styles for the  3 content DIVs */

#left {
margin-top: 10px;
margin-left: 10px;
font-size: 12px;
line-height: 18px;
}

#loc {
margin-top: 10px;
margin-left: 10px;
font-size: 12px;
line-height: 18px;
color: black;
}


#leftcontent {
width: 150px;
margin-top: 20px;
margin-left:10px;
margin-right: 20px;
font-size: 12px;
line-height: 16px;
}

#right {
width: 170px;
margin-top: 20px;
margin-left: 10px;
margin-right: 20px;
font-size: 11px;
line-height: 16px;
}


#main {
padding: 20px; 
background-color: white;
}

#date {
margin-top: 0px;
margin-left: 0px;
margin-right: 20px;
font-size: 11px;
color: black;
line-height: 16px;
font-weight: bold;
}

/* the body element styles */

body {margin: 0;}



/* floating elements */

.picright {
float: right;
padding: 10px;
}
.picleft {
float: left;
padding: 10px;
}

