/* Start of CMSMS style sheet 'styles' */
/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	background-image: url(images/back.png);
	background-repeat: repeat-x;
	background-color: #cf6c15;
}

.full
{
	background-image: url(images/curl.png);
	background-repeat: no-repeat;
}

.container
{
	width: 900px;
	margin: auto;
	background-image: url(images/grad.png);
	margin-bottom: 10px;
}

div.top
{
	background-image:url(images/mmwwlogo.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 10px;
	height: 180px;
	background-color: #252f42;
}

div.top a
{
display: block;
height: 180px;
}

.top img
{
	margin-left: 11px;
}

div.menu
{
	margin-bottom: 10px;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	background-image: url(images/grad3.png);
	text-align: center;
	padding-top: 2px;
}

div.menu a
{
	text-decoration: none;
	font-size: 14pt;
	color: #DDDDDD;
	margin-left: 10px;
	margin-right: 10px;
	text-transform: uppercase;
}

div.menu a:hover
{
	color: #ccb281;
}

div.menu a.here
{
	color: #ccb281;
}

.main
{
	background-image: url(images/grad2.png);
	margin: 10px;
	padding: 10px;
	color: #10141c;
}

.content
{
	width: 600px;
	float: left;
	padding: 10px;
	line-height: 150%;
	
}

.content a
{
	color: #222222;
	text-decoration: none;
	
}

.content a:hover
{
	color: #773333;
}

.content p
{
	text-indent: 1em;
	font-size: 14pt;
}

.sidebar
{
	width: 220px;
	float: right;
	line-height: 150%;
	padding-left: 10px;
	border-left: 1px #000000 solid;
}

.sidebar p
{
	text-indent: 1em;
}

p.name
{
	text-indent: 0;
	font-weight: bold;
}

.footer
{
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
	padding-bottom: 10px;
}

.footer a
{
	color: #222222;
	font-size: 10pt;
	text-decoration: none;
	margin-left: 10px;
}

.footer a:hover
{
	text-decoration: underline;
}

.title
{
	border-bottom: 1px #000000 solid;
}

.clear
{
	clear: both;
}

h1, h2, h3, p
{
	margin-top: 0;
	font-weight: normal;
}

h4, h5, h6
{
	font-weight: bold;
	margin-top: 0;
}

h1
{
	font-size: 22pt;
}

img.rightPic
{
	float: right;
	border: 1px #000000 solid;
	margin: 5px;
}

img.bor
{
	border: 2px #000000 solid;
	margin: 10px;
}

img.left
{
	float: left;
}

img.right
{
	float: right;
}
/* End of 'styles' */

/* Start of CMSMS style sheet 'noSidebar' */
div.content
{
	padding: 10px;
	line-height: 150%;
	width: auto;
}
/* End of 'noSidebar' */

