body {
	background-color: #ffffff;
	height: 100%;
	margin: 0px;
	padding: 5px;
	font:9pt arial;
}
#header {
	position: relative;
	margin: 0px auto;
	text-align: left;
	width:742px;
	height:100px;
}

#container {
	position: relative;
	min-height: 100%;
	min-width: 742px;
	width: 100%;
	height:100%;
	margin: 0px;
	text-align: center;
}

#menu a, #menu a:link {
	color: #206b97;
}
#menu a:hover, #menu a:active {
	color: #000000;
}
html>body #menu {
	bottom: 0px;
}
#logo {
	position:relative;
	width:410px;
	height:100px;
	display:block;
	float:left;
}
#toplinks {
	position:relative;
	padding: 10px 10px 0px 0px;
	width:300px;
	height:100px;
	display:block;
	float:right;
	text-align:right;
	font:9pt Arial;
}

#toplinks a {
	color:#000000;
	text-decoration:none;
}
#toplinks a:hover {
	color:#008000;
	text-decoration:none;
}
#nav {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width:742px;
	height:30px;
}
#menu {
	background:url("../images/MDP_nav_grad.jpg");
	background-repeat: no-repeat;
	font:10pt Arial;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	width: 742px;
	height: 30px;
	position: relative;
	text-align:left;
}
#menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#menu li a {
	background:url("../images/MDP_nav_off_flat.jpg");
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 10px;
	height: 30px;
	line-height: 30px;
	text-decoration:none;
}
#menu li a:hover {
	/*background:url("../images/MDP_nav_ov_flat.jpg");*/
	background:#a8cbe1;
	background-color:#a8cbe1;
	background-repeat: repeat-x;
	color:#000000;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 10px;
	height: 30px;
	line-height: 30px;
	text-decoration:none;
}
#heading {
	background:url("../images/MDP_container_top_BG.jpg");
	background-repeat: no-repeat;
	position: relative;
	margin: 0px auto;
	padding: 0px 200px 0px 0px;
	text-align: left;
	width:742px;
	height:43px;
	font:10pt Arial;
}
#heading_wide {
	background:url("../images/MDP_container_top_wide_BG.jpg");
	background-repeat: no-repeat;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width:742px;
	height:43px;
	font:10pt Arial;
}
#heading h3, #heading_wide h3 {
	font:12pt Arial;
	font-weight:bold;
	margin:0px auto;
	padding: 5px 5px 5px 10px;
}
#content {
	background:url("../images/MDP_container_bg.jpg");
	background-repeat: repeat-y;
	display:block;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width:742px;
}
#content_wide {
	background:url("../images/MDP_container_wide_bg.jpg");
	background-repeat: repeat-y;
	display:block;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width:742px;
}
.comment {
	background:url("../images/Mdp_comment_bg.jpg");
	background-repeat:no-repeat;
	display:block;
	position:relative;
	margin: 0px 0px 0px 15px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	font:9pt Arial;
	width:100%;
}

.pagecontent {
	padding: 0px 10px 10px 10px;
	width:550px;
	position:relative;
	display:block;
	text-align: left;
	font:9pt Arial;
}
.pagecontent_wide {
	padding: 0px 10px 10px 10px;
	position:relative;
	display:block;
	text-align: left;
	font:9pt Arial;
}
.pagecontent a {
	text-decoration:none;
}
.pagecontent a:link, .pagecontent a:visited {
	color:#bb6f02;
}
.pagecontent a:hover, .pagecontent a:active {
	color:#000000;
}
.rightnav {
	padding: 0px 10px 10px 10px;
	width:180px;
	position:relative;
	margin-top:-40px;
	display:block;
	text-align: left;
	font:9pt Arial;
}
.rightnav h3 {
	font:12pt Arial;
	font-weight:bold;
	margin:0px auto;
	padding: 0px 0px 5px 0px;
}
.rightnav div {
	margin:3px 0px 3px 0px;
}
.rightnav a {
	color:#008000;
	text-decoration:none;
}
.rightnav a:hover {
	color:#000000;
	text-decoration:none;
}
a {
	color:#008000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
.posttitle {
	font:12pt Arial;
	font-weight:bold;
}
.posttitle a {
	text-decoration:none;
}
.posttitle a:link, .posttitle a:visited {
	color:#bb6f02;
}
.posttitle a:hover, .posttitle a:active {
	color:#000000;
}
.posttext {
	font:8pt Arial;
	padding:5px 0px 0px 0px;
}
.postcontent {
	padding: 10px 0px 0px 10px;
	font:9pt Arial;
	text-align:justify;
}
.postcontentbar {
	padding: 5px;
	font:9pt Arial;
	text-align:right;
}
#footer {
	background:url("../images/MDP_Container_bot_bg.jpg");
	background-repeat: no-repeat;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	width:742px;
	height:20px;
	font:7pt Arial;
	color:#a8cae1;
}
#footer .footercontent {
	padding:4px;
}
br.clear {
	clear: both;
}
.grad {
	background:url("../images/mdp_bar_grad.jpg") repeat-x;
	height:25px;
	border:1px solid #a8cae1;
	padding:0px 0px 0px 10px;
}
.searchBox 
{
	font:8pt tahoma,arial;
	border:1px solid #dddddd;
	background:url("../images/icon_search.gif") no-repeat center right;
	padding:2px;
	padding-right:16px;
	width:180px;
	height:20px;
}

