/* Original CSS by Bryan Wohlford - July, 2005 - Contact: [wohlford [AT] gmail [DOT] com] */
/* This style sheet controls the layout settings for every page of the site. (Back it up before tweaking it! ) */

/* Sets page margins, background image, font color, and face. */
body {
margin-top: 0px;
margin-right: 0px; 
margin-bottom: 0px;
margin-left: 0px;
background: #ffffff url(../img/bg_scheme.png) repeat-y top left;
color:#000000;
font-family:arial,helvetica,sans-serif;
}



/* sets specifc settings for each heading tag */
h1 {
color:#000000;
font-size:28px;
background:transparent;
}

h2 {
color:#000000;
font-size:24px;
background:transparent;
}

h3{
color:#000000;
font-size:20px;
background:transparent;
}

h4 {
color:#000000;
font-size:18px;
background:transparent;
}

/* Make the horizontal rule 2px wide and the color gray */
hr { 
color: #808080;
background-color: #808080;
height: 2px;
}

/* Removes underline from all links */
a {
text-decoration:none;
}

/* Sets size and boldness of links in horizontal navigation bar */
a.nav {
font-size: 15px;
font-weight: bold;
}

/* Sets size and boldness of sub links in horizontal navigation bar */
a.sub_nav {
font-size: 13px;
font-weight: standard;
}

/* Sets text link colors */
a:link {
color:#0000cc;
background:transparent;
}

a:visited {
color:#551a8b;
background:transparent;
}

a:hover {
color:#ff0000;
background:transparent;
}

a:active {
color:#ff0000;
background:transparent;
}
ul { list-style-type: disc; }

