@charset "utf-8";
/* CSS Document */


a {
	font-family: Arial;
	font-size:inherit;
	color: #996600;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#FF9900;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration:underline;
	color:#666666;
}


body,td,th {
	font-family: Arial;
	font-size: 12px;
	color:#000000;

}

h1 {
	font:Arial;
	font-size:14px;
	font-weight:bold;
	font-color:#000000;
}
h2 {
	font:Arial;
	font-size:11px;
	color:#FF9900;
}

body {
	background-image:url(Graphics/woodpattern.gif);
	background-repeat:repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#center { 
	position: relative;
	margin: 0px auto;
	width: 966px;
	height: auto;
}

.shell {
	position:relative;
	width:853px;
	height:auto;
	margin-left:40px;
}
.bord{
	width:28px;
	height:50px;
	background-image:url(Graphics/notebookpaper.jpg);
	}
.bodycontainer{
	width:844px;
	background-color:#ffffff;
	margin-left:0px;
	margin-top:0px;
	height:auto;
	position:relative;
	z-index:10;
}

.header{
	width:844px;
	margin-left:0px;
	height:auto;
	margin-top:0px;
	position:relative;
}

	

.body{
	position:relative;
	margin-top:2px;
	margin-left:10px;
	width:825px;
	height:auto;
}

.subcontainer{
	border: medium #ffffff solid;
	width:275px;
}
.footer{
	position:relative;
	background-color:000000;
	width: 825px;
	height:auto;
}

.imagewrap {
	padding-right:4px;
	padding-left:4px;

}