/* MAIN STYLE SHEET - This section applies to all pages */

BODY {
background-color: white;
margin: 0px;
font-family: verdana;
font-size: 12px;
font-weight: normal;
color: #000000;
text-align: left;
}

TABLE.main {
background-color: white;
width: 770px;
}

TD.logo {
font-family: verdana;
font-size: 16px;
font-weight: normal;
color: #000000;
text-align: left;
vertical-align: top;
padding: 10px;
border-bottom: solid 5px black;
width: 100%;
}

TD.menu {
font-family: verdana;
font-size: 13px;
font-weight: normal;
color: #000000;
text-align: left;
vertical-align: top;
padding: 10px;
border-top: solid 25px #7C51A0;
border-bottom: solid 25px #7C51A0;
width: 30%;
background-color: #EDE8F1;
}

TD.marcia {
font-family: verdana;
font-size: 12px;
font-weight: normal;
color: #000000;
text-align: center;
vertical-align: top;
padding: 10px;
width: 100%;
border-top: solid 1px black;
border-bottom: solid 1px black;
}

TD.content {
font-family: verdana;
font-size: 13px;
font-weight: normal;
color: #000000;
text-align: left;
vertical-align: top;
padding: 10px;
padding-bottom: 25px;
border-top: solid 25px #7C51A0;
border-bottom: solid 25px #7C51A0;
width: 70%;
padding-left: 20px;
}

TD.footer {
font-family: verdana;
font-size: 12px;
font-weight: normal;
color: #000000;
text-align: center;
vertical-align: top;
padding: 10px;
width: 100%;
border-top: solid 5px black;
}

.consult {
font-family: verdana;
font-size: 12px;
font-weight: normal;
color: #000000;
text-align: center;
}

.copyright {
font-family: verdana;
font-size: 10px;
font-weight: normal;
color: #000000;
text-align: center;
}

.logo1 {
font-family: verdana;
font-weight: bold;
color: #7C51A0;
}

.logo2 {
font-family: verdana;
font-weight: bold;
color: #D7B184;
}

li { color: #D7B184; }
li span { color: #000000; }

h3 {
font-size: 16px;
}

HR {
    height: 5px;
    width: 50%;
    background: #D7B184;
	border: 0;
   }

  #sublogo {
  margin-left: 110px;
  }

a {color: #7C51A0; text-decoration: none; font-weight: bold;}
a:link (color: #7C51A0; text-decoration: none; font-weight: bold;}
a:visited {color: #7C51A0; text-decoration: none; font-weight: bold;}
a:hover {color: #D7B184; text-decoration: underline; font-weight: bold;}

a.nav {color: #7C51A0; text-decoration: none; font-weight: bold; font-size: 13px;}
a:link.nav (color: #7C51A0; text-decoration: none; font-weight: bold; font-size: 13px;}
a:visited.nav {color: #7C51A0; text-decoration: none; font-weight: bold; font-size: 13px;}
a:hover.nav {color: #D7B184; text-decoration: underline; font-weight: bold; font-size: 13px;}

a.links {color: #7C51A0; text-decoration: none; font-weight: normal; font-size: 12px;}
a:link.links (color: #7C51A0; text-decoration: none; font-weight: normal; font-size: 12px;}
a:visited.links {color: #7C51A0; text-decoration: none; font-weight: normal; font-size: 12px;}
a:hover.links {color: #D7B184; text-decoration: underline; font-weight: normal; font-size: 12px;}


