/* the font styles for the text h1 = blue and h2 = red */

h1 {font-size: 20px; color: #244A6D;
line-height:24px;
}

h2 {font-size: 16px; color: #993333;
}

h3 {font-size: 14px;color: #993333;
}

h4 {font-size: 12px;
}

p {color: #363636; font-size: 12px; line-height:17px;}

p,h1,h2,h3,h4,ul,ol,li,div,span,blockquote,body,table,td {
font-family: arial, sans-serif;
 }


/* the link text styles */


a: outline: none;

a:link {
color: #336798;
font-weight: bold;
text-decoration: none;
background-color: transparent;
}

a:visited {
color: #336798;
text-decoration: none;
background-color: transparent;
}

a:hover {
color: #BA0A06;
text-decoration: none;
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;
}




/* the right side navigation link styles */

a.outside:link, a.outside:visited {
color: #000000;
text-decoration:none; 
font-weight: normal;
}

a.outside:hover {
color: white;
text-decoration:none;
background-color: #BA0A06;
}

a {outline: none}

/* the color and border class selectors */


.seccolorleft {
background-color: white;
color: black;
border-right: 0px solid ##244A6D;
}


.seccolorright {
background-color: white;
color: black;
border-right: none;
border-left: 1px solid ##244A6D;
}

/*the styles for the  3 content DIVs */

#left {
width: 175px;
margin: 10px;
font-size: 12px;
line-height: 18px;
}


#leftcontent {
width: 150px;
margin: 10px;
font-size: 12px;
line-height: 18px;
}

#right {
width: 140px;
margin: 10px;
font-size: 11px;
line-height: 16px;
}

#rightcontent {
width: 140px;
margin: 15px;
font-size: 12px;
line-height: 18px;
font-weight: bold;
}


#main {
padding: 20px;
background-color: transparent;
}

#date {
margin-top: 15px;
margin-left: 20px;
margin-right: 20px;
font-size: 11px;
font-weight: bold;
}

/* the body element styles */

body {margin: 0;}

UL LI    { font-size: 12px }    
UL UL LI { font-size: 11px }


/* floating elements */

.picright {
float: right;
padding: 0px;
}
.picleft {
float: left;
padding: 
0px;


