/* Basic Elements */

* {
    margin: 0; padding: 0;
}

body {
    background-color: #576E85;
    background: url(taraboss.gif) repeat;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}

h1 {
    FONT-FAMILY: "Arial Italic", Arial, Helvetica, sans-serif;
    text-align: right; 
    FONT-SIZE: 150%; 
}

h2 { 
    display: inline;
}

h2, h3, h4 {
    FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


p {
    Margin-top: 3pt; margin-bottom: 3pt;
    COLOR: #000000;
}

/* divs */

#container {
    width: 85%; min-width: 920px; margin: auto;
    background-color: #ffffff;
    border-right: 5px solid #ffffff;
    border-left:  5px solid #ffffff;
}


#topbanner, #disclaim, #cnote {
    background-color: #3E668E;
    COLOR: #FFFFFF;
}

#topbanner {
    background: #3E668E url(tara_logo_small.gif) left no-repeat;
    height: 80px;
    text-align: right;  vertical-align: bottom;
    padding-bottom: 0; 
 }

#disclaim, #cnote {
    text-align: center;
    font-size: 60%;  
}

#counter {
    float: right;
}
     
     
#blurb {
  background: #565666;  color: #ffffff;
  margin: 0;  padding: 3px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  text-align: center;
  font-size: 60%;
}


#sidebar {
    width: 195px;
    float: left;  margin-right: 10px;
    background: #1D2F6D; FONT-SIZE: 60%; text-align: center; 
    FONT-FAMILY: Verdana, Comic Sans MS, Arial, Helvetica, sans-serif;
    font-weight: bold;  COLOR: #FFFFFF; 
    TEXT-DECORATION: none;
}

#nav {
    width: 195px;
    margin-right: 10px;
}

#nav p {
    display: none;
}
    
.button {
	text-align: center;
}

.button{
	margin: 2px;
	min-width: 6em;
        background: #1D2F6D;
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid #2a48a8;
}

.button:focus {
        background-color: #333;
}

.button a, 
.button a:visited {
        color: white;
	border-bottom: none;
	text-decoration: none;
}

.button a:hover {
	color: #f00;
	background-color: #203680;
}



#switcher {
    text-align: left;
    color: #fff;
}

#switcher p {
    text-align: left;
    color: #fff;
}

#switcher ul {
	list-style: none;
}

#switcher ul li a, 
#switcher ul li a:visited {
        color: white;
	border-bottom: none;
	text-decoration: none;
	margin-left: 3em;
}


#content {
    background: #ffffff;
}
 

/* classes */

.head, .foot {
    background: #3E668E;
    COLOR: #FFFFFF;
}

.specialParagraph {
    font-style: italic;
    font-weight: bold;
}

.copy {
    COLOR: #000000;
}

a.copy {
    FONT-SIZE: 11px; COLOR: #0099ff; 
}

.alert {
    COLOR: #ff0000;
}




