/* Basic Elements */

* {
    margin: 0; padding: 0;
}

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

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

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


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

ul {
    list-style-position: inside;
}

/* divs */

#container {
    min-width: 640px;
    margin: 30px;
}

#topbanner, #disclaim, #cnote {
    COLOR: #00F;
}

#topbanner {
    background-image: url(taralogo.gif); 
    background-position: left;
    background-repeat: no-repeat;
    height: 150px;
}

#subanner {
    background-image: url(TARAcast.gif); 
    background-position: right;
    background-repeat: no-repeat;
    height: 150px;  
    padding-left: 150px; padding-right: 150px;
}

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

#counter {
    float: right;
}
     

#blurb {
  color: #800000;  width: 65%; margin: auto;  padding: 1em;
  text-align: center;  font-style: italic;  font-weight: bold;
  font-size: 90%;
}
 

#sidebar {
    float: left;  margin-right: 10px;
    FONT-SIZE: 120%; text-align: center; 
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;  COLOR: #F00; 
    TEXT-DECORATION: none;
}


#nav p {
    display: none;
}

.button {
	text-align: center;
	margin: 0;
	margin: 2px;
	min-width: 6em;
	padding: 0 10px 1em 10px;
}

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

.button a, 
.button a:visited {
        color: red;
}

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


#switcher {
    text-align: left;
    font-size: 60%;
}

#switcher p {
    text-align: left;
}

#switcher ul {
	list-style: none;
}

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



#content {
}
 

/* 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;
}

