/* MLMTC CSS */

body {
	background: #CCCCCC;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	text-align: center;}

a:link		{ color: #AA0049; text-decoration :none; }
a:visited	{ color: #AA0049; text-decoration :none; }
a:hover		{ color: #AA0049; text-decoration :underline; }
a:active	{ color: #AA0049; text-decoration :underline; }

.footerstyle a:link		{ color: #FFFFFF; text-decoration :none; }
.footerstyle a:visited	{ color: #FFFFFF; text-decoration :none; }
.footerstyle a:hover	{ color: #FFFFFF; text-decoration :underline; }
.footerstyle a:active	{ color: #FFFFFF; text-decoration :underline; }

h1			{ font-size: 24px; }
h2			{ font-size: 20px; color: #AA0049; }
h3			{ font-size: 12px; color: #AA0049; }

.span1		{ font-size: 24px; line-height: 36px; font-weight: bold; }
.span2		{ font-size: 14px; line-height: 24px; font-weight: bold; }
.span3		{ font-size: 14px; line-height: 18px; font-weight: bold; color: #AA0049; }

img			{ border: none; }
.img-left	{ float:left; padding-right:10px; }
.img-right	{ float:right; padding-left:10px; }

hr {
	border: 0px;
	color: #999999;
	background-color: #999999;
	height: 1px;}

.prices {
	position: absolute;
	right: 10px;
	width: 546px;
	text-align: right;
	margin-top: -14px;
	margin-bottom: 7px;
	border-bottom: 1px #666666 solid;}

label {
	float: left;
	width: 100px;
	text-align: right;
	vertical-align: top;}

#window {
	background: #FFFFFF;
	width: 746px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 140px;
	text-align: center;}
	
#cell {
	background: #FFFFFF;
	border: 1px #FFFFFF solid;
	width: 746px;
	position: relative;
	top: 120px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;}
	
#header {
	background: #FFFFFF url('media/header.gif');
	background-position-x: 220px;
	background-position-y: 10px;
	background-repeat: no-repeat;
	border-top: 1px #FFFFFF solid;
	border-left: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
	width: 746px;
	height: 120px;
	line-height: 120px;
	position: absolute;
	top: -122px;
	left: -1px;
	font-size: 48px;
	text-align: center;
	color: #FFFFFF;}
	
#header-text { display: none; }
	
#navbar {
	position: absolute;
	top: -34px;
	right: 0px;
	height: 34px;}

#sidenav {
	margin-top: -10px;}
	
#content {
	width: 506px;
	padding-right: 10px;
	position: relative;
	top: 0px;
	left: 220px;
	padding-bottom: 10px;
	margin-bottom: 15px;}
	
#sidebar {
	width: 200px;
	position: absolute;
	margin-top: -120px;
	top: 10px;
	left: 10px;
	text-align: right;}
	
#footer {
	background: #CCCCCC;
	border: 1px #FFFFFF solid;
	width: 736px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	bottom: -22px;
	left: -1px;
	padding-left: 10px;
	text-align: left;
	color: #FFFFFF;}
	
/* NavBar Code */

#navbar li {
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
	float: left;
	list-style-type: none;
	color: #666666;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	background: #CCCCCC;
	border: 1px #999999 solid;}
	
#navbar li a {
	float: left;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	color: #666666;
	text-decoration: none;}
	
#navbar li a:hover {
	background: #FFFFFF;}
	
#navbar li a:active {
	color: #777777;}
	
#navbar li.active {
	background: #FFFFFF;
	border-bottom: 1px #FFFFFF solid;}
	
/* SideNav Code */

#sidenav ul {
	margin-left: 0px;
	padding-left: 0px;}

#sidenav li {
	height: 34px;
	line-height: 34px;
	margin-bottom: 5px;
	list-style-type: none;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background: #75A6D3;}
	
#sidenav li a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	text-decoration: none;}
	
#sidenav li a:hover {
	color: #AA0049;}
	
#sidenav li a:active {
	background: #FFFFFF;}
	
#sidenav li.active {
	background: #FFFFFF;}

#sidenav li.active a {
	color: #AA0049;}
	
/* Min-Height Workarounds */

/* for Mozilla/Safari/Opera */
*>#cell	{ padding-top: 409px; min-height: 1px; }
*>#cell-spacer	{ margin-top: -409px; }
/* for IE, with IE5/Mac backslash filter \*/
* html #cell	{ height: 409px; }
/* end filter */