/*DNN body, mainly for FCK Editor*/
body {
	background-color:#FFF;
	color:#000;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/*Skin Body*/
#body{
	background-color:#FFF;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/*Links*/
a:link{
	color:#004080;
	text-decoration:none;
}
a:visited{
	color:#004080;
	text-decoration:none;
}
a:hover{
	color:#008080;
	text-decoration:none;
}
a:active{
	color:#004080;
	text-decoration:none;
}

.Master{
	margin-left:auto; margin-right:auto; width:975px; margin-top:0; padding-top:0;
}
.Logo{
	width:193px; height:134px; padding-right:0px;
}
.Navigation{
	background: url(images/navtop.png) no-repeat; width:100%; align: left; padding-left:0px; cellspacing:0px;
}
.Content{
	width:100%; 
	margin-left:auto; margin-right:auto;
}

/*Content Panes*/
#NavigationPane{
	padding-right:15px; vertical-align:top; padding-top:6px; padding-left: 0px;
}
#body{
	background-image:url('images/bggrad.jpg'); background-repeat: repeat-x;
}
#ContentPane{
	padding:5px; vertical-align:top;
}
#LeftPane{
	padding:5px; vertical-align:top;
}
#RightPane{
	padding:5px; vertical-align:top;
}
#FooterPane{
	padding:4px; vertical-align:middle; margin-left:auto; margin-right:auto; text-align:center;
	font-size:10px;
}
#ParentNav{
	height:43px;
}
#ChildNav{
	height:43px;
}

/*DNN Overrides*/

/*SkinObject*/

.SkinObject{
	color:#FFF;
}
A.SkinObject:link{
	color:#FFF;
}
A.SkinObject:visited{
	color:#FFF;
}
A.SkinObject:hover{
	color:#FFF;
}
A.SkinObject:active{
	color:#FFF;
}

/*The Normal text for the page*/
.Normal{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.NormalDisabled{
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.NormalBold{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}
















