/* Start of CMSMS style sheet 'stylesheet' */
body	{
	background-color: #fff;
	}
	
a:link { 
	color: #333; 
	text-decoration: underline;
	}

a:visited { 
	color: #333;
	text-decoration: underline;
	}

a:hover	{
	color: #666;
	text-decoration: underline;
	}

.title {
	font: 18px "Trebuchet MS", verdana, sans-serif;
	font-weight:bold;
	color: #333;
}
	
div#wrapper	{
	width: 730px;
	margin-top: 23px;
	margin-left: auto;
	margin-right: auto;
	}
	
div#main	{
	margin-top: 5px;
	border-top: 1px solid #e8eced;
	border-bottom: 1px solid #e8eced;
	font: 12px "Trebuchet MS", verdana, sans-serif;
	color: #333;
	}
	
div#content	{
	position: relative;
	width: 510px;
	font: 12px "Trebuchet MS", verdana, sans-serif;
	color: #333;
	left: -1px;
	}

td.content {
	font: 12px "Trebuchet MS", verdana, sans-serif;
	color: #333;
}
	
.box-content	{
    padding-left:25px;
	padding-right:25px;
	padding-top:10px;
	padding-bottom:10px;
	font: 12px "Trebuchet MS", verdana, sans-serif;
	color: #333;
	}
	
.notes	{
	font: 11px "Trebuchet MS", verdana, sans-serif;
	color: #333;
	}
	
.menu-header {
	background-image:url("../graphics/menu_header.gif"); 
	background-repeat:no-repeat; 
	width:184px; 
	height:17px;
}
	
.menu-top {
	background-image:url("../graphics/menu_top.gif"); 
	background-repeat:no-repeat; 
	background-color:#E2EBED;
	width:184px; 
	height:6px;
}

.menu-body {
	background-color:#E2EBED;
	padding:0px;
	margin:0px;
}

.menu-content {
	padding:10px;
	font: 11px "Trebuchet MS", verdana, sans-serif;
	line-height:14px;
	font-weight: normal;
}

* html .menu-content {
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-margin:0px;
	font: 11px "Trebuchet MS", verdana, sans-serif;
	line-height:12px;
	font-weight: normal;
}

.menu-bottom {
	background-image:url("../graphics/menu_bottom.gif"); 
	background-repeat:no-repeat; 
	width:184px; 
	height:7px;
}

.logo {
float: right; 
padding-left: 10px; 
padding-right: 25px; 
padding-bottom: 25px; 
width: 85px;

}

/* End of 'stylesheet' */

