/* Start of CMSMS style sheet 'new' */
body
	{
	margin: 0px auto;
	width: 800px;
	background: #D2E8AE url(images/new/bkg.jpg) no-repeat top center;
	font: 12pt Arial;
	}

h1, h2, h3, h4, h5, h6
	{
	padding: 0px;
	margin: 0px;
	}

p
	{
	margin: 0px 0px 10px 0px;
	}

.clear
	{
	clear: both;
	}

a
	{
	color: #0000FF;
	text-decoration: none;
	}

a:hover
	{
	text-decoration: underline;
	}

#header
	{
	background: url(images/new/header.jpg);
	height: 313px;
	}

#top-nav
	{
	list-style: none;
	margin: 0px;
	padding: 288px 0px 0px 30px;
	font-size: 12pt;
	}

#top-nav li
	{
	float: left;
	margin-right: 20px;
	}

#top-nav a
	{
	color: #8A835E;
	text-decoration: none;
	}

#top-nav a:hover
	{
	text-decoration: underline;
	}

#container
	{
	background: url(images/new/container_bkg.jpg);
	padding: 0px 20px;
	}

#left-nav
	{
	width: 156px;
	border: 2px solid #332E1E;
	border-top: 0px;
	float: left;
	background: #807A54;
	text-align: center;
	padding: 5px;
	}

#left-nav a
	{
	color: #F5F5C9;
	display: block;
	}

#content
	{
	width: 540px;
	background: #F2F2C6 url(images/new/content_bkg.jpg) no-repeat center 20px;
	margin-left: 190px;
	padding: 10px;
	padding-top: 60px;
	border: 2px solid #332E1E;
	border-top: 0px;
	}

#footer
	{
	background: url(images/new/footer.png);
	height: 68px;
	}
/* End of 'new' */

