
body{
	background-image: url(img/background.png);	
}

/* Page - top, content, left, right, footer */
#page
{
	min-width: 980px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;		
}

#ptopContent{
	height: 70px; 
	background-image: url(img/banner_bg.jpg);
	border-top: 1px solid #ae2626;
}

.banner1 { 
	height: 70px; 
	background-image: url(img/banner_bg.jpg);
}

#pleftContent{
	width: 184px;
	float: left;
	padding-left: 6px;
	background-image: url(img/bg_left.jpg);
	background-repeat: no-repeat;	
	height: auto !important;
	min-height: 770px;
}

/* Center */
#pcenterContent{
	width: 578px;
	float: left;
	margin-left: 10px;
}

/* Middle - inside pcenterContent */
#pmiddleContent { 
	height: 100%;
}

/* center as right */
#pcenterContent.asRight {
	width: 768px;
}

/* center as left */
#pcenterContent.asLeft {
	width: 768px;
}

/* center as alone */
#pcenterContent.asAlone {
	width: 958px;
}

/* Right */
#prightContent{
	width: 190px;
	float: right;
}

/* Bottom */
#pbottomContent{
	clear: both;
}


/* Footer inside pbottomContent */
.footer1 { 	
	height: 33px; 
	width: 980px;
	background-color: #c8eafa;
	margin-left: 0px;
	line-height: 18pt
}

/* Show/Hide tools */
div.partPlainBody{
	margin-top: 10px;
	padding: 6px;
}

/* MENU */ 
.menu ul{
	margin: 30px 0 0;
	padding: 0px;
	list-style: none;
}
.menu ul li
{
	margin: 0 6px 6px 0;
	padding: 6px 0;
	border: 1px solid #138ce7;	
	background-color: #95d7f7;
}
.menu ul li a
{
	padding-left: 16px;
	padding-right: 16px;
	color: #000;
	display: block;
}
.menu ul li a:hover 
{
	text-decoration: none;
}

/* menutools */
div.menuTools 
{
	border-top: 0px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-right: 6px;
}
div.menuTools a {
	color: black; 
	margin: 16px;
} 

div.partPlainBody { 
	background-color: #EDEDED;
	border: 1px solid #ccc;
	margin-right: 6px;
}
.partPlainBody a {
	color: black; 
	margin: 16px;
}

ul.AspNet-Menu li a {
    border: 1px solid #CCCCCC;
}

fieldset legend {
	color: #3333CC;
}

/* Copyright */
div.copyright a{
 	color: #ff9102;
}

/* Border on table in article */
.nnIngressList table { 
	border: 1px solid black;
}

.nnIngressList table td { 
	border: 1px solid black;
}

.articleItem .nnName {
	border-left: 1px solid white;
}

table {
	clear:left;
	width: 100%;
}

/* move end content border below article */
div.articleItem 
{
	border-bottom: 1px solid #white;
}
div.articleItem div.nnBody 
{
	border-bottom: 0px solid white;
}

