@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:	Monday, June 28, 2004 06:18 PM
	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.

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

/*
div {
	border:						1px yellow solid;
	margin:						5px;
}
*/

/* Handle teh BS differences between browsers */
div,h1,h2,h3,p,a,td {
 	margin:						0px;
	padding:					0px;
}
 
/* ----------------------------------------------------- */
/* General tag defs */
body {
	color:						black;
	background-color:			#DEDBD6;
	margin:						0px;
	padding:					0px;
	font:						1em/150% Arial, sans-serif;
	background-image:			url(../images/template_images/background.gif);
}
a {
	color:						#C19200;
	font-size:					100%;
	text-decoration: 			none;
}
a:visited {
	font-size:					100%;
	text-decoration: 			none;
}
a:hover {
	color: 						red;
	background-color:			yellow;
	background-image:			url(../images/template_images/link_roll_over.png);
	font-size:					100%;
	text-decoration: 			none;

}
a:active {
	font-size:					100%;
	text-decoration: 			none;
}
fieldset {
	border:						none;
}


/* ----------------------------------------------------- */
/* Identified and classed items */
table#framing_table {
	background-color:			#EFEBEF;
	margin:						10px auto 10px auto;
	width:						80%;
	border-right:				1px solid #7BA6CE;
}

#mast {
	background-color:			white;
	background-image:			url(../images/template_images/bg_mast.gif);
	height:						98px;
}
/* ----------------------------------------------------- */
/* Navigation sections */
#navlink {
	width:						150px;
	font-size:					12px;
	font-weight:				bold;
	margin-top:					10px;
	margin-left:				10px;
}
#navlink #top {
	height:						10px;
	padding:					0px;
	margin:						0px;
}
#navlink #center {
	background-color:			white;
	background-repeat:			no-repeat;
	background-image:			url(../images/template_images/bg_nav_bar.jpg);
}
#navlink #bottom {
	height:						10px;
	padding:					0px;
	margin:						0px;
}

/* ----------------------------------------------------- */
/* Content sections */
#content {
	padding:					15px;
	background-color:			#FFFFFF;
	margin:						10px 5% 10px 5%;
	border:						1px solid #7BA6CE;
}
#content h1,h2,h3,p{
	margin-bottom:				.5em;
}
#content h1{
	font-size:					150%;
	color:						#39B64A;
}
#content h2{
	font-size:					125%;
	color:						#39B64A;
}
#content h3{
	font-size:					115%;
	color:						#39B64A;
}
/* ----------------------------------------------------- */
/* Footer */
#footer_left {
	background-color:			transparent;
	background-repeat:			no-repeat;
	background-image:			url(../images/template_images/bg_footer_left.gif);
	height:						30px;
	border-right:				1px solid ##7BA6CE;
	text-align:					center;
	font-weight:				bold;
	vertical-align:				middle;
}
/* ----------------------------------------------------- */
/* Publisher */

/* Articles */

#article_display {

}

#article_display h2 {
	color:					#39B64A;
}
#article_display img {
	border:					1px solid black;
}
#article_file_download {

}
#article_file_download #table_header {

}
.article_reprint_policy {

}

/* Sections */
.section_title {

}
.section_article_block {
	margin-bottom:					20px;
}
.section_article_block h2{

}
.section_article_block img{
	width:							100px;
	border:							1px solid #C69200;
	margin-right:					15px;
	
}
.section_article_block .more_link{

}
.section_article_block .author{

}
.section_article_block .date_time{

}

/* Site search form */
#form_site_search {
	margin-left:				.25em;
}
#form_site_search #article_search_field {
	width:						130px;
	height:						15px;
	display:					inline;
	border:						none;
}
#form_site_search #article_search_button {
	display:					inline;
	height:						15px;
	border:						none;
	margin-top:					2px;
}

/* Site search form */
#form_login {

}

/* Author signature blocks */
#author_sig_block {

}

/* Nav */
#nav_section_links {
	padding-top:				1em;
}
#nav_section_links a {
	display:					block;
	color:						#C19200;
	margin:						0px 0px 1em 0px;
	padding:					.25em;
}
#nav_section_links a:hover {
	color: 						red;
	background-color:			yellow;
	background-image:			url(../images/template_images/link_roll_over.png);
}
#nav_section_member_links {

}

