/*This is the style sheet for the new TCMA website*/


body {}

.sectname {}

div {
text-align: right;}


body {
background-color: #ffffff;
color: #000000;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;}

h1 {
font-size: 1.8em;
text-align: right;
font-style: italic;
letter-spacing: 5px;
font-weight: bold;
}

h2 {
font-size: 1.1em;
font-weight: bold;
color: #6F52FF;
}

h3 {
font-size: .9em;
font-weight: bold;
color: #bb0093;
}

h4 {
font-size: .8em;
font-weight: bold;
font-style: italic;
color: #0080a5;
}

p {
font-size: .8em;
text-align: justify;
line-height: 1.7em;
}
#main ul li {
font-size: .8em;
text-align: justify;
line-height: 1.5em;
list-style-type: circle;
}
#main ol li {
font-size: .8em;
text-align: justify;
line-height: 1.5em;
}

#header {
color: #000000;
background-color: #0080a5;
margin: 0;
border-bottom: 1px #000000 solid;
padding-left: 5px;
padding-right: 125px;
padding-top: 5px;
padding-bottom: 10px;
background-image: url(images/TCMA-Logoteal2.gif);
background-repeat: no-repeat;
min-height: 101px;
background-position: 15px 15px;
}


#content {position: relative;
width: 1000px;}

#navbar {position: absolute;
top: 0px;
left: 0px;
width: 250px;
font-size: .8em;
text-align: right;

}

#navbar p {
font-size: .8em;
text-align: justify;
line-height: 1.7em;
}

#navbar ul li {
list-style-type: disc;
margin: 5px;
padding: 0;
}

#navbar ul {
margin: 5px;
padding: 0;
}

#navbar ul li a:link {
background-color: #d3effc;
}

#navbar ul li a:visited {
background-color: #d3effc;
}

#navbar ul li a:hover {
}


#main {
color: #000000;
background-color: #ffffff;
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
border-bottom: 1px #000000 solid;
margin-left: 198px;
padding: 10px;
}

a:link {
color: #0080a5;
background-color: #ffffff;
}

a:visited {
color: #9f3eff;
background-color: #ffffff;
}

a:hover {
color: #bb009b;
background-color: #99ffff;
}

a:active {
background-color: #99ffff;
color: #ff66b2;
}


#footer {
font-size: .6em;
text-align: right;
background-color: #d3effc;
}

#footer {
background-color: #d3effc;}

#footer a:link {
color: #0080a5;
background-color: #d3effc;
}

#footer a:visited {
color: #bb009b;
background-color: #d3effc;
}

#footer a:hover {
color: #bb009b;

background-color: #99ffff;
}

#footer a:active {
background-color: #99ffff;
color: #ff66b2;
}


#bullet ul li {list-style-type: disc;
border-bottom: 10px none;}
