﻿/*
	Only apply for nmsStadnardStyle.master page	
*/


#newsWrapper
{
	background-image: url(/src/img/bg_body2.jpg);
	background-repeat: repeat;
	background-position: left top;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#newsMenuSide
{
	float: left;
	width: 180px;
	height: 100%;
}

#newsMenuSide .header
{
	font-size: 120%;
	font-weight: bold;
	padding: 10px 0px;
}
#newsMenuSide .icons
{
	padding-bottom: 10px;
}

#newsContentSide
{
	float: right;
	text-align: left;
	width: 570px;
	padding: 5px 10px 5px 5px;
}

#newsContentSide a
{
	/*color: #555;*/
	color: #0d8231;
	font-weight: bold;
	text-decoration: none;
}

#newsContentSide a:link
{
}

#newsContentSide a:visited
{
}

#newsContentSide a:hover
{
	text-decoration: underline;
}

#newsContentSide a:active
{
}

#newsSiteMap
{
	text-align: left;
	padding-left: 20px;
	padding-bottom: 3px;
}