/* CSS Document */

body {
	 background-image: url(../images/body_background.jpg);
	 background-repeat: repeat-x;
	 background-color: #99CC66;
	 margin: 0 0 0 0;
	 padding: 0 0 0 0;
	 line-height: 1.5em;
	 font-family: Century Gothic, Arial, Helvetica, sans-serif;
	 font-size: .8em;
}

h1 {
	font-family: Maiandra GD, Book Antiqua, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #955A9C;
}

h2 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #003300;
}

h3 {
	font-family: Maiandra GD, Book Antiqua, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #955A9C;
}

h4 {
	color: #003300;
}

h5 {
	color: #955A9C;
}

h4, h5 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

#navigationArea a:link, #navigationArea a:visited, #navigationArea a:active, #navigationArea a:hover {
	font-family: Maiandra GD, Book Antiqua, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #660066;
}

#navigationArea a:hover {
	text-decoration: underline;
	color: #9933FF;
}

a:link, a:visited, a:active, a:hover {
	font-family: Maiandra GD, Book Antiqua, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #660066;
}

a:hover {
	color: #9933FF;
}

#container {
	margin: 0 0 0 0;
	position: relative;
	width: 650px;
	text-align: left;
}

#headerArea {
	position: relative;
	height: 11em;
}

#navigationArea {
	position: relative;
	padding: 0 0 .2em 0em;
	height: 1.3em;
	background-color: #F9C6FF;
	text-align: center;
}

#content {
	position: relative;
	padding: .2em 1em 1em 1em; 
	background-color: #C1E89D;
}

#imageHolder {
	position: relative;
	float: right;
	width: 5em;
	text-align: right;
	margin: 5em 7em 0  0;
}

#textHolder {
	position: relative;
	width: 600px:
	text-align: left;
}

#footerArea {
	position: relative;
	font-size: .8em;
	height: 2em;
	background-color: #C1E89D;
	text-align: center;
	width: 650px;
}

.note {
	font-size: .85em;
}

.mimeTypeDescription {
	font-family: Arial, Helvetica, Century Gothic, sans-serif;
	font-size: .85em;
}

.profDisplayImage {
	padding-left: 1.5em; 
	margin-top: -2.5em;
}

.navigationList li{
	list-display-type: none;
	display: inline;
}

#resource {
	font-size: .8em;
	width: 100%;
}

#resource_left {
	width: 49%;
	float: left;
	border-right: 1px dotted dotted;
}

#resource_right {
	width: 49%;
	border-left: 1px dotted dotted;
	padding-left: .5em;
	margin-left: -1px;
}
