/* CSS Document */

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11pt;
 background: url(images/bg.jpg) #ffffff;
 background-position: top center;
}

a:link {
 color: #551E6F;
 font-weight: bold;
}


a:visited {
 color: #551E6F;
 font-weight: bold;
}

a:hover {
 color: #BD6AE6;
 font-weight: bold;
}

form {
 padding: 5px;
}

#wrapper { 
 margin: 0 auto;
 width: 902px;
 background: transparent;
 
}
#header {
 width: 902px;
 margin: 6px 0px 0px 0px;
 background: transparent;
 text-align: center;
 
}

#navigation {
 width: 902px;
 margin-top: -15px;
 background-image: url(images/navbg.png);
 background-repeat: no-repeat;
 height: 59px;
 background-position: center;
 text-align: center;
}

#content { 
 width: 901px;
 color: #000000;
 background: #F1E6F6;
 margin-top: -2px;
 height: 100%;
  border-left: 1px solid #000000;
 border-right: 1px solid #000000;
}

#content {
 background: #EFE3F5\9
}

#content input, submit, textarea {
     border: 1px solid #551E6F;
}


.main {
 text-align: justify;
 padding-left: 45px;
 padding-right: 45px;
}

.title {
 font-size: 1.5em;
 font-weight: bold;
 font-style: italic;
}

.subtitle {
 font-size: 1.3em;
 font-weight: bold;
 font-style: italic;
}

.mainul {
    margin-left: 20px;
     list-style-image: url(/images/red.png);
     line-height: 13pt;
}

.schedule {
     width: 80%;
     margin: auto;
     border: 1px solid #000000;
     border-collapse: collapse;
     vertical-align: top;
     
}
.schedleft {
     font-size: 1.4em;
     font-weight: bold;
     color: #551E6F;
     border: 1px solid #000000;
border-collapse: collapse;
     vertical-align: top;
     padding: 10px;
     
}
.schedright {
     font-weight: bold;
     font-size: 1.2em;
     border: 1px solid #000000;
border-collapse: collapse;
     vertical-align: top;
     padding: 10px;
     
}
.saraphina {
     width: 95%;
     margin: auto;
     text-align: center;
     
}
#footer { 
 width: 902px;
 color: #000000;
 background-image: url(images/footerbg.png);
 background-repeat: no-repeat;
 text-align: center;
 margin: -3px 0px 10px 0px;
 font-weight: bold;
 height: 68px;
 font-size: 0.8em;
}

#footer a:link {
 color: #000000;
}

#footer a:hover {
 color: #000000;
 text-decoration: none;
}
#footer a:active {
 color: #000000;
}
#footer a:visited {
 color: #000000;
}
