/* CSS Document */

#wrapper
	{
	position : relative;
	margin-left : auto;
	margin-right : auto;
	top : auto;
	left : auto;
	width : 920px;
	height : auto;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

#header
	{
	width:920px;
	height:116px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0;
	padding: 0px;
	background-image: url(../decoration/header-bck.gif);
	background-repeat: no-repeat;
	}
	
#date
	{
	position: absolute;
	left: 680px;
	top: -48px;
	width: 200px;
	text-align: right;
	}

#home
	{
	height: 39px;
	width: 133px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 41px;
	left: 748px;
	}
	
		#ident
	{
	height: 60px;
	width: 489px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 28px;
	left: 28px;
	}

#container
	{
	background-image: url(../decoration/container-bck.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 920px;
	margin: 0px;
	padding: 0px;
	}
	
#container-head
	{
	height: auto;
	width: 920px;
	background-image: url(../decoration/container-head-bck.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	}

#container-foot
	{
	height: auto;
	width: 920px;
	background-image: url(../decoration/container-foot-bck.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	}

#main-content
	{
	float: left;
	height: auto;
	min-height: 200px;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 30px;
	margin: 0px;
	width: 480px;
	padding-left: 50px;
	}

#lcol
	{
	float:left;
	width:130px;
	height:auto;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

#rcol
	{
	float:right;
	width:154px;
	height:auto;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF9900;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 15px;
	}
	
#footer
	{
	position : relative;
	height: 32px;
	width: 920px;
	clear : both;
	margin: auto;
	background-image: url(../decoration/footer-bck.gif);
	background-repeat: no-repeat;
	}

#credits
	{
	position : relative;
	height: 30px;
	width: 920px;
	clear : both;
	z-index: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}

.clear 
	{
	clear: both;
	overflow: hidden;   /* prevent IE expanding the container */
	margin: 0;
	width: 920px;
	height: 5px;
	position: relative;
	background-image: url(../decoration/clear-bck.gif);
	padding: 0px;
	background-repeat: repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

.worksheet-selector
	{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

.worksheet-selector td
	{
	vertical-align: top;
	padding-right: 10px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	


	

 
