/*This is the res-html style sheet of the site.*/
div {}body {	background-color: #ffffff;		color: #666666;		font-family: serif, sans-serif, Verdana, "Courier New", Courier, Helvetica, "Franklin Gothic Medium";		font-size: 1em;		margin: 0;		border-bottom: 0px #000000 solid;}#header {background-color: #FFFFFF;		border-bottom: 0px #000000 solid;		margin-top: 10px;		margin-left: 30px;		margin-bottom: 10px;		margin-right: 125px;		position: static;}
		
#header h1 	{font-size: 1.1em;			cursor: auto;			text-align: center;			font-style: italic;			letter-spacing: 5px;}
		#outer-image 	{height: 198px;				background-image: url(images/outer-image.jpg);
				background-position: center top;}#inner-image 	{height: 198px;				background-image: url(images/inner-image.jpg);				background-repeat: no-repeat;				background-position: 198px 0px;}#content {width: 730px;}#navbar {position: absolute;
		left: 0px;
		width: 198px;}
#navbar ul li a:link, #navbar ul li visited, 
		{display: block;		text-decoration: none;		font-weight: bold; 		padding-top: 3px;		padding-bottom: 3px;		padding-left: 20px;}

#navbar ul li 	{list-style-type: none;				margin: 0em;				padding: 0em;}
				
#navbar ul li a:hover 	{margin: 0;						padding: 0;}
#main-text {background-color: #FFFFFF;			border-left: 0px #000000 solid;			border-right: 0px #000000 solid;			border-bottom: 0px #000000 solid;			margin-left: 198px;
			padding: 10px;}ul {}li {}h1 	{font-size: 1.2em;	cursor: auto;	text-align: right;	font-style: italic;	letter-spacing: 5px;}h2 {font-size: 1.1em;	text-decoration: underline;}
	
h3 {font-size: 1.0em;	cursor: auto;	font-weight: bold;	font-style: normal;}p 	{font-size: .8em;	text-align: justify;	line-height: 1.7em;}
p.footer	{font-size: .4em;
			line-height: 1.0em;}
			
table	{margin-left: 250px;
		border-width: 0px;
		border-style: solid;
		border-color: #000000;}
th, td	{border-width: 0px;
		border-style: solid;
		border-color: #000000;}

a {}a:link {		color: #666666;
		background-color: #ffffff;		text-decoration: none;}a:visited {		color: #666666;		background-color: #ffffff;		text-decoration: line-through;}a:hover {background-color: #aaddee;}a:active {background-color: #3cc7f0;}
