/* Basic Elements */

* {
    margin: 0; padding: 0;

}

body {
    background-color: #566656;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}

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

h2, h3, h4 {
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    font-size: 80%;
    color: #ff9c31;
}


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

/* divs */

#container {
    width: 760px; 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;
    min-height: 80px;
    text-align: right;  vertical-align: bottom;
 }

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

#counter {
    float: right;
}
     


#blurb {
  background: #566656;  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, Arial, Helvetica, sans-serif;
    font-weight: bold;  color: #fff; 
    TEXT-DECORATION: none;
    overflow: hidden;
}

#sidecolumn {
    padding-bottom: 32767px;
    margin-bottom: -32767px;
}

#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;
    padding-bottom: 2000px;
    margin-bottom: -2000px;
    color: #fff;
}

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


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


#content {
    background: #ffffff;
    FONT-SIZE: 60%; 
}
 

/* classes */

.specialParagraph {
}

.alert {
    COLOR: #ff0000;
}

