/* Start of CMSMS style sheet 'Main' */
body
	{
		background-color: #000000;
		margin: 0;
		padding: 0;
	}

a:active { color: #8e008e; }
a:link { color: #8e008e; }
a:visited { color: #8e008e; }
a:hover { color: #8e008e; }

li a:active { color: #8e008e; text-decoration: none; }
li a:link { color: #8e008e; text-decoration: none; }
li a:visited { color: #8e008e; text-decoration: none; }
li a:hover { color: #8e008e; text-decoration: none; }

#header
	{
		position: relative;
		width: 995px;
		height: 176px;
		background-color: #ffffff;
		background-image: url(header.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		padding-bottom: 10px;

	}

#wrapper
	{
		position: relative;
		width: 995px;
		height: auto;
		min-height: 300px;
		background-color: #ffffff;
	}

#wrapper-bottom
	{
		height: 25px;
		background-color: #ffffff;
		clear: both;
	}

#left
	{
		width: 176px;
		height: auto;
		float: left;
	}

#navigation
	{
		width: 176px;
		height: auto;
		background-color: #ffffff;
		border: 1px #8e008e solid;
		margin-left: 10px;
		text-align: left;
	}

#navigation-body
	{
		width: 176px;
		height: auto;
		background-color: #ffffff;
		text-align: left;
		color: #ffffff;
		font-family: Arial, sans-serif;
		font-size: 13px;
		font-weight: bold;
	}

#home-main
	{
		width: 490px;
		height: auto;
		float: left;
		margin: 0 25px 0 15px;
		text-align: left;
		font-family: Arial, sans-serif;
		font-size: 12px; 
		padding-left: 10px;
	}

#home-main-header
	{
		width: 490px;
		height: 25px;
		background-color: #8e008e;
		color: #ffffff;
		text-align: left;
		padding: 5px 5px 0 5px;
		font-family: Arial, sans-serif;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
	}

#home-main-upcoming
	{
		width: 246px;
		height: auto;
		min-height: 448px;
		background-color: #808080;
		color: #ffffff;
		float: left;
		text-align: left;
		font-family: Arial, sans-serif;
		font-size: 14px;
		padding: 10px;
	}

#home-main-upcoming h1
	{
		font-family: Arial, sans-serif;
		font-size: 32px;
		padding: 0;
		margin: 3px 0 3px 0;
	}


#main
	{
		width: 772px;
		height: auto;
		float: left;
		margin: 0 0 0 15px;
		text-align: left;
		font-family: Arial, sans-serif;
		font-size: 12px; 
		padding-left: 10px;
	}

#main-header
	{
		width: 772px;
		height: 25px;
		background-color: #8e008e;
		color: #ffffff;
		text-align: left;
		padding: 5px 5px 0 5px;
		font-family: Arial, sans-serif;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
	}


#footer
	{
		position: relative;
		clear: both;
		width: 975px;
		height: auto;
		text-align: right;
		padding: 20px 0 20px 0;
		font-family: Arial, sans-serif;
		font-size: 11px;
color: #ffffff;
	}
ul.plain
	{
		list-style: none;
		margin: 15px;
		padding: 0;
	}

ul.sub
	{
		list-style: none;
		margin: 5px 15px -5px 15px;
		padding: 0;
	}

li
	{
		padding: 5px 0 5px 0;
	}
/* End of 'Main' */

