/* CSS Document */

body {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg_gradient.gif);
	background-repeat: repeat-x;
	background-color: #e3c4dd;
	margin-top: 10px;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	font-family: Verdana, Arial, Helvetica, sans-serif;  /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	f\ont-family: Verdana, Arial, Helvetica, sans-serif; /* for other IE versions */
}
h1 {
	font-size: 150%;
	font-weight: bold;
}
h2 {
	font-size: 130%;
	font-weight: bold;
}
h3 {
	font-size: 120%;
	font-weight: bold;
}
h4 {
	font-size: 110%;
	font-weight: bold;
}

#pgheader {
	background-image: url(../images/bg_grid.jpg);	
}

#live {
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
color: #000;
}

	#live h1 {
	font-size: 20px;
	margin-left: 30px;
	margin-top: 2px;
	margin-bottom: 8px;
	font-style: normal;
	font-weight: bold;
	}
	
	#live h2 {
	font-size: 16px;
	margin-left: 25px;
	margin-bottom: 4px;
	margin-top: 4px;
	font-style: normal;
	font-weight: bold;
	}
	
	#live h3 {
	margin-left: 30px;
	margin-bottom: 4px;
	margin-top: 8px;
	}
	
	#live h4 {
	margin-left: 35px;
	margin-bottom: 4px;
	margin-top: 8px;
	}
	
	a.h4:link {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 8px;
	text-decoration:none;
	}
	
	a.h4:hover {
	text-decoration:underline;
	}
	
	#live p {
	margin-top: 6px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	}
	
	#live table {
	margin-right: 20px;
	}
	
	#live ul li {
	margin-top:0px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
	}

#footer {
	text-align: center;
	font-size: 85%;
}

	#footer a {
	color: #DDDDDD;
	text-decoration: none;
	}
	

.copyright {
	text-align: center;
	font-size: 85%;
	color: #666666;
}

#nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	width: 200px;
	margin-top: 4px;
}
#nav a:link, #nav a:visited, #nav a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	display: block;
	border: 1px solid #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-weight: bold;
}
#nav a:hover {
	background-color: #a23a8f;
}

#subnav {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-left: 5px;
}
#subnav li {
	width: 110px;
	margin-top: 4px;
}
#subnav a:link, #subnav a:visited, #subnav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #a23a8f;
	display: block;
	border: 1px solid #dddddd;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#subnav a:hover {
	background-color: #be75b0;
}

.keyline {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-color: #000000;
	/*border-right-color: #a23a8f;
	border-bottom-color: #a23a8f;
	border-left-color: #a23a8f;
	border-top-color: #a23a8f;*/
}

.footer {
	clear: both;
	text-align: center;
	font-size: 85%;
}
.copyright {
	text-align: center;
	font-size: 85%;
	color: #666666;
}

.testimonials {
	font-size: 85%;
	color: #FFFFFF;
	/*font-style: italic;*/
}
a.tnav:link,a.tnav:visited,a.tnav:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;

}

a.tnav:hover {
	font-weight: bold;
	color: #EEEEEE;
	text-decoration: underline;
}