@charset "UTF-8";/*universal style rule*/*{/*temp border*//*border:dashed 1px #f00;*//*block browser default margins and padding*/margin:0;padding:0;}body{margin:0;padding:0;font-family: 'Book Antigua', Times, Serif;font-size: .8em;color: #000000;background-color: #DBD2BD;}/*body copy*/p.bodycopy{	margin-left: 0px;	width: 500px;	text-align: left;	padding: 0px;	font-family: 'Book Antigua', Times, Serif;	font-size: 14px;	color: #000000;	line-height: 22px;}/*Style  for photo captions*/p.caption{	margin-top: 5px;	width: 500px;	text-align: left;	padding: 0px;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #000000;	line-height:14px;}/* Style for wrapper*/#wrapper{margin:0;padding:0;background-image:url("graphics/header_bkgd.jpg");background-repeat:repeat-x;}	/* Style for main*/	#main{	width:1020px;	height:440px;	margin:0 auto;	padding:0;	display:block;	}		/* Style for header*/		#header{		background-image:url("graphics/sedc_header.jpg");		width:50em;		height:100px;		margin:0;		padding:0;		display:block;		}				/* Style for navbar*/		#navbar{		width:1020m;		height:32px;		background-color:#302421;		}			/* Remove bullets from ul in the navbar */			#navbar ul{			  list-style-type:none;			} 			/* List items in the navbar */			#navbar li{			  float:left;			} 			/* Applies to navbar links, unvisited and visited */			#navbar a,			#navbar a:link,			#navbar a:visited{			  text-decoration:none;	  		  font-family: 'Book Antigua', Times, Serif;			  color:#DBD2BD;			  background:#302421;			  display:block;			  height:32px;			  width:11.3em;			  line-height:32px;			  text-align:center;			  outline-style:none;			} 			/* navbar hover, active links and current page link*/			#navbar a:hover,			#navbar a:active,			#navbar li.btn_on a:link,			#navbar li.btn_on a:visited{			background-color:#A3918F;			color:#302421;			border: none;			text-decoration:none			}					/*style for page title*/	.page_title{	display:block;	float: left;	margin-left:0px;	margin-top:17px;	background-color:#A3918F;	width: 200px;	text-align:center;	font-size:18px;	color:#DBD2BD;	padding-top:10px;	padding-bottom:10px;	}		/* Style for leftcolumn */	#leftcolumn{	background-color:#F0EADB;	font-size: 14px;	float:left;	clear: left;	display: block;	padding-left:30px;	padding-top:10px;	margin-right:0px;	margin-left: 0px;	margin-top:0px;	height:360px;	width:170px;	/* Total width is 10em */	}			/*List links style*/		.listlink{		list-style-type: none;		}			/* Left Column Text links */		a.sidelink,		a.sidelink:link{		list-style-type: none;		line-height: 30px;		color:#302421;		text-decoration:none;		}		a.sidelink:visited{		color:#302421;		text-decoration:none		}		a.sidelink:hover{		color:#A3918F;		text-decoration:none		}				/*Text link for current page*/		.on{		list-style-type: none;		line-height: 30px;		color:#A3918F;		text-decoration:none;		}	/*Style for content*/	#content{	font-size: 14px;	margin-top:17px;	margin-right: 0px;	margin-bottom: 0px;	margin-left:200px;	width: 720px;	padding-top:50px;	padding-left:100px;	height:360px;	background-color:#FDF5E6;	}			/*Style for content div table head*/		td.head{		border-bottom:thin solid #302421; 		cellpadding-bottom:0px; 		font-size:20px; 		color:#213D30;		}				/*Style for content div table*/		td.content{		padding:10px;		}				/*Style for tight content div table*/		td.tight{		padding:5px;		line-height:18px;		vertical-align:top;		border-bottom:thin solid #302421;		}		/*Style for tight content table div no bottom border, align right*/		td.tight_no{		padding:5px;		line-height:18px;		vertical-align:top;		border-bottom:none;		text-align:right;		}				/*Style for tight content table div no bottom border, align left*/		td.tight_no_left{		padding:5px;		line-height:18px;		vertical-align:top;		border-bottom:none;		text-align:left;		}		/*footer style*/	#footer{	clear:both;	text-align:center;	padding-top:0px 50px;	height: 18em;	font-size:.93em;	background-color:#DBD2BD;	}				/* footer text links */		a.foot,		a.foot:link{		color:#302421;		text-decoration:none		}		a.foot:visited{		color:#302421;		text-decoration:none		}		a.foot:hover{		color:#776E69;		text-decoration:none		}			/*Footer Table*/		.table_footer{		width: 900px;		border-collapse: collapse;		margin: auto;		padding: 0;		}