.txtBox_0 {
	border:1px solid #a8cae1;
	font: 9pt Tahoma, Arial;
}
.txtBox {
	border:1px solid #a8cae1;
	font: 9pt Tahoma, Arial;
	width:100%;
}
.selBox_0 {
	font:9pt Tahoma, Arial;
}
.selBox {
	font: 9pt Tahoma, Arial;
	width:100%;
}
.imgBtn {
	cursor:pointer;
}
.txtBox_R_0 {
	border:1px solid #a8cae1;
	background-color:#ddeeff;
	background:url("../images/mdp_bar_grad.jpg") repeat-x;
	font:9pt Tahoma, Arial;
}
.txtBox_R {
	border:1px solid #a8cae1;
	background-color:#ddeeff;
	background:url("../images/mdp_bar_grad.jpg") repeat-x;
	font:9pt Tahoma, Arial;
	width:100%;
}
td {
	font:9pt Arial;
}
#registration td {
	font:8pt Arial;
}
.btnSmall {	background:url("../images/btn_Small.gif");	width:49px;	height:20px; font:11px Tahoma; cursor:pointer;	border:0px;	padding:0px;}
.btnLarge {	background:url("../images/btn_Large.gif"); width:68px;	height:20px; font:11px Tahoma; cursor:pointer;	border:0px;	padding:0px;}
.btnHuge  {	background:url("../images/btn_Huge.gif"); width:88px;	height:20px; font:11px Tahoma; cursor:pointer;	border:0px;	padding:0px;}
.btnBigger  {	background:url("../images/btn_bigger.gif"); width:102px;	height:20px; font:11px Tahoma; cursor:pointer;	border:0px;	padding:0px;}
.btnMassive  {	background:url("../images/btn_Massive.gif"); width:125px;	height:20px; font:11px Tahoma; cursor:pointer;	border:0px;	padding:0px;}

.btnSmall_red {	background:url("../images/btn_Small_red.gif");	width:49px;	height:20px; font:11px Tahoma; cursor:pointer;	border:0px;	padding:0px;}
.btnLarge_red {	background:url("../images/btn_Large_red.gif"); width:68px;	height:20px; font:11px Tahoma; cursor:pointer;	border:0px;	padding:0px;}
.btnHuge_red  {	background:url("../images/btn_Huge_red.gif"); width:88px;	height:20px; font:11px Tahoma; cursor:pointer;	border:0px;	padding:0px;}
.btnMassive_red  {	background:url("../images/btn_Massive_red.gif"); width:125px;	height:20px; font:11px Tahoma; cursor:pointer;	border:0px;	padding:0px;}

.btnSmall_blue {	background:url("../images/btn_Small_blue.gif");	width:49px;	height:20px; font:11px Tahoma; cursor:pointer;	border:0px;	padding:0px;}
.btnLarge_blue {	background:url("../images/btn_Large_blue.gif"); width:68px;	height:20px; font:11px Tahoma; cursor:pointer;	border:0px;	padding:0px;}
.btnHuge_blue  {	background:url("../images/btn_Huge_blue.gif"); width:88px;	height:20px; font:11px Tahoma; cursor:pointer;	border:0px;	padding:0px;}
.btnMassive_blue  {	background:url("../images/btn_Massive_blue.gif"); width:125px;	height:20px; font:11px Tahoma; cursor:pointer;	border:0px;	padding:0px;}

.btnSmall_orange {	background:url("../images/btn_Small_orange.gif");	width:49px;	height:20px; font:11px Tahoma; cursor:pointer;	border:0px;	padding:0px;}
.btnLarge_orange {	background:url("../images/btn_Large_orange.gif"); width:68px;	height:20px; font:11px Tahoma; cursor:pointer;	border:0px;	padding:0px;}
.btnHuge_orange  {	background:url("../images/btn_Huge_orange.gif"); width:88px;	height:20px; font:11px Tahoma; cursor:pointer;	border:0px;	padding:0px;}
.btnMassive_orange  {	background:url("../images/btn_Massive_orange.gif"); width:125px;	height:20px; font:11px Tahoma; cursor:pointer;	border:0px;	padding:0px;}
.btnImg {
	cursor:pointer;
}