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

body { background-color:ffffff; margin:5em 0em 0em 0em; font: normal normal normal 11px Arial, Helvetica, Verdana sans-serif; color:#003366;
}

.logopad {margin-left:7em;
}


h1 {font:normal normal normal 1.7em Arial, Helvetica, Verdana sans-serif; color:#003366;
}


/* STRIPES */

#stripes ul { 
margin:0em; padding:0em; 
font-weight:bold; 
font-family:Verdana, Arial, Helvetica, sans-serif;
/* The below line makes the text match up with the size set in the body style above (11px). It has been upped from 0.9em. You can experiment with 1.1em, etc. if you like. */
font-size:1.05em;
}

#stripes ul li { padding:0.2em 20em 0.2em 8em; margin:0.75em 0em; list-style-type:none;
}

#stripes ul li.yellow {background-color:#FFCC00;
}

#stripes ul li.orange { background-color:#FF6600;
}

#stripes ul li.pink { background-color:#FF99CC;
}

#stripes ul li.ltgreen {  background-color:#99CC33; 
}

#stripes ul li.blue {  background-color:#3399CC; 
}

#stripes ul li.red { background-color:#CC3300; 
}

#stripes ul li.ltblue { background-color:#99CCFF; 
}

#stripes ul li.green {  background-color:#336600; 
}

#stripes ul li.brown {  background-color:#996633; 
}

#stripes ul li.drkblue {  background-color:#003366; 
}

#stripes ul li.black {  background-color:#222222; 
}


#stripes ul li a:link { color:#FFFFFF; text-decoration:none;
}
#stripes ul li a:visited { color:#FFFFFF; text-decoration:none;
}
#stripes ul li a:hover { color:#FFFFFF; text-decoration:underline;
}
#stripes ul li a:active { color:#FFFFFF; text-decoration:underline;
}


/* NEWS COLUMN */


#newscolumn { width:12em; text-align:left; margin:0em 4em 0em 2em;
}

.newsblue {color: #3399CC;
}
.newsblue a:link {color: #3399CC;
}
.newsblue a:visited {color: #3399CC;
}
.newsblue a:hover {color: #CC3300; text-decoration:none;
}
.newsblue a:active {color: #3399CC;
}


.newsbrown {color: #996633;
}
.newsbrown a:link {color: #996633;
}
.newsbrown a:visited {color: #996633;
}
.newsbrown a:hover {color: #3399CC; text-decoration:none;
}
.newsbrown a:active {color: #996633;
}

.newspink {color: #FF66CC;
}
.newspink a:link {color: #FF66CC;
}
.newspink a:visited {color: #FF66CC;
}
.newspink a:hover {color: #996633; text-decoration:none;
}
.newspink a:active {color: #FF66CC;
}

.newsorange {color: #FF6600;
}
.newsorange a:link {color: #FF6600;
}
.newsorange a:visited {color: #FF6600;
}
.newsorange a:hover {color: #FF66CC; text-decoration:none;
}
.newsorange a:active {color: #FF6600;
}

.newsred {color: #CC3300;
}
.newsred a:link {color: #CC3300;
}
.newsred a:visited {color: #CC3300;
}
.newsred a:hover {color: #FF6600; text-decoration:none;
}
.newsred a:active {color: #CC3300;
}
