/* Start of CMSMS style sheet 'Main' */
body
	{
		background-color: #333333;
		margin: 25px 25px 25px 25px;
		padding: 0;
		font-family: Verdana, sans-serif;
		font-size: 15px;
		color: #000000;
	}

a:active { color: #000000; }
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #000000; }

li a:active { color: #9966CC; text-decoration: none; }
li a:link { color: #9966CC; text-decoration: none; }
li a:visited { color: #9966CC; text-decoration: none; }
li a:hover { color: #9966CC; text-decoration: none; }


#footer a:active { color: #808080; }
#footer a:link { color: #808080; }
#footer a:visited { color: #808080; }
#footer a:hover { color: #808080; }

#header
	{
		position: relative;
		width: 880px;
		height: 190px;
		background-image: url(header.jpg);
		background-position: top left;
		background-repeat: no-repeat;
	}

#wrapper
	{
		position: relative;
		width: 880px;
		height: auto;
		background-color: #ffffff;
	}

#navigation
	{
		width: 180px;
		height: auto;
		background-color: #ffffff;
		float: left;
		text-align: left;
		font-size: 14px;
		font-weight: bold;
		color: #9966CC;
	}

#main
	{
		width: 649px;
		height: auto;
		min-height: 350px;
		float: left;
		background-color: #ffffff;
		margin: 15px 0 15px 0;
		padding: 10px 25px 0 25px;
		text-align: left;
		border-left: 1px #9966CC solid;
	}

ul.plain
	{
		list-style: none;
		margin: 15px;
		padding: 0;
	}

ul.sub
	{
		list-style: none;
		margin: 0 15px 0px 15px;
		padding: 0;
	}

li
	{
		padding: 5px 0 5px 0;
	}

h1
	{
		padding: 0;
		margin: 0;
		font-size: 20px;
		font-weight: normal;
		color: #9966CC;
	}

#footer
	{
		position: relative;
		clear: both;
		width: 840px;
		height: auto;
		background-color: #ffffff;
		color: #808080;
		text-align: right;
		padding: 50px 20px 15px 20px;
		font-size: 11px;
	}
/* End of 'Main' */

