
body
{
	background-color: white;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size:11px;
	color:White;
}

#PageDiv
{
	background-color: white;
	border-right: #ff0099 5px solid;
	border-top: #ff0099 5px solid;
	border-left: #ff0099 5px solid;
	border-bottom: #ff0099 5px solid;
}

img{
	border:0px
}

A
{
	color:White;
	font-weight:bold;
	
}

A:active A:link A:visited
{
	text-decoration:none;
}

A:hover
{
	text-decoration:underline;
	color:Blue;
	
}

#dnn_rightpane
{
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 5px;
	background-color: #ff3399;
	scrollbar-face-color: #FFE3FF;
	scrollbar-shadow-color: #FE81FF;
	scrollbar-highlight-color: #FE81FF;
	scrollbar-3dlight-color:#CE0075;
	scrollbar-darkshadow-color: #CE0075;
	scrollbar-track-color: #FFC0C0;
	scrollbar-arrow-color: #CE0075;
}

H1
{
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

H2
{
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}

H3
{
font-size:10px;
color:White;
font-weight:bold;
}



#powered a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: dimgray;
}
#powered a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #0000FF;
}
#rightpane
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background-color: #ff3399;
	
}


/* =====================================
    CSS STYLES FOR HouseMenu SkinObject
   =====================================
*/
/* Horizontal Menu */
#HouseMenuNav
{
    /*menu wrapper div */
    margin-left: 0px;
    font: bold 100% Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
}
#HouseMenuNav ul
{
    border: 0;
    margin: 0;
    list-style: none;
	float:left;
}
#HouseMenuNav li
{
	list-style: none;
	padding: 0px 0px 0 0;
	float: left;
	height: 100px;
	width: 110px;
}
#HouseMenuNav li a:link, #HouseMenuNav li a:visited
{
	display: block;
	color: #ff3399;
	text-decoration: none;
	padding: 0px 1em;
	font-weight: 900;
}
#HouseMenuNav li a:hover
{
	color: black;
}


#dnn_loginpane a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #C0C0C0;
}
#dnn_loginpane a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #0000FF;
}

#logo a{
	border-style: none;
	border-width: 0px;
}




