/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #A80C35;
}
.skinmaster {
	background-color: #A80C35;
}

.MainMenuClass
{
	padding-right: 15px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 17px;
	padding-bottom: 10px;
	color: #890c08;
	padding-top: 10px;
	font-family: Verdana;
	background-color: #ffffff;
	cursor: pointer; 
	cursor: hand; 
}

.IconClass
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	background-color: black;
	border-bottom-style: none;
}

.SubMenuClass
{ 
	font-family: Times New Roman;
}
