/* the font styles for the text  .... mainScreen.css for Donna Winn */

h1,h2 {color: #000000; font-variant: small-caps; background: transparent; font-family:verdana,arial,helvetica,sans-serif; }

h3 {color: #000000; background: transparent; font-family:verdana,arial,helvetica,sans-serif; font-variant: small-caps; }

h4, h5 {color: #000000; background: transparent; font-family:verdana,arial,helvetica,sans-serif; }

h1 {font-size: 22px; }

h2 {font-size: 18px; font-style: italic; line-height: 24px;}

h3 {font-size: 14px;line-height: 20px; font-style: italic; text-align: left; }

h4 {font-size: 14px;  color: #CB331E; font-style: italic;}

h5 {font-size: 12px; font-style: italic; line-height: 18px;}

h6 {font-family:verdana,arial,helvetica,sans-serif; font-size: 9px; line-height: 14px;}

h1.header,h2.header, h3.header {color: #000000; font-variant: small-caps; background: transparent; font-family:verdana,arial,helvetica,sans-serif; text-align: center;}
h1.header {font-size: 22px; }
h2.header {font-size: 18px; }
h3.header {font-size: 14px; }

h3.nav {font-size: 13px;line-height: 20px; text-align: center;}

td.border {border: 1px solid #35339E; }

p {
font-family:verdana,arial,helvetica,sans-serif;
color: #000000;
background:transparent;
font-size: 14px;
line-height:18px;
}

p.category {color: #000000; font-size: 13px; line-height:13px; font-variant: small-caps; font-weight: bold; font-family:verdana,arial,helvetica,sans-serif; text-decoration:underline;}

p.nav {color: #ffcc66; font-family:georgia, verdana,arial,helvetica,sans-serif;    font-size: 14px;}

p,h4,ul,ol,li,div,span,blockquote,body,table,td {
font-family:georgia, verdana,arial,helvetica,sans-serif;    font-size: 14px; vertical-align: top;
 }
span.smalltext { color: #EEC17B; font-family: verdana, sans-serif;font-size: 9px;}
/* the link text styles */
a:link, a:visited {
background-color: transparent;
color:#1F0581;
font-weight: bold;
text-decoration:none;
font-family:verdana,arial,helvetica,sans-serif;
font-size: 14px;
}

a:hover {
color:#1C0281;
background-color:#B6A3FB;font-family:verdana,arial,helvetica,sans-serif;
font-size: 14px;
}

a.topofpage:link, a.topofpage:visited {
color: #333333; font-size: 12px; font-family:verdana,arial,helvetica,sans-serif;   font-variant: small-caps;  text-decoration:none; }
a.topofpage:hover {
color: #000000; font-size: 12px;  font-family:verdana,arial,helvetica,sans-serif; font-weight:bold;  font-variant: small-caps;  text-decoration:none; }

a.nav:link, a.nav:visited {
color: #000000;
font-size: 14px; line-height:14px;
font-weight: bold; font-family:arial,verdana,helvetica,sans-serif; 
background-color: transparent;
font-weight:bold;
text-decoration:none;
}
a.nav:hover {
color: #1F41E8;
background-color: #B1BDF9;
text-decoration:underline;

}

a.nav2:link, a.nav2:visited {
color: #000000;
font-size: 10px; line-height:12px;
font-weight: bold; font-family:verdana,arial,helvetica,sans-serif; 
background-color: transparent;
font-weight:bold;
text-decoration:underline;
}
a.nav2:hover {
color: #4A0093;
font-size: 10px; line-height:12px;
background-color: #cccccc;
}

a.navmail:link, a.navmail:visited {
color: #cc0000;
font-size: 12px; line-height:14px;
font-weight: bold; font-family:verdana,arial,helvetica,sans-serif; 
background-color: transparent;
font-weight:bold;
text-decoration:none;
}
a.navmail:hover {
color: #cc0000;
background-color: #cccccc;
}

a.outside:link, a.outside:visited {
color: #ffcc66;
background-color: #666666;
text-decoration:none; 
font-weight: normal;
}

a.outside:hover {
text-decoration:underline;
background-color: transparent;
}


/* the color and border class selectors */

.maincolor {
background-color: #ffcc66;
color:#000000;
}

.seccolor, .seccolorleft, .seccolorright {
background-color: #666666;
color:#ffcc66;
}

.seccolorleft {
border-right: 2px solid #cccccc;
}


.seccolorright {
border-left: 2px solid #cccccc;
}


/*the styles for the  3 content DIVs */
#left {
margin-top: 40px;
margin-left: 20px;
width: 100px;
font-size: 12px;
line-height: 24px;
}

#right {
margin-top: 40px;
margin-left: 10px;
margin-right:20px;
font-size: 11px;
line-height: 16px;
}


#main {
padding: 0px 10px 10px 20px;
}

/* the body element styles */

body {margin: 8;}

/* floating elements */

.picright {
float: right;
padding: 10px;
}
.picleft {
float: left;
padding: 10px;
}

