/* Default attributes */

body {
	background-color: #8E67AC;
	font-family: Georgia;
	font-size: 1em;
	color:#000000;
}

p {
	font-family:Georgia;
	color:#000000;
	font-weight:bold;
	font-size:1em;
	text-align:left;
}

h1, h2, h3, h4, ul {
	color:#000000;
}

h1 {
	font-weight:bold;
	font-size:larger;
	color:#000000;
	text-align:center;
}

h2 {
	font-weight:bold;
	font-size:1.15em;
	color:#000000;
	text-align:center;
}

h3 {
	font-weight:bold;
	font-size:1.0em;
	color:#000000;
	text-align:center;
}

h4 {
	font-weight:bold;
	font-size:1.15em;
	color:#000000;
	text-align:left;
}

h5 {
	font-weight:bold;
	font-size:1.0em;
	color:#000000;
	text-align:left;
}

p1 {
	font-weight:bold;
	font-size:larger;
	color:#000000;
	text-align:center;
}

/* Attributes for anything in the "body" of the webpage */

#container {
	background-color: #8E67AC;
	margin: 0 auto 0 auto;
	width: 1000px;
	max-width: 1000px;
	height:700px;
	font-size: 1em;
	color:#000000;
}

a {
  	display: block;
	text-decoration: none;
	line-height:20px;
}

a:link, a:visited, a:hover, a:active {
	display:block;
	text-decoration:none;
}

a:link {
	color:#000000;
}

a:visited {
	color:#000033;
}
a:hover {
	color:#0000FF;
}

a:active {
	color:#333;
}

current a:link {
	color:#000000;
	background-color:#000066;
}


/* Header */
#header {
	background-image:url(images/header_butter.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height: 300px;
	width: 1000px;
}

/*Horizontal navigation toolbar; sits under header*/

#horizontalnav {
	height:40px;
	width:990px;
	border: #000000 thin dotted;
	border-left:none;
	border-right:none;
	margin-bottom:5px;
}

#horizontalnavbox {
	height:25px;
	width:700px;
	margin:0 auto 0 auto;
}



li {
	display:inline;
	float:left;
	margin: auto;
	padding:0 30px 0 0;
	width:90px;
}

ul {
	list-style-type:disc;
	margin:0;
}

ul a {
  	display: block;
	text-decoration: none;
	line-height:20px;
	width:90px;
}

ul a:link, ul a:visited, ul a:hover, ul a:active {
	display:block;
	text-decoration:none;
}
ul a:link {
	color:#000000;
}
ul a:visited {
	color:#000033;
}
ul a:hover {
	color:#9966CC;
	background-color:#CCCCCC;
}
ul a:active {
	color:#333;
}
ul current a:link {
	color:#000000;
	background-color:#000066;
}

/* Text box for all pages */
#content {
	max-width:1000px !important;
	width:1000px;
	height:500px;
	margin: 10px auto 0 auto;
	padding:5px;
	color:#333333;
	font-size:1.25em;
	overflow:auto;
}

/*Footer*/
#footer {
	margin: auto;
	width:1000px;
	height:50px;
	clear:both;
	background-color:#8E67AC;
	color:#000000;
	text-align:center;
	border: #000000 thin dotted;
	border-left:none;
	border-right:none;
}
	