﻿/* 
================================
Skin styles for DotNetNuke
================================
*/   
body {height:100%; margin: 0px;}
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #375F9C;
	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: #375F9C;
}
.body_right {
	background-image: url(out_right2.gif);
	background-repeat: repeat-y;
	background-position:left;
	width: 18px;
	background-color: #375F9C;
}
.imagebanner_owl {
	background-image:url(back_owl.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:transparent;
	height:202px;
	width:100%;
}


