/* css.css */

a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #90A0C0
}

a:hover {
text-decoration: underline;
}

a:active {
text-decoration: none;
}

body {
background: #FFFFFF;
color: #000000;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0px;
padding: 0px;
}

h1 {
background: #FFFFFF;
color: #666666;
font-size: 20px;
font-weight: normal;
}

h2 {
background: #FFFFFF;
color: #666666;
font-size: 18px;
font-weight: normal;
}

h3 {
background: #FFFFFF;
color: #666666;
font-size: 16px;
font-weight: normal;
}

h4 {
background: #FFFFFF;
color: #666666;
font-size: 12px;
}

li {
margin-bottom: 5px;
margin-top: 5px;
}

p, ul {
line-height: 16px;
}

.nav {
background: #90A0C0; /*#99ACC6;*/
letter-spacing: 2px;
line-height: 20px;
font-weight: bold;
margin: 0 0 6px 0; /*width: 202px;*/
width: 100%;
text-align: center;
}

.nav a {
display: block;
line-height: 16px;
font-weight: normal;
padding: 2px;
text-decoration: none;
width: 196px;
}

.nav a:link, .nav a:visited {
text-decoration:none;
background: #A9BAD6;
color: #000000;
}

.nav a:hover {
background: #FFFFFF;
color: #000000;
text-decoration: none;
}

.navcol-box {
background: #FFFFFF; /*background: #EFEFEF;*/
color: #000000;
font-size: 12px;
margin: 10px auto;
padding: 10px;
text-align: left;
width: 164px;
}

.question {
font-size: 13px;
font-weight: bold;
}

.photobox {
background: #EFF3F7;
float: right;
margin: 0 5% 15px 15px;
padding: 15px;
}

.textbox-right {
background: #EFF3F7;
color: #535337;
float: right;
font: 13px/normal Georgia, "Times New Roman", Times, serif;
margin: 0 5% 15px 15px;
padding: 15px;
text-align: left;
width: 150px;
}

.textbox-right a {
color: #8090B0;
}

#footer {
background: #DEE5EF;
color: #000000;
font-size: 10px;
padding: 10px;
text-align: center;
}

#footer a:link, a:visited {
color: #8090B0;
}

#leftimage {
height: 299px;
width: 200px;
}

#maincontent {
margin: 10px 8% 20px 3%;
}

#masthead {
background: url("grfcs/patron_superior.jpg");
}

#masthead-right {
text-align: right;
}

#navcol {
background: #DEE5EF;
width: 198px;
}

#navcol li {
margin: 1px 0 1px 0;
}

#navcol p {
margin: 7px;
}

#navcol ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}

#svheading {
font-weight: bold;
font-style: italic;
font-size: 14px;
}

.leftbartable {
width: 170px;
margin-left: 10px;
margin-right: 0px;
padding-right: 0px;
}

.back {
font-size: 10px;
font-weight: bold;
}

.smallest {
font-size: 10px;
}

table.ref
{
border:1px solid #c3c3c3;
border-collapse:collapse;
}

table.ref th
{
background-color:#f1f4f9;
border:1px solid #c3c3c3;
padding:3px;
vertical-align:top;
}

table.ref th.cellone
{
background-color:#FFFFFF;
font-weight:800; 
color:#000000; 
border:1px solid #ffffff;
}

table.ref td 
{
border:1px solid #c3c3c3;
padding:8px;
vertical-align:middle;
}

table.ref td.tdtop
{
border:1px solid #c3c3c3;
padding:8px;
vertical-align:top;
}

