 * {
/*	padding: 0; */
} 

body {
	margin: 0;
	font: 12px Century Gothic, Arial, Helvetica, sans-serif;
	background: #e6b4e6;
	color: #51535d;
}

#container {
	background: #ffffff;
	color: #2f2f2f;
	width: 998px;
	margin: 0 auto;
}

a:link, a:visited {
	color: #246fb8;
	text-decoration: none;
}

a:hover {
	color: #000;
  	outline-width: 0;
}

a:focus {
  outline-width: 0;
} 



p {
	line-height: 135%;
}

h1 {
	font-size: 16px;
	font-weight: boldest;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

ul, ol {
	margin: 0 0 20px 3em;
	list-style:none;
}

ul li, ol li {
	
}


/* 		header     */

#header {
	height: 174px;
	background-color: #ffffff;
	background-image: url('../images/mp_header.jpg');
	background-repeat: no-repeat;
}
/* nav text only css */

#nav {
	list-style: none;
	float: right;
	margin:  0;
	padding: 0;
	position: relative;
}

#nav li {
	display: inline;
	position: relative;
	font-weight:800;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}

#nav li.spacer {
	display: block;
	float: left;
	width: 20px;
}

#nav a:link, #nav a:visited, #nav li:hover ul a:link, #nav li:hover ul a:visited, #nav li.sfhover ul a:link, #nav li.sfhover ul a:visited li.page {
	color: #781d7d;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 140px;
}

#nav a:hover, #nav li:hover a, #nav li.sfhover ul a:hover,  #nav li:hover ul a:hover {
	color: #f9972a;
}

#header #nav a.current {
	color: #f9972a;
}

/*		content		*/

#leftcol {
	width: 150px;
	height: auto;
	float: left;
	margin: 0;
}

#content {
	float: left; 
	display: inline;
	width: 800px;
	margin-left: 20px;
	background-color: #ffffff;
}

#content li {
	list-style: disc;
}

#content td {
	font-size: 12px;
	font-weight: normal;
	vertical-align: top;
	padding: 5px;
	padding-left: 0px;
}


input {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

input.button {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 3px 3px 3px #999999;
    padding-bottom: 3px;
    background-color: #f2f2f2;
	border-top: 2px #fff solid;
	border-left: 2px #fff solid;
	border-bottom: 2px #aaa solid;
	border-right: 2px #aaa solid;
}

input.button_blue {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 3px 3px 3px #999999;
    padding-bottom: 3px;
    background-color: #a0cbe1;
   	border-top: 2px #dde8ff solid;
	border-left: 2px #dde8ff solid;
	border-bottom: 2px #aaa solid;
	border-right: 2px #aaa solid;

}

input.buttonhov {
	border-top: 2px #aaa solid;
	border-left: 2px #aaa solid;
	border-bottom: 2px #fff solid;
	border-right: 2px #fff solid;
}


select {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.search {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: black;
	border-spacing: 5px;
	margin-left: -5px;
	width: 350px;
}

.caption {
	font-style: italic;
	font-size: 10px;
	color: gray;
}
.required_star {
	color: red;
	font-size: 12px;
	font-weight: bold;
}

/*		footer		*/

#footer {
	font-size: 0.85em;
	line-height: 1.3em;
	color: #888;
	clear: both;
	padding: 11px 0px;
	text-align: center;
	background-color: white;
}

#footer em {
	color: #333;
	font-style: normal;
}

#footer a {
	color: #888;
}

#footer a:hover {
	color: #444;
}


