﻿/* 
================================
Skin styles for DotNetNuke
================================
*/   
body {height:100%; margin: 0px;}

p {
	font-size:11px;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #396b4f;
	padding:0px;
	margin:0px;	
	margin-bottom:-19px;
}
.body_left {
	background-image: url(out_left2.gif);
	background-repeat: repeat-y;
	background-position:right;
	width: 18px;
	background-color: #396b4f;
}
.body_right {
	background-image: url(out_right2.gif);
	background-repeat: repeat-y;
	background-position:left;
	width: 18px;
	background-color: #396b4f;
}
.normal {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:125%;
	padding-right: 5px;
}

