/* CSS Document */
h1.rest {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	line-height: normal;
	font-weight: lighter;
	margin: 1px auto 2px auto;
	border-bottom:1px solid #ccc;
}
.resttitle{
	width: 752px;
	padding: 0px 4px 0px 4px;
	margin: 10px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 1.5em;
}
#restcontainer{
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
.restcontent{
	width: 485px;
	padding: 0px 4px 5px 4px;
	margin: 10px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 1.5em;
	border-right: 1px solid #ccc;
	float: left;
}
			.restcontent a:link {
				color: #000;
				border-bottom:1px solid #666;
			}
			.restcontent a:visited {
				color: #000;
				border-bottom:1px solid #666;
			}
			.restcontent a:hover {
				color: #000;
				border-bottom:2px solid #000;
}
.restrightcontainer{
	width: 255px;
	float: right;
	margin: 10px 0px 10px 0px;
	padding: 0px 5px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: right;
}
			.restrightcontainer a:link {
				color: #000;
				border-bottom:1px solid #666;
			}
			.restrightcontainer a:visited {
				color: #000;
				border-bottom:1px solid #666;
			}
			.restrightcontainer a:hover {
				color: #000;
				border-bottom:2px solid #000;
}
.submissionfile{
	margin: 5px auto 5px auto;
	padding: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f0f0f0;
	font-weight: lighter;
	color: #000;
	background-image: url(images/bg.gif);
}
			.submissionfile a:link {
				color: #000;
				border-bottom:1px solid #000;
				font-weight: bold;
			}
			.submissionfile a:visited {
				color: #000;
				border-bottom:0px solid #000;
			}
			.submissionfile a:hover {
				color: #000;
				border-bottom:2px solid #000;
}