
#mpmain
{
	position: absolute;
	left: 50%;
	width: 728px;
	margin-left: -364px;
}

#mpmain2
{
	width: 728px;
	border: 8px solid #8080ff;
}

#mphead
{
	width: 100%;
	height: 70px;
	border-bottom: 8px solid #8080ff;
}

#mpbody
{
	clear: both;
	width: 100%;
}

#mpcontent
{
	float: left;
	width: 69%;
}

#mpcontent2
{
	padding: 20px;
	text-align: justify;
}

#mpside
{
	float: left;
	width: 31%;
	text-align: justify;

}

#mpside2
{
	padding: 20px;
	padding-top: 20px;
	text-align: justify;
	/* border-left: 4px solid #8080ff; */
	background: url(/imgs/mp_line.gif) 0% 0% no-repeat;
}

#mpfooter
{
	clear: both;
	width: 100%;
	height: 50px;
	border-top: 8px solid #8080ff;
	background-color: white;
}

#mpds
{
	clear: both;
	width: 100%;
}

body
{
	margin: 10px;
	font-family: arial, sans-serif;
	font-size: 0.82em;
	line-height: 1.8em;
}

td
{
	font-family: arial, sans-serif;
	font-size: 0.82em;
	line-height: 1.8em;
	text-align: justify;
}

th
{
	font-family: arial, sans-serif;
	font-size: 0.82em;
	line-height: 1.8em;
	text-align: justify;
}


#mpheadname
{
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	font-family: arial, helvetica, sanf-serif;
	font-weight: bold;
	color: #8080ff;
}

#mpcopy
{
	float: left;
	padding: 10px;
	font-size: x-small;
	color: #8080ff;
}

#mptop
{
	font-size: x-small;
	color: #8080ff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

.menutext
{
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

ul
{
	list-style-type: square;
}

ul#mpheadnav
{
	float: right;
	list-style-type: none;
	margin: 10px;
	padding: 0;
}

ul#mpheadnav li
{
	display: inline;
	margin: 0px;
	padding: 0
}

ul#mpheadnav li a
{
	margin: 5px;
	display: block;
	float: left;
	width: 80px;
	height: 15px;
	line-height: 15px;
	background-color: #8080ff;
	padding: 5px;
	color: white;
}

ul#mpheadnav li a:hover
{
	background-color: #4040ff;
}

ul#mpheadnav li a:first-letter
{
	font-weight: bold;
}

ul#mpfooternav
{
	float: right;
	list-style-type: none;
	margin: 10px;
	padding: 0;
}

ul#mpfooternav li
{
	display: inline;
	margin: 0px;
	padding: 0
}

ul#mpfooternav li a
{
	margin: 5px;
	float: left;
}

ul#mpfooternav li a:first-letter
{
	font-weight: bold;
}

h2
{
	margin: 0;
	margin-bottom: 5px;
	display: block;
	width: 100%;
	padding: 2px;
	color: #ffffff;
	background-color: #8080ff;
	font-size: 1.2em;
	letter-spacing: 1px;
}

h3
{
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	width: 100%;
	padding: 2px;
	color: #8080ff;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 2.5em;
	font-size: 1.2em;
}

img
{
	border: 1px solid #8080ff;
}

.noborder
{
	border: 0 solid #8080ff;
}

.rightimg
{
	float: right;
	margin: 10px;
	padding: 0px;
}

.leftimg
{
	float: left;
	margin: 10px;
	padding: 0px;
}

.highlight
{
	background: #f0f0f0;
}

.warntext
{
	color: #ff0000;
}

