/*###################################*/
/* Toe */
/*#*/
/*#*/
/*#    Toe CSS Configuration File    */
/*#*/
/*#*/
/* Note: Sets overall background color */
body {
	background: #ffffff;
}
/* Note: Sets page name color above center text */
H3 {
    color: Blue;
    text-align: Center;
    font-size: 16pt;
    /* font-style: italic; */
}
/* Note: Sets table (all content) background and size */
table.master {
	background: #ffffff;
	width: 850px;
	font-family: Garamond, serif;
}
/* Note: Sets Left Side column params */
td.logo {
    color: #000099;
    text-align: Center;
    font-weight: Bold;
    font-size: 18pt;
}
/* Note: Sets tab param for page that's displayed */
td.pageon {
    font-weight: Bold;
    color: Black;
    text-align: Center;
}
/* Note: Sets tab params for pages to choose from */
a.pageoff:link {color: #000099;}
a.pageoff:visited {color: #000099;}
a.pageoff:hover {color: Blue;}
a.pageoff {text-decoration: none;}
a.pageoff {
    font-weight: Bold;
    color: #000099;
}
td.pageoff {
    font-weight: Bold;
    color: #000099;
    text-align: Center;
}
/* Note: Sets params for text in center of page */
td.center {
	padding: 20px 20px 20px 20px;
    color: Black;
    text-align: Left;
    border-left: #000099 1px solid;
}
/* Note: Sets params for foot, VPI message */
td.footer {
    color: Black;
    text-align: Center;
    font-style: italic;
    font-size: 12pt;
}
/* Note: Sets params for other resume links table*/
td.resume {
    font-weight: Bold;
    color: #000099;
    text-align: Center;
}


