/* --- layout styles for NN4 only ---------- */

/*/*/ /*/
#content-sub-1 {
	float: left;
	width: 150px;
	text-align: left;
	padding-right: 17px;
	}

#content-sub-2 {
	float: right;
	width: 150px;
	text-align: left;
	padding-left: 17px;
	}

#content-main {
	width: 446px;
	text-align: left;
	}

/* end N4 only */

/* ------------ (master styles)---------------- */

body, .maintxt {
	/*
	font: 0.7em "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	*/
	font: normal 0.71em/1.5em "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #000;
}

body {
	background: #a8d9f6 url(../graphics/framework/bg.gif) repeat-y top center;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, .componentheading, .SearchLink {
	font-family: "Century Gothic","Trebuchet MS", "Lucida Sans Unicode","Lucida Grande",Verdana,Helvetica,sans-serif;
	color: #7ec433;
	letter-spacing: -0.02em;
	line-height: 1.5em;
	font-size: 145%;
	padding: 0;
	margin: 0;
}

img, a img {
	padding: 0;
	border: 0 none;
	margin: 0;
}

p {
	padding: 0 0 10px;
	margin: 0.5em 0 0;
}

abbr,acronym {
	border-bottom: 1px dashed #068BA7;
	cursor: help;
}

#Container {
	position: relative;
	width: 780px;
	padding: 0px;
	margin: 0 auto;
}

#content-wrap {
	width: 780px;
	min-width: 780px;
	padding: 0px;
	margin-bottom: -2px;
	clear: both;
	float: left;
	position: relative;
	background: #fff url(../graphics/framework/vert_bg.png) repeat-y;
}

* html div#content-wrap {
	background: #fff url(../graphics/framework/vert_bg_ie.png) repeat-y;
}

/* --- left column ---------- */

div#content-sub-1 {
	clear: left;
	display: inline;
	float: left;
	line-height: 1.5em;
	margin: 0 0px 0 0;
	padding: 0px 0 15px;
	width: 149px !important;
	width /**/: 150px; /* IE5.x */
	position: relative;
	left: 1px;
}

/*************** IE hack ****************/
* html div#content-sub-1 {
	width: 149px !important;
	left: 4px;
}

/* --- right column ---------- */

div#content-sub-2 {
	width: 150px;
	min-width: 150px;
	min-height: 315px;
	text-align: left;
	top: 0px;
	right: 0px;
	display: block;
	margin-bottom: 10px;
	position: relative;
	float: right;
}

/* --- center column  (main content)---------- */

div#content-main {
	margin: 0 auto 0 150px;
	padding-right: 13px;
	padding-left: 17px;
	padding-bottom: 10px;
	width: 444px !important;
	width /**/: 444px;
	min-width: 444px;
	height: auto;
	clear: none;
}

/*************** IE hack ****************/
* html div#content-main {
	width: 440px !important;
}

div#main-body {
	margin: 0px;
}

* html div#content-main {
	/* Hide from IE Mac \*/
	overflow: hidden;
	/* */
}
