@charset "utf-8";

/* CSS Document for yager pages */

#textbox1 
{
	border-style: solid;
	border-color: blue;
	border-size: 5px;
}

body {
	margin:0;
	padding:0;
	width:100%;
	color:#5f5f5f;
	background-color:#fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
}
html, .main { padding:0; margin:0; background-color:#e9e9e9;}

/* inserting clr ensures that next text, image, etc. is not affected by any previous object - it takes the place of using multiple <br \> */
.clr { clear:both; padding:0; margin:0; width:100%; font-size:0px; line-height:0px;}

.content { margin:0; padding-bottom:16px; width:860px;}
.content_resize 
{ 
	margin:0px 120px; 
	padding:24px 40px; 
	width:890px; 
	background-color:#fff; 
	z-index:999; 
	border-width:1px;
	border-style:solid;
	border-color:#d7d7d7;
}

h1 {
	margin:0;
	padding:24px 0 24px 40px;
	color:#5f5f5f;
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	line-height: 1.2em;
	font-weight: bold;
}
h1 a, h1 a:hover { color:#5f5f5f; text-decoration:none;}
h1 span { color:#03a5d1;}
h1 small { padding-left:86px; font:normal 13px/1.2em Times, serif;}

h2 {
	color:#323a3f;
	padding:8px 0;
	margin:8px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}

h3 {
	color:#323a3f;
	margin:8px 0;
	padding:0 0 8px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

p {
	color:#323a3f;
	margin:8px 0;
	padding:0 0 8px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
/* define what a normal hyperlink looks like within a paragraph*/
p a {
	color:#000;  /* use #03a5d1 to turn characters blue*/
	text-decoration:underline;
}
/* define what a normal hyperlink looks like (not within paragraph) */
a { color:#03a5d1; text-decoration:none;} 
/* define what a normal hyperlink looks like (not within paragraph)*/
/* a {
	color:#000;
	text-decoration:none;
}
/* define what a normal hyperlink looks like on hover (not within paragraph)*/
a:hover { color: black; text-decoration:underline; background-color:aqua; padding:4pt;}

.para1 
{
	text-indent:3em;
	position:relative;
	z-index:200;
}

.content { padding-bottom:16px;}

.fmenu {
	float:left;
	margin:0px;
	width:auto;
	list-style:none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 0 0 0 30px;
} 
/* define where the fmenu goes on the line */
.fmenu li { margin:0 0; float:left;}
/* define what a normal hyperlink looks like within the menu*/
.fmenu li a { display:block; margin:0; padding:0 1px; color:#5f5f5f; text-decoration:none; border:1px solid #fff;} 
/* define what a normal hyperlink looks like on hover within the menu*/
.fmenu li a:hover { color: black;text-decoration:underline;}
/* define what a menu item looks like when active */
.fmenu li.active a { border-color:#dedede;}

.subhead 
{
	color: purple
}


