@import "topmenu.css";

/* ===============================================
    Skin Styles for WKTI
   =============================================== */
   
body {
 	background-color: #fff;
 	background-image: url(/Portals/85/images/siteBack.jpg);
 	font-family: arial, tahoma, verdana, helvetica;
 	color: #000;
 	}
a:link, a:active, a:visited {
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}
#envelope {
	width: 1020px;
	margin: 0 auto;
	}
#mainContent {
	width: 1020px;
	margin-top: 10px;
	}
#dnn_ContentPane {
	width: 680px;
	min-height: 600px;
	border: 10px solid #905e29;
	background-color: #fff;
	margin-left: 22px;
	padding: 10px;
	}
#dnn_RightPane {
	width: 225px;
	float: right;
	border: 10px solid #905e29;
	background-color: #fff;
	margin-right: 22px;
	clear: both;
	}
.footer {
	padding: 5px 0;
	font-size: 12px;
	}
.footer a:link, .footer a:visited, .footer a:active {
	text-decoration: underline;
	}
.footer a:hover {
	text-decoration: none;
	}