/* Basic Elements */

* {
    margin: 0; padding: 0;
    font-size: 100%;
}

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

a {
   color: #08f;
}

a:visited {
        color: #0cf;
}

a:hover, a:focus {
        color: #1D2F6D;
	background-color: #EE0;
}

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

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

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

/* divs */

#container {
     
}


#topbanner, #disclaim, #cnote {
    COLOR: #FFF;    
    /* background-color: #008; */
}

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

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


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

#counter {
    float: right;
}
     


#blurb {
  display: none;
 
}
 

#sidebar {
    FONT-SIZE: 80%;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;  COLOR: #FFFFFF; 
    TEXT-DECORATION: none;
/*  
    background: #1D2F6D url(flagwave.gif) no-repeat top right;
    padding-top: 60px;
*/
}

#nav {

      float: left; width: 65%;
      
}

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

.button{
	margin: 2px;
	min-width: 6em;
        background: #1D2F6D;
	padding: 3px 10px 3px 10px;
	border: 4px outset #2a48a8;
	-moz-border-radius-topleft: 11px; 
	-moz-border-radius-topright: 11px; 
	-moz-border-radius-bottomright: 11px; 
	-moz-border-radius-bottomleft: 11px;
}


.button:active {
	border-style: inset;
}          

.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 {
    float: right; width: 10em;
    font-size: 60%;
/*
*/
    text-align: left;
    background: #1D2F6D; 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: 1em;
}


#sidecolumn p {
/*
     float: right;
*/  
   }

#content {
   clear: right;
}
 

/* classes */

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

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

.copy {
    FONT-FAMILY: "Lucida Console", Arial, Helvetica, sans-serif
}

.alert {
    COLOR: #F00;
}

