/* CSS Document */

body {margin:0px 0px; padding:12px; 
background-color: #FFFFFF;
}


/* Backgrounds */

.whitebg {
background-color: #FFFFFF;
padding-top: 12px;
padding-left: 12px;
padding-right: 12px;
padding-bottom: 20px
}

.graybg {
background-color: #CCCCCC;
}

.brownbg {
background-color: #381101;
}

.biobg {
background-color: #FFFFFF;
padding-bottom: 20px;
background-image: url(images/bg_bio.jpg);
background-repeat: no-repeat;
background-position: bottom right}

/* Format */

.toppad {padding-top: 20px}


/* Text */

p {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #CCCC00}
H1 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #CCCC00}
.subhead {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #CCCC00}
.bold {font-weight: bold}
.ital {font-style: italic}
.block {text-align: justify}
.right {text-align: right}
.white { color: #FFFFFF}
.footer {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CCCC00; font-weight: normal}




/* Links */

a:link {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #CCCC00; text-decoration: none; font-weight: normal}
a:visited {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #CCCC00; text-decoration: none; font-weight: normal}
a:hover {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #381101; text-decoration: underline; font-weight: normal}
a:active {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #CCCC00; text-decoration: none; font-weight: normal}

a:link.footer {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CCCC00; text-decoration: none; font-weight: normal}
a:visited.footer {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CCCC00; text-decoration: none; font-weight: normal}
a:hover.footer {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #381101; text-decoration: underline; font-weight: normal}
a:active.footer {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CCCC00; text-decoration: none; font-weight: normal}
