/*This is the core style sheet of the site.*/
body {
background-color: #ffffff;
color: #000000;
background: url(img/score1.jpg) center top fixed;
margin: 0px;
text-align: center;
font-family: helvetica, sans-serif, Arial, Geneva;
font-size: 1em;
font-weight: normal;
}

#header {
position: relative;
margin: auto;
width: 900px;
height:70px;
background-image: url(img/signaturemod.gif);
background-repeat: no-repeat;
background-position: top right;
background-color: transparent;
}

#content {
position: relative;
top: 0px;
text-align: left;
margin: auto;
width: 900px;
min-width: 600px;
}

#main-text {
position: relative;
float: left;
width: 650px;
padding: 10px;
color: #000000;
border-top: 2px #993300 solid;
}

#footer {
clear:both;
font-size: .6em;
color: #993300;
width: 900px;
text-align: right;
margin: auto;
font-weight: normal;
border-top: 1px #993300 solid;
}

#navbar {
position: relative;
float: right;
width: 200px;
top: 0px;
padding-top: 70px;
border-top: 2px #993300 solid;
}

#news {
position: relative;
float: right;
width: 200px;
top: 0px;
}

#navbar ul li {
list-style-type: none;
margin: 0;
padding: 0;
text-align: right;
}

#navbar ul li a:link, #navbar ul li a:visited {
color: #993300;
display: block;
text-decoration: none;
border: none;
font-weight: bold;
padding-top: 3px;
padding-right: 10px;
}
/*hide from ie-mac\*/
* html #navbar ul li {
    height: 1px;
    }
/* end hack */

#navbar ul li a:hover {
color: #FF9900;
text-decoration: underline;
border: none;
}
#navbar ul {
margin: 0;
padding: 0;
}

p.navnews {
color: #993300;
border-top: 1px #993300 dotted;
font-size: .6em;
font-weight: normal;
text-align: right;
padding-right: 10px;
}
p.navnews a:link, p.navnews a:visited {
color: #FF6600;
text-decoration: none;
border: none;

}
p.navnews a:hover {
color: #FF6600;
text-decoration: underline;
border: none;
}
#twitter_update_list {
color: #993300;
font-size: .6em;
font-weight: normal;
text-align: left;
padding-right: 10px;
}
#news ul li {
list-style-type: none;
margin: 0;
}
#news  ul li a:link, #news ul li a:visited {
color: #FF6600;
border: none;
text-decoration: none;
font-weight: normal;
padding-top: 3px;
padding-right: 10px;
}
/*hide from ie-mac\*/
* html #news ul li {
    height: 1px;
    }
/* end hack */

#news ul li a:hover {
color: #FF6600;
text-decoration: underline;
}
#news ul {
margin: 0;
padding-right: 10px;

}

h1 {
font-size: 1.8em;
text-align: left;

}

h2 {
font-size: 1em;
text-align: left;
}

h3 {
font-size: 1em;
text-align: left;
font-style: italic;
color: #993300;
border-bottom: 1px #993300 dotted;

}

p {
font-size: .75em;
text-align: justify;
font-weight: normal;
}

dt {
font-size: .9em;
font-weight: bold;
}

dd {
font-size: .7em;
font-weight: normal;
}

.year {
font-size: .9em;
font-weight: normal;
}

.duration {
font-size: .8em;
font-weight: normal;
font-style: italic;
}

p.smalltext {
font-size: .7em;
font-weight: normal;
}

ol {
font-size: .7em;
font-weight: normal;
}

p.smallcenter {
font-size: .7em;
text-align: center;
font-weight: normal;
}
p.centeredimage {
text-align:center;
font-size: .6em;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}


a:link, a:visited {
color: #333333;
border-bottom:1px dotted #333333;
text-decoration: none;
color:#333333;
}

a:hover, a:active {
color: #993300;
border-bottom: 1px dotted #993300;
text-decoration: none;
color:#993300;
}

a:link img, a:visited img {
border: none;
}

img.center {
margin: auto;
border: 1px solid;
clear: left;
}
img.border {
margin: 3px 3px 3px 3px;
border: 1px #000000 solid;
}
img.floatleft {
float: left;
margin: 3px 3px 3px 0;
border: 1px solid;
clear: left;
}
img.floatright {
float: right;
margin: 3px 0 3px 3px;
clear: right;
}
img.floatrightb {
float: right;
margin: 3px 0 3px 3px;
border: 1px #000000 solid;
clear: right;
}
.clear {
clear:both;
height:1px;
overflow:hidden;
}



