/* This style sheet belongs to Cindy Paden/

/* Define the margins of the page, the font attributes for the majority of the site, and a background color or image in the body tag.*/


body	{
		margin: 0;
		padding: 0;
		font-family: Arial, helvetica, sans-serif; 
		background-color: white;
		font-size: 101%;
		text-align: center;
	   	}
	   	
#container {
		
	/*  For centered layout with equal margins */
		padding: 0;
		margin-left: auto; 
		margin-right: auto;
		margin-top: 5px;
		margin-bottom: 0; 
		width: 900px;   
		/*background-color: #FFF5E8;*/
		background-color: white;
	  text-align: left;
	  border: 2px solid gray;
		font-size: 16px;
		}
	  	
#banner {margin-bottom: .2em;}

#navbar {
		width: 900px;  
		height: 2em;
		background-color: gray;
		font-family: Arial, helvetica, sans-serif;
		font-size: 14px;
		}

#navbar ul {
		margin-left: 0;
		margin-top: .33em;
		padding-left: 4em;
		background: transparent;
		float: left;
		}
	
#navbar ul li { display: inline;}
	
#navbar ul li a {
		float: left;
		background: transparent;
		text-decoration: none;
		color: #121212;
		padding-right: 5em;
		}
					
#navbar ul li a:hover 
		{
		background: transparent;
		color: white;
		}

#content {
		margin: 0;
		padding: 0;
		width: 650px;
		font-family: arial, helvetica, sans-serif;
		font-size: 14px;
		color: #121212;
		line-height: 120%;
		padding-top: 2em;
		padding-bottom: 1.5em;
		padding-left: 2.5em;
		padding-right: .5em;
		text-align: justify;
		}
		
#content h1 {
		font-size: 1.2em;
		text-align: left;
		color: #2D73B9;
		font-style: italic;
		}
		
#content h2 {
		font-size: 1.0em;
		text-align: left;
		background-color: #D5DCEF;
		}
		
#sidebar {
		padding-left: 5px;
		position: absolute; left: 750px; top: 305px;
		font-family: Arial, helvetica, sans-serif;
		font-size: 12px;
		width: 180px;
		}	 
		  	
#sidebar h2 {
		font-size: 1.0em;
		color: #2D73B9;
		}
		
#sidebar table th {font-size: 11px;}
#sidebar table td {font-size: 11px;}

#sidebar p {
		font-family: Arial, helvetica, sans-serif;
		font-size: .9em;}
	
#imagerow {
		margin-top: 40px;
		margin-left: 0px;
		padding-right: 30px;
		}
				
#content fieldset {border: 1px solid #121212;}
#content legend {color: #121212; font-weight: bold;}
#content label {color: #121212;}
		
#footer {
		width: 750px;  
		height: 2em;
		font-family: Arial, helvetica, sans-serif;
		text-align: left;
		margin-left: 0;
		}
		

#footer ul {
		margin-left: 0;
		margin-top: .33em;
		padding-left: 2.3em;
		padding-bottom: 1em;
		background: transparent;
		float: left;
   		}
   		
#footer ul li {
		font-size: .7em;
		padding-right: 15px;
		color: #121212;
		display: inline;
		font-weight: bold;
		}
		
#footer ul li a   {
		background: transparent;
		text-decoration: none;
		color: #121212;
		font-weight: bold;
	    }

#footer ul li a:hover {
   		border-bottom: 2px solid #121212;
   		background: transparent;
   		}

.radiobutton {margin-left: 0; float: right;}
.example{font-size: .7em;}

.intro {font-weight: normal;}
.intro a {
		background-color: silver;
		color: #121212;
		text-decoration: none;
		}
		
.warning {font-size: .9em; font-weight: normal;}