/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	overflow: auto;
}

form {display: inline;}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
	font-weight: normal;
}

h6 {
	font-size: 15px;
}


/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 5px; /* default was 20 */
}

.red
	{
		color: red;
		font: 15px arial, helvetica, sans-serif;
		font-weight: bold;
		letter-spacing:-1px;
		margin: 0 0 0px 0; /* bottom was 2px */
	}

.slate
	{
		color: #3399FF;
		font: 15px arial, helvetica, sans-serif;
		font-weight: bold;
		letter-spacing:-1px;
		margin: 0 0 0px 0;
	}


.mbig
	{
		color: black;
		font: 18px arial, helvetica, sans-serif;
		font-weight: bold;
		text-transform:uppercase;
		letter-spacing:-1px;
		margin: 0 0 0px 0;
	}

.xbig
	{
		color: black;
		font: 50px arial, helvetica, sans-serif;
		font-weight: bold;
		text-transform:uppercase;
		letter-spacing:-2px;
		margin: 0 0 0px 0;
	}

	
a:link {	
		color: black;
		font-weight: bold;
	}
a:visited {
		color: black; 
		font-weight: bold;
	}
	
a:hover, a:active
	{
		color: #fff;
		font-weight: bold;
		background-color: red;
	}


a.nav:link {font: 17px arial, helvetica, sans-serif; font-weight: bold; color: black; letter-spacing:-1px; text-decoration: none; }
a.nav:visited {font: 17px arial, helvetica, sans-serif; font-weight: bold; color: black; letter-spacing:-1px;  text-decoration: none; }
a.nav:hover {font: 17px arial, helvetica, sans-serif; font-weight: bold; color: red; letter-spacing:-1px; text-decoration: none; background-color: #fff; }
a.nav:active {font: 17px arial, helvetica, sans-serif; font-weight: bold; color: red; letter-spacing:-1px; }
	
.center
	{
		text-align: center;
	}

.byline1
	{
		color: red;
		font: 16px arial, helvetica, sans-serif;
		font-weight: bold;
		margin: 0 2px 0 0;
		text-align: right;
	}
.byline2
	{
		color: black;
		font: 14px arial, helvetica, sans-serif;
		font-style: italic;		
		margin: 0 2px 0 0;
		text-align: right;
	}

.eventtitle
	{
		color: red;
		font: 16px arial, helvetica, sans-serif;
		font-weight: bold;
		margin: 0 2px 0 0;
		text-align: left;
	}



.floatRight
	{
		float: right;
	}

#contentstv	
	{
		margin: 0 0 0 31px;
		padding: 38px 0 0 0;
/*		align: center;*/
		background-image: url(wstv_new.jpg);
		background-repeat: no-repeat;
		height: 535px;
		width: 900px;
	}
