@charset "UTF-8";
body {
	background-color: #c5e7fd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#mainWrapper{
	width:912px; margin:0 auto;	
	padding:10px;
}
td{padding:0;}
td.topDS{
	background:url(../_img/ds1/top.png) no-repeat bottom center;	
	height:6px;
}
td.midDS{
	background:url(../_img/ds1/mid.png) repeat-y center;	
}
td.bottomDS{
	background:url(../_img/ds1/bottom.png) no-repeat top center;	
	height:6px;
}
#mainContent{

	padding:10px;
	margin:0;
	
}
#mastHead{
	text-align:right;
	padding:0;
	margin-top:10px;
	margin-bottom:10px;
	border-top:1px solid #c00000;
	border-bottom:10px solid #c00000;
}
table.padded td{padding:10px; vertical-align:top;}
.borderR{
	border-right:1px solid #dbd6d6;	
}
#nav {
	color:#2a2b2d;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
}
#nav a{
	color:#2a2b2d;
	text-decoration:none;
}
#nav a:hover{text-decoration:underline;}
.marginLR{margin-left:10px; margin-right:10px;}
