/* NMD.CSS
------------------------------*/

*	{
	margin:0;
	padding:0;
	}

html, body
	{
	text-align:center;
	margin:auto;
	margin-top:0px;
	margin-bottom:14px;
	}

body {
	}


/* NO BORDERS ON IMAGE LINKS
------------------------------*/
a img {border: none}




/* MAIN PAGE LAYOUT ELEMENTS
------------------------------*/

div#maindiv
	{
	margin:auto;
	width:1000px;
	}

div#pageheader
	{
	clear:both;
	width:824px;
	height:21px;
	margin:auto;
	text-align:center;
	background-color:#1B7893;
	}

div#page_stretch
	{
	float:left;
	width:1px;
	height:550px;
	margin:0;
	}

div#ads_gutter
	{
	float:left;
	position:relative;
	width:25px;
	height:300px;
	padding:0;
	margin:auto;
	}

div.ads_margin
	{
	float:left;
	position:relative;
	width:160px;
	padding:0;
	padding-top:35px;
	margin:auto;
	text-align:center;
	}

div.ad_content
	{
	border:1px solid #DE5D0A;
	background-color:#498EB5;
	}

div.ads_bottom
	{
	float:left;
	width:96px;
	height:auto;
	position:absolute;
	bottom:0;
	right:0;
	padding:0;
	margin:auto;
	text-align:center;
	}

div#homebody
	{
	float:left;
	width:669px;
	}

div#page_body
	{
	width:874px;
	margin:auto;
	text-align:left;
	}

div#wide_body
	{
	width:989px;
	margin:auto;
	text-align:left;
	}

div#page_footer
	{
	clear:both;
	text-align:center;
	margin:auto;
	width:1000px;
	height:20px;
	}

div#page_bottom
	{
	clear:both;
	width:824px;
	margin:auto;
	margin-top:40px;
	padding-bottom:25px;
	text-align:center;
	}

/* OTHER STYLES
------------------------------*/

div#page_bottom p	{
	padding:5px;
	padding-bottom:2px;
	font-size:9px;
	font-weight:bold;
	color:#ECE2FF;
	}

div#maindiv div#page_footer div.commontext p	{
	padding:5px;
	padding-bottom:2px;
	font-size:9px;
	font-weight:bold;
	color:#ECE2FF;
	}

div#maindiv div#page_footer div.largecommontext p	{
	padding:5px;
	padding-top:3px;
	padding-bottom:2px;
	font-size:12px;
	font-weight:bold;
	color:#ECE2FF;
	}

/* HACKS
------------------------------*/
  .prop {
    height:450px;
    float:right;
    width:1px;
  }

  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }