@import url(../../_StyleBase/basic.css);

Columbia {/* Place Holder */}


body { color: black; background-color: #C0A080;
	font-family: "Verdana", "Helvetica", "sans-serif";
 }

body a:link    { color: black;}
body a:visited { color: blue;}
body a:hover   { color:white; background-color: green;}


/* --------------- Bold, Paragraph, and List Elements --------------- */

.bold {font-weight: Bold;}
p.Body:first-letter { color: blue;	font-size: 18pt; font-weight: bold; }


/* --------------- Left Menu --------------- */

TD.Index {background-color: #808000}


P.MenuItem a:link    { color: white;}
P.MenuItem A:visited { color: yellow;}
P.MenuItem A:hover   { color:white; background-color: green;}

P.MenuItemIndent a:link    { color: white;}
P.MenuItemIndent A:visited { color: yellow;}
P.MenuItemIndent a:hover   { color: white; background-color: green;}
/* --------------- End Left Menu --------------- */

P.Footer {color: black;}

/* --------------- Title Box --------------- */

Table.TitleBox {background-color: yellow}
Table.TitleBox h1 {	color: white; background-color: #808000}
Table.TitleBox h2 {	color: black; background-color: yellow}
Table.TitleBox h3 {	color: green; background-color: yellow}
Table.TitleBox h4 { color: yellow; background-color: #808000}
/* --------------- END Title Block --------------- */




