/*	Author: Jason R. Koepke
	Site: http://jasonkoepke.com
	Created: 20051112
	Last edited: 20051112
*/
a:link
	{
	color: purple;
	text-decoration: none;
	}

a:visited
	{
	text-decoration: none;
	}

a:hover
	{
	text-decoration: underline;
	font-weight: bold;
	}

a:active
	{
	}

body	
	{ 
	font-family: "Verdana", serif;
	background-color: #F9F4E6;
	}

.header_section
	{
	position: relative;
	left: 15%;
	width: 70%;
	border-bottom: 1px solid #000;
	padding-bottom: 2%;
	}

.header_title
	{
	font-size: 200%;
	}

.header_navigation
	{
	font-size: larger;
	text-align: right;
	}

#header_navigation-othersections
	{

	}

.header_navigation-currentsection
	{
	font-size: 175%;
	font-weight: lighter;
	}

.content_section
	{
	position: relative;
	left: 15%;
	width: 70%;
	text-align: justify;
	padding: 2% 0% 2% 1%;
	}

.content_section-navigationbar
	{
	width: 15%;
	float: right;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: smaller;
	font-weight: lighter;
	text-align: left;
	margin: 0% 0% 0% 1%;
	padding: 0% 0% 1% 3%;
	}

#content_section-subheadtitles
	{
	font-size: 150%;
	font-weight: bold;
	}

#content_section-researchtitle
	{
	font-size: 115%;

	}

#content_section-researchdescription
	{
	margin-left: 5%;
	font-size: smaller;
	}

#content_section-researchdetails
	{
	margin-left: 5%;
	font-size: smaller;
	}

#smallertext
	{
	font-size: smaller;
	}

.footer_section
	{
	position: relative;
	left: 15%;
	width: 70%;
	text-align: center;
	padding-top: 2%;
	font-size: smaller;
	}
