@charset "ISO-8859-1"; 
/* ------------------------------------------------------
	Frank Marion, framar@interlog.com.
	http://www.framarstudios.com
	
	Date Created:	Saturday, August 10, 2002 3:44:01 AM
	Last Modified:	Saturday, August 10, 2002 3:44:04 AM
	Revision:		1.0

	Function: Define the layout and appearance of the link
	and content div for later browsers (ns6+ ie5+)
	I know this is all pretty verbose, but when you're wrapping
	a number of these apps as often as I do, it's simpler.
	
	Notes:	Grey:			#666
			Light Blue:		#AACCEE
			Deep Blue:		#333366
			Yellow:			#FFFF99
	
	1 tab=4 spaces.

------------------------------------------------------- */


/* ------------------------------------------------------
	Backgrounds
------------------------------------------------------- */
body {
	color:						#666;
	background-color:			#FFF;
	margin:						0px;
	padding:					0px;
}


/* ------------------------------------------------------
	nav div
------------------------------------------------------- */
div#nav {
	position:					absolute;
	top:						230px;
	left:						0;
	width:						20%;
	padding:					0;
	margin:						0;
}

/* ------------------------------------------------------
	Mast table
------------------------------------------------------- */
table#mast {
	height:						224px;
	width:						98%;
	margin:						0px;
	padding:					0px;
}

/* ------------------------------------------------------
	Content div
------------------------------------------------------- */
div#content {
	position:					absolute;
	top:						230px;
	left:						21%;
	padding:					10px;
	border:						none;
	color:						#666;
	background-color:			#F7F7F7;
	font:						13px Verdana,sans-serif;
	min-height:					60%;
	margin-right:				2%;
	margin-bottom:				20px;
	border:						1px solid black;
}

div#content a:link {
	color:						black;
	background-color:			transparent;
	cursor:						hand;
}
div#content a:link:hover {
	color:						green;
	background-color:			transparent;
	cursor:						hand;
}
div#content a:visited {
	color:						blue;
	background-color:			transparent;
	cursor:						hand;
}
div#content a:visited:hover {
	color:						green;
	background-color:			transparent;
	cursor:						hand;
}
div#content h1 {
	height:						28px;
	font-size:					1.75em;
	font-family:				Verdana,Arial,sans-serif;
	font-weight:				normal;
	vertical-align:				middle;
}
div#content h2 {
	font-family:				Verdana,Arial,sans-serif;
	padding:					0px;
}
div#content h3 {
	margin-bottom:				0.25em;
}
div#content p {
	margin:						0 1em 1em;
	color:						#000000;
	background-color:			transparent;
}
div#content pre {
	margin:						0.5em;
	padding:					0.5em;
	border:						1px solid #666;
	color:						#000000;
	background-color:			#008000;
}

div#content img {
	margin:					5px 5px 5px 5px;
}


/* ------------------------------------------------------
	Links div
------------------------------------------------------- */
div#links {
	font-family:				Verdana,Arial,sans-serif;
	font-weight:				bold;
	font-size:					1em;
}
div#links a {
	padding:					5px 10px;
	margin:						0 0 2px;
	border:						1px solid #666;
	display:					block;
	color:					#000000;
	background-color:			transparent;
	font:						bold 1em sans-serif;
	text-align:					left;
	text-decoration:			none;
	background-image:			url(../images/link_gradient.jpg);
}

div#links a:hover {
	color:#FFFF00;
	background-color:			#5D4914;
	background-image:			url(../images/LinkGradient.jpg);
}


/* ------------------------------------------------------
	Publisher (search form, login form, section links)
------------------------------------------------------- */
div#loginform {
	background-color:			#BE9645;
	background-image:			url(../images/bg_FrankTransp.jpg);
}

div#searchform {
	background-color:			#BE9645;
	background-image:			url(../images/bg_FrankTransp.jpg);
}
div#SectionListLinks a {
	background-color:			#BE9645;
	background-image:			url(../images/bg_FrankTransp.jpg);
}
div#SectionListMemberLinks  {
	margin-top:					1em;
}
div#SectionListMemberLinks a {
	background-color:			#BE9645;
	background-image:			url(../images/bg_FrankTransp.jpg);
}

div#SectionListLinks a:hover {
	background-color:			#BE9645;
	background-image:			url(../images/bg_FrankFull.jpg);
}
div#SectionListMemberLinks a:hover {
	background-color:			#BE9645;
	background-image:			url(../images/bg_FrankFull.jpg);
}

div#footer {
	position:					relative;
	margin-top:					10px;
	margin-bottom:				10px;
}

/* End of document */
