		/* Eric Meyer v1.0 - 2008-02-12 */
		html, body, div, span, h1, h2  {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
		
		body  {
			background-color: #313a6b;
			color: #000;
			width: 100%;
			font-size: .85em;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			margin: 0;
			padding: 0;
		}
		
		#content	{
			width: 700px;
			margin: 0 auto;
			background-color: #fff;
			color: inherit;
		}
		
		#header	{
			border-top: 5px solid #006400;
			border-bottom: 5px solid #006400;
			}
			
		#header img	{
			float: left;
		}
		
		h1	{
			background-color: transparent;
			color: #313a6b;
			padding: 70px 0 0 10px; 
			font-size: 2em;
			font-weight: bold;
			letter-spacing: 5px;
		}
		
		.tagline	{
			text-align: right;
			font-style: italic;
			font-size: .9em;
			padding: 0 20px 0 0;
			margin-top: 0;
			font-weight: bold;
		 	color: #313a6b;
		 	background-color: transparent;
		}
		
		#links	{
			margin: 0;
			padding: 10px 0 10px 10px;
			border-bottom: 5px solid #006400;
		}
		
		ul.menu	{
			list-style-type: none;
			margin: 0 -10px ;
			text-align: center;
		}
		
		ul.menu li	{
			display: inline;
			padding: 10px;
			font-weight: bold;
		}

		#main	{
			padding: 10px ;
			background-color: #fff;
			color: #000 ;
		}
		
		h2	{
			background-color: transparent;
			color: #313a6b;
			padding: 10px; 
			font-size: 1.25em;
			font-weight: bold;
			letter-spacing: 5px;
		}
		
		p	{
			padding: 5px 20px;
		}
		
		div.right	{
			float: right;
			width: 310px;
			margin: 10px ;
			background-color: #fff;
			color: #313a6b;
			text-align: center ;
		}
		
		div.right img	{
			border: 1px solid #666 ;
		}
		
		div.center	{
			width: 310px;
			margin: 10px auto;
			background-color: #fff;
			color: #313a6b;
			text-align: center ;
		}
		
		div.center img	{
			border: 1px solid #666 ;
		}
		p.caption	{
			font-weight: bold ;
		}
		
		ul li	{
			 list-style-image: url(images/hand_bullet.gif);
		}
		
		table.curriculum	{
			width: 80%;
			/*border-top: 1px solid #000;
			border-right: 1px solid #000;
			border-left: 1px solid #000;*/
			margin-left: 40px ;
		}
		
		table.curriculum tr td {
			border: 1px solid #000 ;
			padding: 3px;
			width: 50%;
		}

		
		#footer	{
			text-align: center ;
			font-style: italic;
			font-size: .90em;
			color: #313a6b;
			background-color: transparent;
			font-weight: bold;
			border-top: 5px solid #006400 ;
			border-bottom: 5px solid #006400;
			background-image: url(images/collage-lite.jpg);
			background-repeat: no-repeat;
			width: 100%;
			clear: both;
		}
		
		#footer p	{
			margin: 0 ;
		}
		
		#footer p.credit	{
			font-size: 75% ;
			font-style: italic;
		}
		
		a:link, a:visited {
			text-decoration: none;
		}
		
		a:hover, a:active {
			text-decoration: none;
			background-color: #313a6b;
			color: #fff;
		}

