/* Start of CMSMS style sheet 'cfs' */
body
	{
	font: 14px Arial;
	width: 900px;
	border: 1px solid #000000;
	margin: 10px auto;
	background: #ebebeb;
	}

a
	{
	color: #0000FF;
	text-decoration: none;
	}

a:hover
	{
	text-decoration: underline;
	}

h1, h2, h3, h4, h5, h6
	{
	margin: 0px;
	}

p
	{
	margin: 0px 0px 10px 0px;
	}

p img
	{
	margin: 3px;
	}

img
	{
	border: 0px;
	}

.clear
	{
	clear: both;
	}

#header
	{
	background: url(images/banner.jpg);
	height: 200px;
	}

#url
	{
	background: #B30000 url(images/url.jpg) no-repeat;
	height: 28px;
	border-bottom: 1px solid #000000;
	}

#container
	{
	background: #FFFFFF url(images/content_bkg.png);
	}

#left
	{
	width: 150px;
	float: left;
	color: #FFFFFF;
	padding: 3px;
	font-size: 12px;
	}

#left ul
	{
	margin: 0px;
	padding: 10px 15px;
	}

#left a
	{
	color: #FFFFFF;
	text-decoration: underline;
	}

#left a:hover
	{
	text-decoration: none;
	}

#content
	{
	padding: 10px;
	margin-left: 156px;
	}

#footer
	{
	background: #B30000;
	color: #FFFFFF;
	padding: 2px;
	font-size: 12px;
	text-align: center;
	border-top: 1px solid #000000;
	}

#footer a
	{
	color: #FFFFFF;
	text-decoration: underline;
	}

#footer a:hover
	{
	text-decoration: none;
	}
/* End of 'cfs' */

