/* Main Site Default Styles */
html {
    margin:0;
    padding:0;
    font-family: Arial,helvetica, sans-serif;
    text-align:center;
}

body, td, tr, p {
    font-family: Arial, helvetica, sans-serif;
    font-size: 0.90em;
    }

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #000;
    text-align:center;
}

form {
    padding: 0;
    margin: 0;
}


h1 {
    font-size: 1.3em;
   margin: 0 0 20px 0;
       color: #0000FF;
}

h2 {
    font-size: 1.0em;
    color: #FF6600;
       margin-bottom: 4px;
}

h3 {
    font-size: 0.80em;
    color: #000;
}

h4 {
    font-size: .85em;
    color: #000;
}

h5 {
    font-size: .82em;
    color: #000;
}

p {
margin-top: 4px;
padding-bottom:4px;
line-height: 140%;
}

li li, li li li li, li p, td p, blockquote p {font-size:1em;}

/* Center Content */

#centercontent img.right {
   float:right;
   padding: 0 0 4px 4px;
 }

#centercontent img.left {
   float:left;
   padding: 0 4px 4px 0;
}

#centercontent a {
font-weight:normal;
}

#header {
    margin: 0;
    height: 130px;
    width: 800px;
    background-color: #fff;
    color: #000;
    border-bottom: 16px solid #fff;
    vertical-align: bottom;
    background-image: url(images/tap_arts_header.gif);
    background-repeat: no-repeat;
}


#leftcontent {
    margin: 0;
    padding: 0;
    float: left;
    width: 150px;
    background-color: #fff;
    border-style: none;
}

#leftcontent ul {
    list-style-type: none;
    text-align: left;
    padding: 0;
    margin: 20px 0 40px 0;
    border-bottom: solid 1px #FF6600;
}

#leftcontent ul li {
    display: block;
    text-align: left;
    text-transform:none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    width: 150px;
}

#leftcontent ul li a {
    border-top: solid 1px #FF6600;
    padding: 5px 6px 5px 6px;
    margin: 0;
    color: #000;
    text-decoration: none;
    display: block;
    text-align: left;
    font-weight: bold;
}

#leftcontent ul li a:hover {
    color: #0000FF;
    background-color: #FFcc00;
}


#leftcontent li.active a {
    border-top: solid 1px #ff6600;
    padding: 5px 6px 5px 6px;
    margin: 0;
    color: #000;
    text-decoration: none;
    display: block;
    text-align: left;
    font-weight: bold;
    background-color: #ffcc00;
}

#outerwrap {
    margin-top: 4px;
    padding-top: 0;
    width: 800px;
    background-color:  #fff;
    border-style: none;
   overflow:hidden;
}

div#outerwrap
{
margin-left: auto;
margin-right: auto;
width: 800px;
}

/* centre columns */

#centercontentWide {
    margin: 0 0 0 160px;
    min-height:425px;
    background-color:#fff;
    border-style: none;
}

/* for Internet Explorer */
/*\*/
* html .minheight  {
height: 425px;
}
/**/


#centercontent {
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    text-align:left;
}

#centercontent ul, ol {
    font-size: 0.90em;
    line-height: 140%;
}



a:link  {  text-decoration: none; color: #123FE7; }
a:active {  text-decoration: none}
a:visited {  text-decoration: none; color: #964F32; }
a:hover  {  text-decoration: underline}

#footer {
    width: 800px;
    height: 20px;
    background-color: #fff;
    text-align: center;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    clear: both;
    border-style: none;
    padding: 0;
}

#footer p {
color: #0000ff;
}

#footer a {
color: #FF6600;
}


