body 	{
      background-color: white;
      font-family: arial, san serif;				
      font-size: 14px;
			text-align: justify;
			margin-left: 4px;
			padding: 20px;

			}
			
hr { color: #ff6633; }

h1, h2, h3, h4, h5, h6 { color: color: #990099;
												text-align: left;
												letter-spacing: -1px; 
												}
												
blockquote { font-style: italic; }

h1 			{
				margin-top: 15px;
				font-size: 30px;
        text-transform: uppercase;
				text-align:left;
				font-weight: bold;
				}
				
h2 			{
				font-size: 22px;
				text-transform: uppercase;
				font-style: italic;
				font-weight: bold;
				}
				
p 			{
				font-weight: normal;				
				}
				
.ptab {
			 text-indent: 5%;
			 font-weight: normal;
			  }
				
a {
	font-size:14px;
	color: red;
}

a:visited { text-decoration: none; }
		
a:hover {
				color: #cc66ff;
}

					 
/* Make horizontal button bar for site navigation */

ul.siteNav {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	}
	
ul.siteNav li { float: left; }

ul.siteNav a { 
					display: block;
					padding: 5px 15px 5px 15px;
					margin-left: 4px;
					margin-right: 4px;
					margin-bottom: 4px;
					text-decoration: none;
					text-align: center;
					font-weight: bold;
					color: #ff0000;
					background-color: #ccccff;
					width: 115px;
					z-index: 1;
 }
 
 .content { clear: left; }
 
 .header-text {
 					font-family: arial, san serif;
					font-size: 55px;
					font-weight: bold;
					font-style: italic;
					letter-spacing: 2px;
					color: red;
					text-align: left;
					margin-left: 20px;
					padding: 20px;
					}
					
				
.info { font-size: 80%;
				font-style: italic;
				color: red;
				}
				
.button { font-weight: bold;
					color: #ff0000;
					background-color: #cc66ff;
					margin-top: 5px;
					padding: 5px 15px 5px 15px;
					margin-left: 4px;
					margin-right: 4px;
					margin-bottom: 4px;
					text-align: center;
					}
 
#header {
				margin-left: 4px;
				padding: 5px;
				margin-top: -30px;
				z-index: 2;
				}
				
#footer {
				clear: both;
				text-align: center;
				font-size: 10px;
				margin-top: 0;
				padding: 5px;
				}

#programLinks {
  text-align: left;
	clear:left;
	float: left;
  width: 120px;
	margin-left: 12px;
	border-top: 6px solid #990099;
	border-bottom: 1px solid #990099;
	border-left: 4px solid #990099;
	font-size: 12px;
  background-color: white;
	height: 450px;
  padding: 20px;
}

#mainText {
			float: left;
			width: 580px;
			min-width: 200;
			padding: 20px;
			margin-left: 8px;
			height: 450px;
			min-height: 200;
			overflow: auto;
			text-align: left;
  		background-color: white;
			border-left: 4px solid #ff0000;
			border-top: 6px solid #ff0000;
			border-bottom: 1px solid #ff0000;
}

#pageNav {
	float: left;
	width: auto;
	text-align: left;
	font-weight: bold;
	margin-left: 10px;
	padding: 5px;
	border-top: 6px solid #990099;
	border-bottom: 1px solid #990099;
	border-left: 4px solid #990099;
  background-color: white;
}

