/*----------Sinclairs Style Sheet----------*/

body {
color: #ffffff;
background-color: #333333;
margin: 10px;
padding: 0px;
font-family: sans-serif;
font-size: .75em;
line-height: 1.4em;
text-align: left;
}

/*-----page layout-----*/

#sin {
margin: 0em;
padding: 0em;
width: 750px;
height: 600px;
}

#left_top {
width: 300px;
height: 98px;
background-image: url(../images/logo.jpg);
background-repeat: no-repeat; }

#left_top2 {
width: 300px;
height: 50px;
background-image: url(../images/topcolbg.jpg);
background-repeat: repeat-y;
font-size: 10px;
}

#left_bottom {
height: 415px;
background-image: url(../images/lftcolbg.jpg);
background-repeat: repeat-y; 
}

#footer {
height: 25px;
background-image: url(../images/lftcolbg.jpg);
background-repeat: repeat-y;
line-height: 25px; 
}

#right {
width: 450px;
background-image: url(../images/right.jpg);
height: 600px; 
}

/*-----link styles-----*/

a:link {
color: #0080ff;
text-decoration: none;
}

a:hover {
color: #0080ff;
text-decoration: none;
}

a:visited {
color: #0080ff;
text-decoration: none;
}

/*-----navigation styles-----*/
div#navbar {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.2em;
width: 300px;
text-align: center;
padding-top: 0px;
padding-bottom: 5px;
margin-top: 2px;
height: 15px;
letter-spacing: 1px; }

#navbar ul li a:link, #navbar ul li a:visited {
color: #ffffff;
background-color: #545d79;
text-decoration: none;
display: inline;
padding-top: 3px;
padding-left: 15px;
padding-bottom: 3px;
padding-right:15px; 
}

#navbar ul li a:hover, #navbar ul li a.current {
text-decoration: none;
color: #343749; 
}

#navbar ul li {
margin: 0px;
padding: 0px;
list-style-type: none;
display: inline;
}

#navbar ul {
margin: 0px;
padding: 0px;
}

div#navbar {
text-transform: capitalize; 
}


/*-----heading styles-----*/

h1 {
font-family: sans-serif;
font-size: 1.5em;
font-weight: normal;
}

h2 {
font-family: sans-serif;
font-size: 1.4em;
font-weight: normal;
}

h3 {
font-family: sans-serif;
font-size: 1.3em;
font-weight: normal;
}

h4 {
font-family: sans-serif;
font-size: 1.2em;
font-weight: normal;
}

h5 {
font-family: sans-serif;
font-size: 1.1em;
text-align: left;
font-weight: normal;
}

/*-----content styles-----*/

p {
text-align: left;
letter-spacing: 1px;
padding: 10px;
}

p:first-line {
font-weight: bold; 
}

hr {
width: 250px;
height: 2px;
color: #ffffff; 
}

/*-----footer styles-----*/

#footer {
text-align: center;
letter-spacing: 1px;
padding-left: 5px;
padding-right: 5px;
color: #ffffff;
}

/* old colors
#footer a:link {
color: #545d7a;
text-decoration: none; 
}

#footer a:hover {
color: #545d7a;
text-decoration: underline; 
}*/

#footer a:link {
color: #ffffff;
text-decoration: none; 
}

#footer a:hover {
color: #ffffff;
text-decoration: underline; 
}

#footer a:visited {
color: #ffffff;
}

p.special{
color:#CCCC33;
text-align: center;}

.special a{
color:#CCCC33;
text-align: center;}
