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

* {
border:0;
margin:0;
padding:0;
}

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #1d621f;
	background-image: url(Background.jpg);
	background-repeat: repeat-x;
}

#container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#header {
background:url(HaugeLogo.png);
width:900px;
height:268px;
}
#nav {
width:900px;
height:173px;
}

#mainContent {
background:url(NotebookBackground.jpg);
background-repeat:repeat-y;
width:900px;
padding-left:140px;
padding:2px 10px 2 px 30px;
text-align:left;

}

#copyright {
background:url(HaugeBottom.jpg);
background-repeat:no-repeat;
height:200px;
font-size:10px;
color:#FFFFFF;
text-align:center;
padding-top:50px;

}

.blackBorder {
color:#000000;
border:3px;
border-style:solid;
}

.style1 {
color:#FF0000;
}

ul, li {
list-style:outside;
list-style-type:disc;
margin-left:8px;
text-align:left;
}

hr {
	color:#000000;
	border-bottom:solid;
	size:1px;
	width:100%;
}