﻿body
{
	margin:0;
	padding:0;
	font-family:arial,helvetica,clean,sans-serif;
	font-size:small;font:x-small;
	color:white;
	background: #2F6B9D url(../../images/background.jpg) repeat-x;
}
	
a
{
	text-decoration:underline;
	color:#FF9900;
}
a:hover
{
	text-decoration:none;
	color:#057EB8;
}
a img 
{
	border-color: #000;
}

h1
{
	font-size: 136%;
	margin-bottom:16px;
	font-weight:bold;
}

h1
{
	font-size: 126%;
	margin-bottom:16px;
	font-weight:bold;
}

	#mm-wrapper{
		width: 800px;
		margin:0px auto;
		overflow:hidden;
	}

	#mm-header
	{
		background: #2F6B9D url(../../images/header.jpg) repeat-x;
		background-color:White;
		color: #444;
		height:55px;
		position:relative;
		/*margin-bottom:20px;*/
		font:14px arial,helvetica,clean,sans-serif;font-size:small;font:x-small;
		z-index:100;
		overflow: visible !important;
		display:block;
	}
	#mm-header-menu
	{
		position:absolute;
		top:10px;
		right:4px;
		margin: 0;
		padding: 0;
		line-height: 18px !important;
		width: 600px;
	}
	 #mm-header-menu div.menuitem
	 {
		margin: 0px;
		display: inline;
		padding-left: 20px !important;
		list-style: none;
		line-height: 18px !important;
		background: none !important;
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	#mm-header-menu a
	{
		height:26px;
		color:White;
		text-decoration: none;
		font-size: 14px;
		font-weight:bold;
		line-height: 18px !important;
		position: relative;
		top: 8px;
		border-bottom: 0;
	}
	#mm-header-menu a:hover
	{
		color:#FF9900;
	}

	#mm-footer 
	{
		background: #2F6B9D url(../../images/side_bottom.jpg) repeat-x;
		height: 406px;
		position: relative;
	}

	#mm-footer h1
	{
		font-family: Arial;
		font-size: 1.2em;
		font-weight:normal;
		color:#FF9900;
	}

	#mm-footer div.footerleft 
	{
		width: 400px;
		position: absolute;
		top: 10px;
		left: 0px;
	}

	#mm-footer div.footerright 
	{
		width: 300px;
		position: absolute;
		top: 10px;
		left: 440px;
		padding: 0;
		margin: 0;
	}

	#mm-footer ul 
	{
		margin: 0;
		float: none;
	}

	#mm-footer ul li 
	{
		margin: 5px 0 0 2px !important;
	}

	#mm-footer p 
	{
		margin-left: 2px;
		margin-bottom: 0px;
	}


#content 
{
	width: 800px !important;
	border-left: none;
	border-right: none;
	background: rgb(47,107,157) url(../../images/content_blue.jpg) repeat-x !important;
	height: 406px;
	overflow: visible !important;
	position: relative;
	z-index:1;
}

#content img.arrow 
{
	position: relative;
	top: -5px;
}

#content p.demos img.arrow 
{
	top: -8px;
}

#content a img 
{
	border: none;
}
#content p 
{
	margin-left: 35px;
	margin-bottom: 30px;
	width: 450px;
}
.edit
{
	font-family:Tahoma Verdana Helvetica;
	font-size:x-small;
	color:Black;
}
.button
{
	font-family:Tahoma Verdana Helvetica;
	font-size:x-small;
	color:white;
	background-color:#2F6B9D;
}