﻿/* CSS layout */
#left_col {
	width: 140px;
	float: left;
	clear: left;
}
#right_col {
	width: 150px;
	position: relative;
	float: right;
}
#MP4_page_content {
	margin-right: 150px;
	margin-left: 150px;
}
#header {
}
#container {
	position: relative;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCFFCC;
	clear: none;
}
#backcover {
	background-color: #6699FF;
	position: relative;
	width: 100%;
	height: 100%;
	border-style: none;
	padding: 0px;
}
#bottom_nav {
	width: 800px;
	bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-style: groove;
	position: relative;
	background-color: #CCFFCC;
	clear: both;
}
#Logo_small {
	margin: 3px;
	background-image: url('images/mp4logo.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
	border-style: none;
	height: 100px;
	width: 130px;
	float: left;
}
#masthead {
	border-style: none;
	width: 700px;
	padding: 2px 2px 2px 12px;
	font-size: large;
	font-weight: bold;
	text-transform: capitalize;
	color: #0066FF;
	vertical-align: top;
	height: 80px;
}
#distables {
	font-size: small;
	text-align: center;
	background-color: #FFFFFF;
	border-style: double;
	padding: 2px;
	overflow: auto;
	width: 100%;
}
#descriptionfield {
	color: #FFFFFF;
	background-color: #000000;
}
.Imagetd {
	width: 120px;
}
.descripfield {
	width: 300px;
	text-align: justify;
	font-size: x-small;
}
#breadcrumb {
	margin: 3px;
	font-family: Cambria;
	font-size: medium;
	border-style: none;
	padding: 3px;
	text-align: left;
	float: none;
}
#top_nav {
}
.noborder {
	border-style: none;
}
.contacttable {
	width: 100%;
	padding: 0px 9px 0px 9px;
	background-color: #CCCCFF;
	border-style: none;
}
.noborderCntr {
	margin: 3px;
	border-style: none;
}
