@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f7f4ee;
	background-image:url(images/shadow3.jpg); 
	background-repeat: repeat-y; 
    background-position: center; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 6* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


 #container {
	width: 770px;  
	background-color: #ffffff;
	background-image:url(images/blueback2.gif);
	background-repeat: repeat-y;
	background-position: right;
	text-align:left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

} 
 #header {
	padding: 0 10px 10px 0;
	background-color: #000033;
	background-image:url(images/pc2a.jpg);
	background-repeat: no-repeat;
	text-align: right;

} 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 15px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	letter-spacing: 0.2em;
}


 #sidebar1 {
	float: right;
	text-align:right;
	width: 147px; /* since this element is floated, a width must be given */
	padding: 0;
}
 #sidebar1 h3,  #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}



 #mainContent {
	margin-top: 0;
	margin-right: 165px;
	margin-bottom: 0;
	margin-left: 20px;
} 

#mainContent h2 {
	font-size: 1.2em;
	letter-spacing: 0.1em;
	color: #2e4694;
	margin-bottom: 0.05em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#mainContent h3 {
	font-size: 0.9em;
	color: #57B129;
/*	color:#66CC33; */
	margin-bottom: 0.05em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#mainContent p {
	font-size: 0.8em;
    margin-top: 0; 
} 

#mainContent li {font-size: 0.8em; 
}

 #footer { 
	padding: 0 10px; 
	background:#DDDDDD;
	font-size: 0.8em;
	text-align:center;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.cover {float: left;
	margin: 10px;
	padding-right: 30px;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearleft { clear: left; }

#logo 	{
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	letter-spacing:0.2em;
	line-height:120%;
	font-weight: bold;

	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
#tagline 	{
	font:0.5em Arial, Helvetica, sans-serif;
	color: #9c6;
	letter-spacing:0.2em;
	font-style:italic;
	}
#sidebar1 h2 {			/* hide visual rendering of h2 */
    position: absolute;
    left: -999px;
    width: 990px;
	height: 1px;
}

#sidebar1 p {font-size:.8em;
             text-align:center;
}

		 
a {
	color: #2E4694;
	}

a:hover, a:active, a:focus {
	color: #66CC33;
	text-decoration: none;

	}

.menu {
  padding:0;
  margin:0;
  list-style-type:none;
  letter-spacing:0.1em;
}


.menu li {
margin-top:0;
list-style-type: none;
display:inline;

}


.menu  a {
  display:block;
  border-bottom:1px solid #ccc;
  text-decoration:none;
  background:#036; 
  color:#eaeaea;   
  padding:0.4em 1em 0.4em 2em; 
  font-size:.75em;
  }

.menu a:visited {
  background-color:#036; 
  color:#ccc; 
  }

.menu a:hover, .menu a:active, .menu a:focus {
  background-color:#2e4694;
  color:#9c6;
  }



#mypage  { font-weight:bold;
  /* 	background-color:#eaeaea;
  	background-image:url(images/greybar4.jpg);
	background-repeat:repeat-x;
  	color:#000033;
 	display:block;
  	border-bottom:1px solid #ccc;
  	text-decoration:none;
  	font-weight:bold;
	padding:0.4em 0 0.4em 2em; 
  	font-size:75%; */
}

#sidebar1 a:link, #sidebar1 a:visited {color:#eaeaea;
 }
 #sidebar1 a:hover, #sidebar1 a:active, #sidebar1 a:focus { color:#9c6;
 }
 
 #plug { font-style: italic;
         color:#999;
 	      margin-bottom: 20px;
 }
 #quote { color:#000066;
		 background-color:#f7f4ee;
		 text-align:center;
		 margin-right:10px;
		 margin-left:10px;
		 margin-bottom: 10px;
		 font-size: .8em;
		 padding: 10px;
		 font-style:italic;
		 }

#quote a:link, #quote a:visited { color:#036;
}
#quote a:hover, #quote a:active, #quote a:focus { color:#9c6; 
}

#SkipNav a {color:#000033;
            font-size:.75em;
}
#SkipNav a:link, #SkipNav a:visited {
     color: #000033; /* same color as background */
     text-decoration: none;
}
 #SkipNav a:hover {
     color: #FFFFFF;  /* becomes visible on a mouseover */
     text-decoration: underline;
} 
#SkipNav a:active, #SkipNav a:focus {
     /* Becomes visible & underlined 
        when user tabs to it. 
       :active pseudo-class necessary for IE 
       :focus pseudo-class necessary for Mozilla 
     */
     color: #FFFFFF; 
     text-decoration: underline;
}
form div {text-align:left;
		  font-size: 0.8em;
		  margin-left:2em;
}
input, textarea { margin-bottom: 10px;
}
#calvin { text-align:center;
}
img {border: none; }

#wordle { float:left; padding-left: 10px; padding-right: 10px; }
.center { text-align:center; }
