/* Default attributes */

body {
	background-color: #FFFFFF;
	font-family: Georgia;
	font-size: 1em;
}

h1 {
	font-size: 1.25em;
	font-weight:bold;
	text-align:left;
}

h2 {
	font-size:1.0em;
	font-weight:bold;
	text-align:left;
}

h3 {
	font-size:75%;
	font-weight:normal;
	text-align:center;
}

h4 {
	font-size:1.25em;
	font-weight:normal;
	text-align:center;
	font-weight:bold;
}
h5 {
	font-size:1.25em;
	font-weight:normal;
	text-align:left;
	font-weight:bold;
}
	
p {
	font-family:Georgia;
	color:#000000;
	font-weight:bold;
	font-size:0.75em;
	line-height:150%;
	text-align:left;
}
p a:link, p a:visited, p a:hover, p a:active {
	font-family:Georgia;
	color:#000000;
	font-weight:bold;
	font-size:1em;
	line-height:150%;
	text-align:left;
}

h3 a:link, p a:visited, p a:hover, p a:active {
	font-family:Georgia;
	color:#000000;
	font-weight:bold;
	font-size:1em;
	line-height:150%;
	text-align:left;
}
/* Attributes for anything in the "body" of the webpage */

#container {
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;
	width: 800px;
	max-width: 800px;
	height:800px;
	font-size: 1em;
	border-color:#666666;
	border-width:medium;
	border-style:solid;
}

/* Header */
#header {
	background-position:center;
	background-repeat:no-repeat;
	height: 75px;
	width: 800px;
	padding-top: 5px;
}

#leftbar {
	width:200px;
	height:auto;
	background-color:#FFFFFF;
	float:left;	
}

/* Text box for all pages */
#intro {
	max-width:800px !important;
	width:785px;
	height:700px;
	overflow:scroll;
	padding: 5px;
}
	
/* Navigation list attributes */
ul {
	list-style:none;
	margin: 10px 0 0 0;
	padding: 0 0 0 1px;
}
ul a:link {
	color:#365054;
}
ul a:visited {
	color:#365054;
}

/* Navigation attributes */
li {
	list-style-position:inside;
	list-style: square;
	float:right;
	background-color:#6CD0DF;
	margin:5px;
	padding: 0px;
	width:100px;
	height: 25px;
	text-align:center;
	font-family:Georgia;
	font-weight:bold;
	font-size:1em;
	color:#365054;
}
a:link {
	color:#365054;
}
a:visited {
	color:#365054;
}