/* Start of CMSMS style sheet 'badder' */
body
	{
	font: 14px Arial;
	width: 800px;
	margin: 10px auto;
	background: #003865 url(images/bg.jpg) repeat-x;
	}

h1, h2, h3, h4, h5, h6
	{
	margin: 0px;
	text-align: center;
	}

p
	{
	margin: 0px;
	margin-bottom: 10px;
	}

p img
	{
	margin: 3px;
	}

img
	{
	border: 0px;
	}

a
	{
	color: #0000FF;
	text-decoration: none;
	}

a:hover
	{
	text-decoration: underline;
	}
	
.clear
	{
	clear: both;
	}

#top
	{
	height: 50px;
	background: url(images/top.gif);
	}

#banner
	{
	height: 150px;
	background: url(images/banner.jpg);
	}

#container
	{
	background: #CCCCCC;
	padding: 10px;
	}

#nav
	{
	border: 1px solid #85877A;
	background: #003865;
	list-style: none;
	text-align: left;
	width: 125px;
	float: left;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
	}

#nav li
	{
	padding: 5px;
	}

#nav a
	{
	color: #CCCCCC;
	}

#nav ul
	{
	padding-left: 10px;
	list-style: none;
	margin: 0px;
	}

#nav ul li
	{
	padding: 2px 0px;
	}

#nav ul a
	{
	font-size: 13px;
	}

#content
	{
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #999999;
	margin-left: 135px;
	}

#bottom
	{
	height: 50px;
	background: url(images/bottom.gif);
	}

/* End of 'badder' */

