@charset "utf-8";
body  {
	font: 90% Palatino Linotype, Arial, Helvetica, sans-serif;
	background: #dadaeb;
	background-image: url('../images/topbkgrnd.jpg');
	background-repeat: no-repeat;
	background-position: top;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #454545;
}
.sdwlc #container { 
	width: 928px;
	background: #FFFFFF;
	margin: 0 auto;
	border-top: 0px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	text-align: left;
} 
.sdwlc #header { 
	background: #DDDDDD; 
	height: 146px;
}
.sdwlc #subheader { 
	background: #FFFFFF;
	height: 29px;
	padding: 0 0px 0 0px;
} 
.sdwlc #header h1 {
	margin: 0;
	padding: 10px 0;
}
.sdwlc #mainlinks p {
	font: 130% Palatino Linotype, Helvetica, sans-serif;
	margin: 0;
	padding: 5px 5px 5px 5px;
	text-align: center;
}
.sdwlc #mainContent { 
	background: #FFFFFF; 
	margin: 0px 15px 15px 15px;
	padding: 5px 5px 5px 5px;
} 
.sdwlc #footer { 
	height: 200px;
	padding: 0 0px 0 0px;
	background:#DDDDDD;
	background-image: url('../images/btm.jpg');
	background-repeat: no-repeat; 
} 
.sdwlc #footer p {
	font: 90% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 120px 0px;
	text-align: left;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #5890a6;
	text-decoration: none;
	
}
a:visited {
	color: #5890a6;
	text-decoration: none;
}
a:hover {
	color: #305278;
}
a:active {
	color: #5890a6;
	text-decoration: none;
}