/* Summershow CSS Document */

/* Site CSS */

html, body {
	width:100%
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	background-image: url(../images/yellow.gif);
}

.box { width:800px; margin:0 auto; padding:0; text-align:left; }

.mainBox{
	float: left;
	padding: 0;
	margin: 0;	
	text-align: left;
}
.main{
	width:550px; 
	padding: 2;
	margin: 0;	
	margin:0 0 0 0; 
}

.leftNavBox{
	float: left;
	padding: 0;
	margin: 0;	
}
a:hover{
	text-decoration:none;
}
a {
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
}
a:active{
	color: #FF0000;
}
a:visited{
	color: #003399;
}
.leftNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	width:200px;
	float: left;
	padding: 0;
	margin-bottom: 1em;
	color: #0000FF;
}
.leftNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.leftNav ul li {
	margin: 0;
}
.leftNav ul li a {
	display: block;
	padding:2px 2px 2px 0.5em;
	border-left: 10px solid #0000FF;
	border-right: 1px solid #0000FF;
	border-top: 1px solid #000000;
	background-color: silver;
	color: #0000FF;
	text-decoration: none;
	width: 86%;
}
.leftNav ul li a:hover {
	border-left: 10px solid #0000FF;
	border-right: 1px solid #0000FF;
	background-color: #7D777F;
	color: #ffffff;
}
.leftNav ul ul {
	border-left: 3px solid #ffffff;
}
.leftNav ul ul li a {
	display: block;
	padding:2px 2px 2px 0.5em;
	border-left: 10px solid #000000;
	border-right: 1px solid #000000;
	background-color: silver;
	color: #0000FF;
	text-decoration: none;
	width: 86%;
}

.bodyLayout{
	float: left;
}
.footer{
	float: center;
}
h1 {
font: "Times New Roman", Times, serif;
color: #0000FF;
font-size: 1.5em;
border-bottom: 0px; 
border-top: 0px; 
display: inline; 
	
}
.tagline {
	font-style: italic;
	font-weight: bold;
}
.bottomMenu {
	text-align: center;
}
.copyright{
	font-size: 75%;
	font-weight: bold;
	text-align: center;
}
.unh{
	display:inline;	
	text-decoration:none;
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	font-weight:inherit;
}
b.unb{
	font-weight:lighter;
	font-size:inherit;
	display:inline;		
	color: inherit;
	font-family: inherit;
	text-decoration:none;	
}
.head {

	font: "Times New Roman", Times, serif;
	color: #993333;
	font-size: 125%;
	font-weight: bold;
	text-decoration: none;
}
.subHead {
	font: "Times New Roman", Times, serif;
	color: #9c3031;
	font-size: 110%;
	text-decoration: none;
}
.text {
	text-decoration: none;
}
i {
	font-style: italic;
}
.italic {
font-style: italic;
}
b {
	font-weight: bold;
}
.bold {
font-weight: bold;
}
.nhref {
	font-weight: normal;
}
/* Insite CSS */
.alert {
	color: red;
	text-decoration: none;
	font-weight: bold;
}
.poweredBy {
	color: black;
	text-decoration: none;
}

