body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
    	font: 12px sans-serif;
	text-align: left;
	color: #525252;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}

pre {

   	font: 1.0em sans-serif;
	text-align: left;
}

p {
	text-indent: 0px;
	margin-top: 0px;
}

li {
	text-indent: 5px;
}

a {
	text-decoration: none;
	color: #0e57a1;
}

a:hover {
	text-decoration: underline;
}


img {
  	text-align: center;
}

img.no_border {
	border-width: 0px 0px 0px 0px;
}


/* Header */

#header {
	width: 900px;
	height: 150px;
	margin: 0 auto;
}


/* Content Layout*/

#content {
	width: 900px;
	margin: 0 auto;
}

#col_One {
	float: left;
	width: 210px;
	max-width: 210px;
	padding: 2px 2px  0px 2px;
	border: medium solid #828282;
	border-width: 1px;
}

#col_Two {
	float: left;
	width: 380px;
	padding: 3px 20px;
}

#col_Three {
	float: left;
	width: 210px;
	max-width: 210px;
	padding: 2px 2px 0px 2px;
	border: medium solid #828282;
	border-width: 1px;

}

#article {
	width: 600px;
	max-width: 600px;
	margin: 0px 0px 0px 60px;
}


/* Content Elements */

#content h2 {
	height: 20px;
	margin-bottom: 20px;
	padding: 3px 0 0 10px;
	background: #2879ba;
    font: 12px sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}


#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
	list-style-image: url(../nbc-files/site/list.gif);
        /* list-style-type: none; */
}

p.date_stamp {
	color: #828282;
	font-style: italic;
}

a {
	text-decoration: none;
	color: #0e57a1;
}



/* Footer */

#footer {
	height: 60px;
	margin: 0px 0px 0px 0px;
}

#footer h4 {
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: 0.9em;
	color: #929292;
}

#footer a {
	text-decoration: none;
	color: #0e57a1;
}